Mod Name / Version: Signature Separation with HR line
Description: This modification will change the ----------'s that separate the body of the post with the signature and replace it with a horizontal line
Working Under: UBB.Threads 6.0-6.1-6.2-6.3
Mod Status: Finished
Any pre-requisites: None
Author(s): ExcelsiorDDZ
Date: 06/24/03
Credits: ExcelsiorDDZ - I just posted it here again.
Files Altered: showflat.php, showthreaded.php
New Files: None
Database Altered: No
Info/Instructions: Open showflat.php and showthreaded.php.
Find on both files:
$Signature = "<br /><br />--------------------<br />$Signature";
Replace it with:
$Signature = "<br /><hr color="#000000" size="1" noshade="noshade" />$Signature";
That's it!
Disclaimer: Please backup every file that you intend to modify.
If the modification modifies the database, it's a good idea to backup your database before doing so.
Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.
Last edited by dimopoulos; 06/25/2003 6:09 PM.