Nightwalker
Full Member
Everything Happens at Night
Posts: 138
Nightwalker said 0 great things
|
Post by Nightwalker on Oct 4, 2010 16:43:23 GMT -8
Wormo did you ever get it to work with user groups? Did you fix the error i mean...
|
|
|
Post by Wormopolis on Oct 4, 2010 17:51:41 GMT -8
ok just a sec... No it does not work with "1" and "11" I didnt read there was an error. you said it worked when you did group1 and group2, but it DIDNT work when you did group1 and group11? do you HAVE a group11? when you setup the colors for group11, did it also change the colors for group1 to the same colors or not change any groups at all?
|
|
|
Post by Wormopolis on Oct 4, 2010 17:56:04 GMT -8
Well, is there any code where you can coloursmear the thread title? this code will take a bit longer to write since it has to find all the places a thread title will be displayed. Im thinking of just rewriting the code for board titles to include thread titles as well and just do a global page scan for smear tags. keep in mind that thread titles can only be so long, and the smear tags HAVE to be stored in the same data place. smear tags will take up a minimum of [smear:123456][/smear:123456] = 29 characters. and a thread title can only BE 50 characters long. which leaves you with only 21 characters you can make a thread title from.
|
|
Flame
Not New Member
I don't know much about the codes and terms of the computer world. Please be patient with me.[Sj1:0]
Posts: 20
Flame said 0 great things
|
Post by Flame on Oct 5, 2010 1:13:19 GMT -8
Oh okay. Thanks
|
|
Nightwalker
Full Member
Everything Happens at Night
Posts: 138
Nightwalker said 0 great things
|
Post by Nightwalker on Oct 6, 2010 14:43:55 GMT -8
ok just a sec... No it does not work with "1" and "11" I didnt read there was an error. you said it worked when you did group1 and group2, but it DIDNT work when you did group1 and group11? do you HAVE a group11? when you setup the colors for group11, did it also change the colors for group1 to the same colors or not change any groups at all? when group11 had the smear code group1 was fine when group1 had the smear code group11 was smeared also when group1 and group11 had different smears they both worked...
|
|
|
Post by Wormopolis on Oct 6, 2010 15:00:14 GMT -8
MUCH more informative... lemme look..
|
|
|
Post by Wormopolis on Oct 6, 2010 15:37:07 GMT -8
recopy... it worked between group 1 and group11 here. make sure you have the same thing I have (I copied from post to my headers).
|
|
Nightwalker
Full Member
Everything Happens at Night
Posts: 138
Nightwalker said 0 great things
|
Post by Nightwalker on Oct 6, 2010 15:48:14 GMT -8
it works...
i know what it was...i was using the id 1 instead of group1
|
|
|
Post by Wormopolis on Oct 6, 2010 16:21:02 GMT -8
excellent then. I will add this to the colorsmear library then
|
|
Nightwalker
Full Member
Everything Happens at Night
Posts: 138
Nightwalker said 0 great things
|
Post by Nightwalker on Oct 6, 2010 18:04:01 GMT -8
you might want to say that in your post...because if you look at the group id it says "1" but the code only works rite if you use "group1"
|
|
|
Post by Wormopolis on Oct 7, 2010 7:12:22 GMT -8
example in code will hopefully be a good explanation then.
|
|
wildgoosespeeder
Code Helper
Tiers are for strangers!
Posts: 530
wildgoosespeeder said 161 great things
|
Post by wildgoosespeeder on Oct 8, 2010 20:50:25 GMT -8
Just something fun to do with your display name! Just enter this in the address box as many times as you want anywhere on this forum! ;D javascript:nameSmear(pb_username,intToHex(Math.floor(Math.random()*16777215)).toString(),intToHex(Math.floor(Math.random()*16777215)).toString())
|
|
|
Post by Wormopolis on Oct 9, 2010 0:42:56 GMT -8
Just something fun to do with your display name! Just enter this in the address box as many times as you want anywhere on this forum! ;D javascript:nameSmear(pb_username,intToHex(Math.floor(Math.random()*16777215)).toString(),intToHex(Math.floor(Math.random()*16777215)).toString()) the last "random" will have a space in it because of word breaking. you will have to remove that after pasting.
|
|
wildgoosespeeder
Code Helper
Tiers are for strangers!
Posts: 530
wildgoosespeeder said 161 great things
|
Post by wildgoosespeeder on Oct 9, 2010 9:23:41 GMT -8
I don't know why ProBoards does that. I know it doesn't have a space in it when I'm about to post but somehow it displays that space when viewing the post made.
|
|
|
Post by Wormopolis on Oct 9, 2010 11:44:59 GMT -8
Craig said it was to help prevent word wrapping. the problem is that the PB code does it before any footer code can even get to it to preserve it, including the code box. if they had it written that any post data INSIDE a code box would be ignored by the word breaker, this would be better.
you can also put spaces after each comma in between the 3 elements of the namesmear function to help keep the wrong thing from being broken.
|
|