UBB.Dev
Posted By: ExcelsiorDDZ Signature seperation line (again) - 05/06/2002 10:24 PM
I needed this again desperately, so I redid the code for 6br2. See attachment..



Attached File
47358-sigline6br2.txt  (68 downloads)
Posted By: AllenAyres Re: Signature seperation line (again) - 05/06/2002 11:08 PM
Thanks me likey
Posted By: Dalar Re: Signature seperation line (again) - 05/26/2002 7:44 AM
Just a note if people want to be XHTML compliant...
code:
<hr color="#000000" size="1" noshade="noshade" />


rather than
code:
<hr color="#000000" size="1" noshade>


makes it XHTML compliant. (XHTML does not allow for attribute minimization, and hr has no closing tag, so must end with />.)

Nice idea, btw
Posted By: JustDave Re: Signature seperation line (again) - 05/26/2002 7:48 AM
you editted it just before I could mention the /> ending...
Posted By: Dalar Re: Signature seperation line (again) - 05/26/2002 7:50 AM
hehe, can't believe I didn't catch that.. bleh!

I must be tired
Posted By: ExcelsiorDDZ Re: Signature seperation line (again) - 05/28/2002 1:32 AM
Thanks for the xhtml update. I am not one for that yet...

BTW - all is working well with Mozilla 1.0rc3 (give it a shot, you might just like it!)
Posted By: Dalar Re: Signature seperation line (again) - 05/28/2002 1:52 AM
Mozilla 1.0 rc3 is still giving me the same problem with the header of this site as happens in Netscape 7.0 pr1...
Posted By: ExcelsiorDDZ Re: Signature seperation line (again) - 05/29/2002 7:35 PM
That is odd, mine displays fine. What is your address so I can check it there.
Posted By: Dalar Re: Signature seperation line (again) - 05/29/2002 7:43 PM
I'm referring to this site, ubbdev.com.. the header is all messed up in NS 7.0 and Mozilla 1.0.
Posted By: AllenAyres Re: Signature seperation line (again) - 05/30/2002 12:49 AM


yes it is... due to mozilla's bug with xhtml, tho MTO has a different opinion

We'll need to either pull the doctype, edit a lot of templates, or change design to something else...
Posted By: Dalar Re: Signature seperation line (again) - 05/30/2002 2:07 AM
oy. If only standards were.. well.. standard
Posted By: yors Re: Signature seperation line (again) - 06/07/2002 5:14 PM
I am new at this.

Did change the two php files, and....

...nothing happened

Any more pointers? Anything else I need to do?
Posted By: yors Re: Signature seperation line (again) - 06/08/2002 12:49 PM
***bump***

need some help here
Posted By: Lisa_P Re: Signature seperation line (again) - 06/08/2002 1:56 PM
crescendo,

First, check and see if the line doesn't show up on both threaded and flat mode, since they are coded separately.

Next, look at your showflat.php and post the code you have beginning with:

code:

if ($Signature) {
$Signature = str_replace("\n","<br />",$Signature);



then post the next 4 lines.

In your showthreaded.php, find those same lines, and post the next 4 lines. That might help someone see where the error could be.
Posted By: yors Re: Signature seperation line (again) - 06/08/2002 3:24 PM
ok, I made a stupid mistake, which I sorted out

Thanks anyway. it work gr8 now.
Posted By: JustDave Re: Signature seperation line (again) - 06/08/2002 3:26 PM
hehe no problem crescendo
I make plenty of them myself... lol
Posted By: ExcelsiorDDZ Re: Signature seperation line (again) - 06/10/2002 8:09 PM
Lemme guess....

[censored]+Refresh? Update page on each visit?
© UBB.Developers