FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Adding "Re:" to topic
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Adding "Re:" to topic [message #26042] Sat, 02 July 2005 18:04 Go to next message
BobB is currently offline  BobB   United States
Messages: 165
Registered: April 2005
Location: Tucson, AZ
Karma: 0
Senior Member
Is there a way to set the forum to NOT add "Re:" to the subject/topic in replies? With topics going back and forth between the forum and the mailing list, they add up fast.

There has already been one case of a mailing list user manually deleting them from subject lines, which caused his replies to be mis-threaded on the forum. He did so because he was tired of seeing subject lines like "Re: Re: RE: Re: Re: RE: Re: Subject".
Re: Adding "Re:" to topic [message #26055 is a reply to message #26042] Sun, 03 July 2005 16:53 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You can modify the code to not do that.

FUDforum Core Developer
Re: Adding "Re:" to topic [message #26066 is a reply to message #26055] Sun, 03 July 2005 19:01 Go to previous messageGo to next message
BobB is currently offline  BobB   United States
Messages: 165
Registered: April 2005
Location: Tucson, AZ
Karma: 0
Senior Member
Ilia wrote on Sun, 03 July 2005 11:53

You can modify the code to not do that.



What part of the code? Where?
Re: Adding "Re:" to topic [message #26072 is a reply to message #26066] Mon, 04 July 2005 03:53 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
imsg_edt.inc.t

FUDforum Core Developer
Re: Adding "Re:" to topic [message #26101 is a reply to message #26072] Mon, 04 July 2005 22:16 Go to previous messageGo to next message
BobB is currently offline  BobB   United States
Messages: 165
Registered: April 2005
Location: Tucson, AZ
Karma: 0
Senior Member
Ilia wrote on Sun, 03 July 2005 22:53

imsg_edt.inc.t


I tried deleting:

'!^Re: !i',

from line 214. No change, so I put it back and deleted:

'!Re: !i',

from line 413. No change.
Re: Adding "Re:" to topic [message #26105 is a reply to message #26101] Mon, 04 July 2005 23:04 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
What you were removing was the indexing code...
What you want is something like this
<?php
$this
->subject = str_replace('Re: ', '', $this->subject);
?>


FUDforum Core Developer
Re: Adding "Re:" to topic [message #26127 is a reply to message #26105] Tue, 05 July 2005 20:33 Go to previous message
BobB is currently offline  BobB   United States
Messages: 165
Registered: April 2005
Location: Tucson, AZ
Karma: 0
Senior Member
Ilia wrote on Mon, 04 July 2005 18:04

What you were removing was the indexing code...
What you want is something like this
<?php
$this
->subject = str_replace('Re: ', '', $this->subject);
?>



Where would this go? I tried pasting it into a couple of locations within the file, but couldn't get it to work.

Sorry, I'm not a php programmer. If I ever get the time, I'd like to study it.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Compatibility problem with OSX using AOL?
Next Topic: Enable Forum by BD
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 15:35:58 GMT 2024

Total time taken to generate the page: 0.02119 seconds