Ok I "think" I've done all of the customizing I need to do.
Now, when I try to go to the form, I get this parse error:
Quote:
Parse error: parse error, unexpected ':' in /home/exquisi/public_html/forums/newthread.php(68) : eval()'d code on line 187
|
and this page error:
Quote:
Invalid Forum specified. If you followed a valid link, please notify the administrator
|
I'm not using this to create a new thread but for my members to submit a story and it is emailed to us.
So is the url above still correct?? (/newthread.php?do=form)
help?
EDIT: In the form template are we supposed to edit any of this?:
Quote:
<form name="vbform" action="newthread.php" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
<input type="hidden" value="$formname" name="do" />
<input type="hidden" value="submit" name="action" />
|
I really do wish that there were more detailed instructions on editing the templates