PDA

View Full Version : extend user title


Evolution06
09-04-2007, 07:33 PM
I want to make it so for my Custom User Title I can use this complete code:

I have changed the amount of characters that I can use in vb options but only half of it shows up the "Endless" instead of the whole code which is *Endless Possibilities* what do I need to change to be able to get the whole thing to show up? Any help would be awesome. Thanks

<span style="color:#0099ff">E</span><span style="color:#17a2ff">n</span><span style="color:#2eabff">d</span><span style="color:#45b4ff">l</span><span style="color:#5cbeff">e</span><span style="color:#73c7ff">s</span><span style="color:#8bd0ff">s</span><span style="color:#a2d9ff">s</span> <span style="color:#d0ecff">P</span><span style="color:#e7f5ff">o</span><span style="color:#ffffff">s</span><span style="color:#e7f5ff">s</span><span style="color:#d0ecff">i</span><span style="color:#b9e3ff">b</span><span style="color:#a2d9ff">i</span><span style="color:#8bd0ff">l</span><span style="color:#73c7ff">i</span><span style="color:#5cbeff">t</span><span style="color:#45b4ff">i</span><span style="color:#2eabff">e</span><span style="color:#17a2ff">s</span>

Paul M
09-04-2007, 07:39 PM
The usertitle field in the database can only hold 250 characters, that line is just over 750, so you're only ever going to get about 1/3 of it saved.

Evolution06
09-04-2007, 07:45 PM
Ok that makes sense I wonder how zero did his located Here (http://forums.gzevolution.net/f71/game-zone-evolution-rules-6758/) His ?(- One Mind -)?
?(- Infinite Possibilities -)? that looks so neat.

Opserty
09-04-2007, 09:10 PM
You could always use a small image and just use the <img src="..." alt="" /> in the title.

Marco van Herwaarden
09-05-2007, 12:14 PM
You can also change the columns in the database to hold larger text then the default 250 characters.

Evolution06
09-05-2007, 08:24 PM
Hmm I was thinking that I could do something like that. I will take a look, Thanks Marco

Edit in order to change it past 255 I have to choose text or blob so I choose text and try it again and still only shows endless it won't seem to save the whole code in user title even after I change it. Any other idea's? I really thought that would work haha.