PDA

View Full Version : Signature problem...


Xion
Nov 2, 2004, 02:19 PM
I tried to change my signature just now and for some reason it's not letting me submit, saying my signature can not be any bigger than 512 charectors. Now, I know it has been changed to 512 VISABLE charectors, but I think somebody behind the scenes messed up and made it 512 TOTAL charectors and 1024 VISABLE charectors. I am merely asking for an admin to go and check to see if there is an error in the code settings, and if it isn't then I'll have to see if I deck all my quotes so I can get the signature updated to what I want.

Link
Nov 2, 2004, 02:59 PM
Well your signature now has about 2244 total characters. The new maximum for the total number of characters is 1024, 512 of which can be visible (i.e. not BB or HTML tags). If you are sure that the signature you are trying to input has less than 1024 total characters and 512 visible characters, post again and I'll look at the code that checks this. I tested it before though and it worked fine.

Tubz
Nov 2, 2004, 03:19 PM
Not sure what your saying exactly. But what I had to do was keep chopping my signature down until it fit and met the requirements. I kept clicking either Preview or Save Signature, until the error message that you are getting eventually went away.

Xion
Nov 2, 2004, 03:25 PM
Hm...This is really weird...

I chopped my sig down REALLY good, 429 visible charectors, 829 total charectors, and I'm STILL getting the error.

</html><img src="http://www.albinoblacksheep.com/image/button/abs.gif"> <img src=http://img36.photobucket.com/albums/v109/Xion810/mandc80x15.gif>
<img src="http://www.missmab.com/graphics/Banner_KoS.jpg"> (http://www.missmab.com/)<img src="http://www.planetdreamcast.com/psoworld/logos/psow16.gif"> (http://www.pso-world.com/)
[17:37] < Ninjapixie> I had a gardenburger and the garden with it!
[13:22] < Jill> yeah, i got a pink mowhawk because i got into a fight with a lawnmower and a highlighter
No thanks, you've done enough damage just by making me think of bread in a swimsuit... --Batty
This isn't a Care Bears board so deal with it ;D. --Kaz
Hippopotomonstrosesquippedaliophobia. The fear of long words. I love the irony. --BlurredD
<font size="100">I NEED YOUR CLICKS! (http://www.kingsofchaos.com/recruit.php?uniqid=sy2yxape)</font><html>

Tubz
Nov 2, 2004, 03:30 PM
Well that is stupid, I don't understand why. Something wrong with the coding then, I suppose.

Xion
Nov 2, 2004, 03:33 PM
Well that is stupid, I don't understand why. Something wrong with the coding then, I suppose.
toldyaso.

Link
Nov 2, 2004, 04:10 PM
Actually, it's counting it as 556 visible characters. I added debug text at the top of the edit signature script so you can see this yourself. What's happening is it's including the URLs in the BB code [url] tags. Try using HTML &lt;a&gt; tags instead and see what happens. I'll fix this to not include the data inside BB code, but I don't have time right now.

Xion
Nov 2, 2004, 04:27 PM
Thank you.

For now, I guess it'll have to do. I think I know how to make it open in a new window.

Xion
Nov 2, 2004, 04:32 PM
It works.

Just a hint to anybody else that wants to have it pop up in a new window like the [ url ] tag, type it as < a href="(url)" target="_blank" > replacing (url) with the url you wish to have and removing the spaces between the <> too.