phpbb2 Default (Re:) Subject on Reply

By.

min read

My profile

Share this:

Ok it took me a while to find, but here it is 🙂

http://www.phpbbhacks.com/download/1967
[code:1:440f4d6c61]## Hack Title: Default Subject on Reply
## Hack Version: 1.0.1
## Hack Author: John McKernan (JohnMcK, PRESAGEmedia)
##
## Hack Description: This hack inserts a default subject into the ‘subject’
## field when replying to posts. The default subject
## inserted is: “re: <topic title here>”.
##
## It’s very easy to install, just 2 simple edits.[/code:1:440f4d6c61]

You can even forget the lang_main.php edit, and hardcode it in your posting.php

[code:1:440f4d6c61]$subject = ‘Re: ‘ . $post_info[’topic_title’];[/code:1:440f4d6c61]

ow 😉 and the first and only occurence of your FIND action is around line 774

I have installed the mod over here, and it works like a charm !

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *