Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#239279 - 09/05/1005:15 PMRe: How do I remove the remove the "re: blah, blah, blah" in reply?
[Re: jules]
Registered: 06/05/06
Posts: 14904
Loc: Portland, OR; USA
Well, it's not repeating the original subject, it's repeating the subject they commented to; so say a user changes the topic and someone responds to that, it'd reference that topic...
Pretty annoying unless you're using threaded mode... A hybrid mode would make it a little more sane though...
As for getting rid of it, I think that if you go to scripts/newreply.inc.php find:
Code:
$Subject = "Re: ".$Subject;
Replace with:
Code:
// $Subject = "Re: ".$Subject;
On another note, i'm not sure why RE isn't in the language files...
That may answer my question, I'll give it a try - this is what I'm looking for...
It does this: (Using threaded)
[ed: It didn't tab them out or space, but you get the drift]
How do I get rid of Re:? Re: How do I get rid of Re:? Re: How do I get rid of Re:? Re: How do I get rid of Re:?
I'm looking for this:
How do I get rid of Re:? Gizmo rocks because he's the only one who will answer me. I agree. You should ask Gizmo, he's the only one who answers. Have you checked with support? Yes - N/A.
Does that make sense? Does the code you gave still apply?
Registered: 06/05/06
Posts: 14904
Loc: Portland, OR; USA
showflat.inc.php also has some instances of Re: that my search didn't come up with earlier :/... I'd imagine those would give you some love too... trial and error