Log in

View Full Version : Signature showing up all wrong.


Sune24
03-10-2006, 08:55 PM
Hey, im all new to this bulletin.
The signatures shows up in the right side of the post instead of the left side.
Its very annoying since people read text from left to right, and not right to left..

Can anyone please help?
Look at link if you want to see what I mean :)

http://www.defianceuo.com/forum_test/vbull/showthread.php?t=44480

Thanks alot.

Marco van Herwaarden
03-11-2006, 07:24 AM
Sorry that link don't work, so i can't see what is wrong.

Sune24
03-11-2006, 09:25 AM
Sorry that link don't work, so i can't see what is wrong.


sorry.
works now :)

/

Marco van Herwaarden
03-11-2006, 11:40 AM
If i look at your pagesource, i see:
<!-- sig -->
<div align="right">
__________________<br />
<i>Its not the game, its the people playing it.</i><br />
<br />
<font size="6"><b><font color="darkblue">Sune Johansen.</font></b></font><br />
<b><font color="red">DefianceUO Manager &amp; Developer.</font></b><br />
<br />
<b><font color="darkblue">As you are here, I hope you know the <a href="http://www.defianceuo.com/forums/viewtopic.php?t=544" target="_blank">rules?</a></font></b>
</div>
<!-- / sig -->


A default postbit_legacy will have:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>

Check you postbit_legacy, search for <div align="right"> and change it to a simple <div>

Sune24
03-11-2006, 04:05 PM
Thanks a lot!
worked :)

/