|
|
Joined: Aug 2002
Posts: 1,191
Kahuna
|
Kahuna
Joined: Aug 2002
Posts: 1,191 |
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.
Nikos
|
|
|
|
Joined: Oct 2002
Posts: 64
Power User
|
Power User
Joined: Oct 2002
Posts: 64 |
[]dimopoulos said:
$Signature = "<br /><hr color="#000000" size="1" noshade>$Signature";
[/]
hmm but if in css post body is #000000 this will by invisible
$Signature = "<br /><hr class="signature" size="1" noshade>$Signature";
and in css file add
.signature { color: rour_color; }
NOT TESTED its only Suggestions
|
|
|
|
Joined: Aug 2002
Posts: 1,191
Kahuna
|
Kahuna
Joined: Aug 2002
Posts: 1,191 |
Indeed. I overlooked that one. Thanks!
Nikos
|
|
|
|
Joined: May 1999
Posts: 1,715
Addict
|
Addict
Joined: May 1999
Posts: 1,715 |
Shouldn't it be like this to be xhtml compliant?
$Signature = "<br /><hr color="#000000" size="1" noshade="noshade" />$Signature";
|
|
|
|
Joined: Aug 2002
Posts: 1,191
Kahuna
|
Kahuna
Joined: Aug 2002
Posts: 1,191 |
You are right Olle. I have edited the first post. Thanks!
Nikos
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|