For people that see the shoutbox (TWTCornish version) appear on the homepage but get an error when they come to submit a shout, it could be that your path is not set correctly in the shoutbox_postshout template.
My forum is located in /forum yet the original code seemed to rely on the shoutbox.php file being located on the root /. Anyway, adding /forum/ in front of the filename (as shown below) sorted it out for me.
Quote:
<table cellpadding="5" cellspacing="0" border="0" width="100%">
<form action="/forum/shoutbox.php" method="post" name="vbform">
<input type="hidden" name="type" value="shout">
|