How To Change The Signature Seperator In 2.0 - NBS






 

 

How To Change The Signature Seperator In 2.0 - NBS

View Full Version : How To Change The Signature Seperator In 2.0


xe-cute
31-Jul-2004, 06:02 AM
IN ADMIN CP SKIN MANAGER

(look at fig1.gif if you do not know which area in admincp im on about)

go to the skin you wish to alter and then:

1) [EDIT ROOT SKIN TEMPLATE] click on 'All Global HTML' then scroll down and click on 'signature separator'to open it up.

replace:



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

<div class='signature'>$sig</div>


With:



<{sigline}>

<div class='signature'>$sig</div>


Then save and exit.


Then still in skin manager go to:


2) [EDIT ROOT SKIN REPLACEMENT MACROS] once inside click on 'add macro'(top right)

in variable box enter:

sigline

in replacement box enter:

<center><img src='style_images/<#IMG_DIR#>/sigline.gif'></center>

Then close and exit

3) Go to the image directory (/forums/style_images/?) your skin uses via FTP and upload your image for your siggybar naming it 'sigline.gif'or matching whatever you called the image in the above edit.

Thats it all done.

* you do not have to use the center tags and the image can be any name and extension type aslong as they match.
* to change the siggy seperator at any time just overwrite via ftp your current one.
* i have included a very simple sigline.gif for your use, don't forget you can use your imagination to make a stunning seperator.


Hope i explained that alright.