View Full Version : change sig divider line
Deadly Assassin
02-03-2007, 03:43 PM
I want to make a different line for the divider that seperates the sig from the main message.
Can someone please show me where i can find it.
Thanks in advance :)
CyberAlien
02-03-2007, 05:40 PM
In postbit and postbit_legacy: <if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
Deadly Assassin
02-04-2007, 04:18 AM
sorry, im a bit of a newbie at this.
where exactly do i add the code for the image i want to replace the line with?
Do i just edit the code between the <div> tags
thanks for other info.
Shazz
02-04-2007, 04:21 AM
sorry, im a bit of a newbie at this.
where exactly do i add the code for the image i want to replace the line with?
Do i just edit the code between the <div> tags
thanks for other info.
Its this line
__________________
Replace with what you want
Deadly Assassin
02-04-2007, 06:39 AM
ok, thanks alot.
will try it and get back to you ;)
WEBDosser
02-04-2007, 06:44 AM
r u wanting to change the line for an image?.. if so that is different code you will need.
r u wanting to change the line for an image?.. if so that is different code you will need.
You just replace the underscores with the proper html;
<if condition="$post['signature']">
<!-- sig -->
<div>
<img src="http://www.urltoimage.com/images/image.gif" alt="Signature" />
<br />
$post[signature]
</div>
<!-- / sig -->
</if>
WEBDosser
02-04-2007, 07:31 AM
yes i know.. but thanks anyhow.
Deadly Assassin
02-04-2007, 01:40 PM
ahh, thats it, thanks alot, :D
Thanks for the feedback, its much appreciated. :D
Ok, i've added the code, i think its right, but who knows, lol
http://img413.imageshack.us/img413/5364/snap1eu0.jpg
It's not showing up though, and the original bar is still there.
i have tried various different folder for it and nothing.
Edit: i have now worked it out.
It was also in the postbit template, so i had to alterthat aswell.
Thanks for the help guys :D :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.