PDA

View Full Version : Signature scroll 3.0 gamma?


*arie
12-08-2003, 11:03 AM
Hey, i was just wondering how i can place the code from here:
http://www.vbulletintemplates.com/mods/showthread.php?t=3957&

onto 3.0 gamma. I've tried a lot of things and still can't get it to scroll. It'll just cut off. It can't be THAT dificult if it's using div tags right?

*arie
12-10-2003, 01:30 PM
Okay, I had to change the code a bit but it works!

I replaced the regular signature code in postbit_legacy and postbit:


<div>
__________________<br />
$post[signature]
</div>

with this:
++

+SIGNATURE+<br /><div style="overflow: auto;height:90px;width:100%">$post[signature]</div>

--------------------

you can replace +SIGNATURE+ with the ________________