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

Everything that doesn't belong to any other forum but this one. If it doesn't belong here then it ... well, it just doesn't.

Moderator: mkoch227

Post Reply
MOB
Posts: 54
Joined: Sat May 10, 2008 9:51 am

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

Post 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.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
The_White_Eagle
Posts: 7
Joined: Sun Nov 19, 2006 12:37 pm

Post 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
Post Reply