The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
change sig divider line
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 |
#2
|
||||
|
||||
In postbit and postbit_legacy:
Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> |
#3
|
||||
|
||||
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. |
#4
|
||||
|
||||
Quote:
PHP Code:
|
#5
|
||||
|
||||
ok, thanks alot.
will try it and get back to you |
#6
|
||||
|
||||
r u wanting to change the line for an image?.. if so that is different code you will need.
|
#7
|
|||
|
|||
Quote:
HTML Code:
<if condition="$post['signature']"> <!-- sig --> <div> <img src="http://www.urltoimage.com/images/image.gif" alt="Signature" /> <br /> $post[signature] </div> <!-- / sig --> </if> |
#8
|
||||
|
||||
yes i know.. but thanks anyhow.
|
#9
|
||||
|
||||
ahh, thats it, thanks alot,
Thanks for the feedback, its much appreciated. Ok, i've added the code, i think its right, but who knows, lol 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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|