Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
bgb
Posted - 08 May 2007 : 22:36:16 Hi,
I am new user to this forum, although we have been using the Snitz software for many years.
We want to setup a forum such that users must post to the forum using a pre-determined format or template. Is there anyway to do this using the Snitz software?
Thanks, ... Brad
<moved from="Help: General / Current Version (v3.4.xx)" by="Shaggy" /><
1 L A T E S T R E P L I E S (Newest First)
muzishun
Posted - 08 May 2007 : 22:50:03 There isn't anything like that in the base code. You would have to code it yourself and add something to post.asp that checked the forum the user was posting in and gave them the appropriate template accordingly.
After that, you could try and add something to post_info.asp that uses regular expressions to make sure the template is still intact when your users submit the form, or you could save yourself some trouble if you trust that your users won't make any changes to your template before submitting their post. You could also enable moderation in the forum in question to give you the opportunity to check each post before they are visible to the public.<