FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Setting default body content for a single forum
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Setting default body content for a single forum [message #10641 is a reply to message #10637] Thu, 05 June 2003 23:04 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Inside the post.php.t add something like this:
<?php
if ($frm_id == your_forum_id && !isset($msg_body)) {
$msg_body = "your stuff goes here";
}
?>


This code should go probably below this line:
<?php
$message_err
= get_err('msg_body', 1);
?>


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: User delete posts.
Next Topic: Problems with PATH_INFO temlate set
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Oct 11 16:20:18 GMT 2024

Total time taken to generate the page: 0.07680 seconds