|
|
View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 416 Location: A'dam/Diemen, The Netherlands
|
Posted: Wed Jul 23, 2008 6:49 am Post subject: phpbb2 Default (Re:) Subject on Reply |
|
|
Ok it took me a while to find, but here it is
http://www.phpbbhacks.com/download/1967
Code: | ## 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. |
You can even forget the lang_main.php edit, and hardcode it in your posting.php
Code: | $subject = 'Re: ' . $post_info['topic_title']; |
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 ! |
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Wed Jul 23, 2008 6:49 am Post subject: phpbb2 Default (Re:) Subject on Reply |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Wed Jul 23, 2008 6:49 am Post subject: phpbb2 Default (Re:) Subject on Reply |
|
|
Advertisement
 |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|