Previous Thread
Next Thread
Print Thread
Rate Thread
#213962 02/18/2002 9:16 AM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
I don't know why UBBT doesn't use it.. but someone should do a quick hack to allow the _______________________ to seperate the post from the sig. Not having it drives me nuts []https://www.ubbdev.com/threads/php/images/icons/laugh.gif[/] I'm sure it would be easy to do, I just don't want to F it up trying it myself

Sponsored Links
palmen #213963 02/18/2002 11:33 AM
Joined: Aug 1999
Posts: 184
Member
Member
Offline
Joined: Aug 1999
Posts: 184
showflat.php (Line 522)

change from this:
$Signature = "<br><br>$Signature";
to this:
$Signature = "<br><hr color="#000000" size="1" noshade>$Signature";

and in showthreaded.php (Line 577)

do the same as above.


Silly ricer.. Wings are for airplanes!
Franky #213964 02/18/2002 12:33 PM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Thanks, that worked. I asked over at infopop and they suggested this:

Addpost.php
// -----------------------------
// Always markup the signature
$printsig = $user['U_Signature'];
$printsig = $html -> do_markup($printsig);

// -----------------------
// Add the sig to the post
$PrintBody = "$PrintBody<br><br>$printsig";

Which I would then change to look like this:

// -----------------------------
// Always markup the signature
$printsig = $user['U_Signature'];
$printsig = $html -> do_markup($printsig);

// -----------------------
// Add the sig to the post
$PrintBody = "$PrintBody<br>---------------------------------<br>$printsig";


But it didn't work, but I like the use of the horizontal rule rather than the dashes anyway. Thanks!

palmen #213965 02/18/2002 1:18 PM
Joined: Aug 1999
Posts: 184
Member
Member
Offline
Joined: Aug 1999
Posts: 184
I approached this the same was as they suggested, but the one I recommended to you works better because you are displaying it rather than storing it. So if you change it later, you dont need to worry about it.


Silly ricer.. Wings are for airplanes!
Joined: Jan 2001
Posts: 374
Enthusiast
Enthusiast
Offline
Joined: Jan 2001
Posts: 374
Right, I also would think it to be cool if there was a stylesheet tag/class for it.

I personally would like the stupid signatures that people love so much to use a smaller and italic typeface.

Instead of adding even one more element like a <hr> line

Sponsored Links
Joined: Aug 1999
Posts: 184
Member
Member
Offline
Joined: Aug 1999
Posts: 184
$Signature = "<br><hr color="#000000" size="1" noshade><font size="2"><i>$Signature</i></font>";

That might be wrong, but you get the general idea.


Silly ricer.. Wings are for airplanes!

Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)