Quote:
Originally Posted by graphicsguru I just submitted a new story on your site you can delete it did you get the error fixed ? |
No I just found that the error is my fault somewhere. I have in the header.tpl put this:
Code:
</div></center>
<center><div id="mydiv3" style="display:none; overflow: hidden; height: 75px;">
<form action="{$URL_submit}" method="post" id="thisform">
<label for="url">Submit your URL:</label>
<input type="text" name="url" id="url" value="http://" size="55" />
<input type="hidden" name="phase" value=1>
<input type="hidden" name="randkey" value="{$submit_rand}">
<input type="hidden" name="id" value="c_1">
<input type="submit" value="{#PLIGG_Visual_Submit1_Continue#}" class="submit-s" />
</form>
<br />{if $Submit_Require_A_URL neq 1}{#PLIGG_Visual_Submit_Editorial#}{/if}
</div></center> It is a collapsable div that has the submit box for links. If links are submitted this way they error sometimes, if you go to submit.php and do it that way they are fine.
So I probably left something important out.