Quote:
Today at 12:15 AM Meltdown said this in Post #2
Open newthread.php.
Add the following to the top:
<?
if ($HTTP_GET_VARS['forumid']== '2') {
$defaultmessage = 'message 1';
} elseif ($HTTP_GET_VARS['forumid']== '3') {
$defaultmessage = 'message2';
} else {
echo ' ';
}
?>
Then open the 'newthread' template and add $defaultmessage between the <textarea> tags.
|
Thanks, Meldown
I will try it on Monday...
and Yes I need the text to be added only selected forum, not all.
Will let you know how it's going on... later..