Page 1 of 1

Can you tell me the name of this moficiation on your forum?

Posted: Sat May 10, 2008 8:25 pm
by MOB
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
I really like the modification you have above where it automatically lists a list of questions for help topics plus the one the directs the person to the "READ ME GUIDE" when the person tries to start a new topic in the Hesk topics.

Can you tell me the name of this modifcation to see if I could add this hack to my phpbb forum also? Thanks in advance.

Posted: Sun May 11, 2008 1:38 pm
by Klemen
I'm afraid this modification has no name, I edited the forum source code myself to add these messages. I know they can be annoying but now most people actually do read instructions and post the required information so we can find most problems quickly.

Posted: Sat Jun 14, 2008 6:16 pm
by The_White_Eagle
just add in posting.php this

Code: Select all

search:
// Output the data to the template
BEFORE ADD
if($mode == 'newtopic' && !$refresh && $forum_id == XX && $message == ''){ 
$message = 'Your text here
blabla
blabla
';
	  }
where XX the forum id of your forum

grtz
TWE