29 May 2000, 14:48
This hack will prefix "Re: " at the beginning of the topic line on replies. It'll check to see if the post being replied to is itself a reply (has "Re: " in front of it) and won't add the "Re: ", avoiding threads full of "Re: ", "Re: Re: " etc posts.
In newreply.php
Line 258 (usually) find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now open the newreply template.
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And you're all set. I'm working up a hack that will allow you to use a radio button when replying that will make your reply a new thread (for those replies that end up going totally off topic :p)
Katherine
In newreply.php
Line 258 (usually) find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now open the newreply template.
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And you're all set. I'm working up a hack that will allow you to use a radio button when replying that will make your reply a new thread (for those replies that end up going totally off topic :p)
Katherine