Bitcoin Forum
May 03, 2024, 04:05:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Dealing with Signature spam ? (Here's my today's irrevelant post)  (Read 4652 times)
Transisto (OP)
Donator
Legendary
*
Offline Offline

Activity: 1731
Merit: 1008



View Profile WWW
October 01, 2012, 07:23:07 PM
Last edit: October 01, 2012, 09:12:23 PM by Transisto
 #1

I am against policing the promotion of paid advertising in signatures but I think it's time we set some rules to the use of signature in an attempt to improve content quality.

This sentence made me cringe.
4) You must post at least one post every day - somewhere on the forum during the contest period.
https://bitcointalk.org/index.php?topic=114454.0

Suggestions :

* Signature filter.  >  https://bitcointalk.org/index.php?topic=114511.0
It could be done with a greasemonkey script but I think the latest events command for a built-in feature.

* Limit size of signature,  Text size of no more than 3 line and size 10 ?

* Allow for longer / bigger signature but with a cut-off at 2-3 lines and a mean to expand signature, (like we do with "Show post" of ignored users)

These are relatively easy to implement, require no maintenance and does not censor anyone.

Given the site-wide exposure of signatures there should be clear guidelines as to what is prohibited and what are the consequences of infringement and repeated offenses.
Would it be better to ban the user or block it's use of signatures. ?
1714752331
Hero Member
*
Offline Offline

Posts: 1714752331

View Profile Personal Message (Offline)

Ignore
1714752331
Reply with quote  #2

1714752331
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714752331
Hero Member
*
Offline Offline

Posts: 1714752331

View Profile Personal Message (Offline)

Ignore
1714752331
Reply with quote  #2

1714752331
Report to moderator
1714752331
Hero Member
*
Offline Offline

Posts: 1714752331

View Profile Personal Message (Offline)

Ignore
1714752331
Reply with quote  #2

1714752331
Report to moderator
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12968


View Profile
October 01, 2012, 07:36:34 PM
 #2

* Limit size of signature,  Text size of no more than 3 line and size 10 ?

This is something I would very much like to enforce. I've looked into adding a height restriction, but it requires a lot of modifications to the parseBBC function to accurately determine the signature's height unless I want to ban a lot of markup in signatures (which maybe I do).

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
Transisto (OP)
Donator
Legendary
*
Offline Offline

Activity: 1731
Merit: 1008



View Profile WWW
October 05, 2012, 12:38:27 AM
 #3

If that help : http://userscripts.org/scripts/show/60027

Allows display toggle of user's signature ...
capn noe
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 05, 2012, 12:48:20 AM
 #4

* Limit size of signature,  Text size of no more than 3 line and size 10 ?

This is something I would very much like to enforce. I've looked into adding a height restriction, but it requires a lot of modifications to the parseBBC function to accurately determine the signature's height unless I want to ban a lot of markup in signatures (which maybe I do).

So instead of outright banning the behavior you think it would be wise to put some rules into effect to at least minimize the influence of what are viewed as bad decisions. Why not let people make impossibly huge signatures and encourage people to carefully weigh ignoring people who take it 'too far'. It might be good for the forums too, if you know what I mean. (financially). Heck, I bet BFL would support any such move... and they wouldn't be alone!

Really, what innovation lies in a sig waiting to be let free without the shackles of size restriction?
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 05, 2012, 01:21:37 AM
 #5

If that help : http://userscripts.org/scripts/show/60027

Allows display toggle of user's signature ...

Why do you need that? Go to your profile settings and disable signatures.



It always bugs me why people love to complicate simple things lol
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12968


View Profile
October 05, 2012, 01:56:04 AM
 #6

So instead of outright banning the behavior you think it would be wise to put some rules into effect to at least minimize the influence of what are viewed as bad decisions. Why not let people make impossibly huge signatures and encourage people to carefully weigh ignoring people who take it 'too far'. It might be good for the forums too, if you know what I mean. (financially). Heck, I bet BFL would support any such move... and they wouldn't be alone!

Really, what innovation lies in a sig waiting to be let free without the shackles of size restriction?

That might be OK if there was a web-of-trust rating/ignore system in place, but as things are now it's too much work to ignore people with annoying signatures.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
BurtW
Legendary
*
Offline Offline

Activity: 2646
Merit: 1131

All paid signature campaigns should be banned.


View Profile WWW
October 05, 2012, 02:09:25 AM
 #7

it's too much work to ignore people with annoying signatures.

What is so "hard" about checking one simple check box and updating your settings to get rid of all signatures? 

I did because I got tired of seeing my own damn signature (but I really want to win the miner so I have to keep it up until the end of the contest).

Our family was terrorized by Homeland Security.  Read all about it here:  http://www.jmwagner.com/ and http://www.burtw.com/  Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
nybble41
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
October 05, 2012, 02:11:41 AM
 #8

I've looked into adding a height restriction, but it requires a lot of modifications to the parseBBC function to accurately determine the signature's height unless I want to ban a lot of markup in signatures (which maybe I do).

Why bother parsing the signature markup when you can just put this in the CSS?

Code:
.signature {
  max-height: 30pt;
  overflow: hidden;
}
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12968


View Profile
October 05, 2012, 02:54:52 AM
 #9

Why bother parsing the signature markup when you can just put this in the CSS?

Is that widely-supported?

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
capn noe
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 05, 2012, 08:57:00 AM
 #10

I've looked into adding a height restriction, but it requires a lot of modifications to the parseBBC function to accurately determine the signature's height unless I want to ban a lot of markup in signatures (which maybe I do).

Why bother parsing the signature markup when you can just put this in the CSS?

Code:
.signature {
  max-height: 30pt;
  overflow: hidden;
}

Abstinence is never the answer.
salty
Full Member
***
Offline Offline

Activity: 562
Merit: 100



View Profile
October 05, 2012, 10:23:38 AM
 #11

I don't get it, it's trivial to turn signature display off in your profile.
BadBear
v2.0
Legendary
*
Offline Offline

Activity: 1652
Merit: 1127



View Profile WWW
October 05, 2012, 12:11:24 PM
 #12

I don't get it, it's trivial to turn signature display off in your profile.

Not all sigs are spammy, obnoxious, and annoying. Just the ones like yours.

1Kz25jm6pjNTaz8bFezEYUeBYfEtpjuKRG | PGP: B5797C4F

Tired of annoying signature ads? Ad block for signatures
salty
Full Member
***
Offline Offline

Activity: 562
Merit: 100



View Profile
October 05, 2012, 01:40:31 PM
 #13

I don't get it, it's trivial to turn signature display off in your profile.

Not all sigs are spammy, obnoxious, and annoying. Just the ones like yours.

Oh well, c'est la vie.
nybble41
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
October 05, 2012, 02:22:06 PM
 #14

Why bother parsing the signature markup when you can just put this in the CSS?

Is that widely-supported?

It's a standard CSS2 property, and http://www.w3schools.com/cssref/pr_dim_max-height.asp claims that it's supported in all the major browsers (though not in IE6 or earlier). If it's not supported, the only side-effect is that you see the entire signature instead of just the top 30pt.
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12968


View Profile
October 05, 2012, 02:35:23 PM
 #15

It's a standard CSS2 property, and http://www.w3schools.com/cssref/pr_dim_max-height.asp claims that it's supported in all the major browsers (though not in IE6 or earlier). If it's not supported, the only side-effect is that you see the entire signature instead of just the top 30pt.

This seems to work well. I added it. I used 42px instead of 30pt -- the same height limit as ads. Thanks!

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
Bjork
Sr. Member
****
Offline Offline

Activity: 457
Merit: 250


Look for the bear necessities!!


View Profile
October 05, 2012, 05:28:47 PM
 #16

I strongly disapprove of the signature change.  I have my own threads I would like to advertise in my signature and I can't because there is not enough room now.

theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12968


View Profile
October 05, 2012, 05:42:22 PM
 #17

Since size is no longer a problem, I increased the allowed number of characters in signatures to 2000.

I strongly disapprove of the signature change.  I have my own threads I would like to advertise in my signature and I can't because there is not enough room now.

Use a smaller font.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
greyhawk
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1009


View Profile
October 05, 2012, 06:41:55 PM
 #18

I increased the allowed number of characters in signatures to 2000.

kano
Legendary
*
Offline Offline

Activity: 4480
Merit: 1800


Linux since 1997 RedHat 4


View Profile
October 06, 2012, 01:38:36 AM
 #19

So ... anyone know how to make a 3 line table that doesn't get screwed up as mine is?

Yeah my sig code is WAY larger now - more work for the forum software Tongue

(I'm using 8pt which seems to be the same size as a normal sig)

Edit: oh and Transisto - your sig you made for that exact advert that you dislike, is now truncated, so you should be disbarred from the competition IMO Smiley

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
October 06, 2012, 01:59:38 AM
 #20

AdBlockPlus w/ Adblock Plus Pop-up Addon, click adblock plus icon, select element to hide, then select the "signature field"  then click add element hiding rule.

https://www.dropbox.com/s/b2hrkwrz688a5ta/Untitled.jpg

That is, if the signatures bother you.

Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!