in my postbit template i tried to follow the text instructions and where to place the java. i run 2.2.8
in his example it supposed to look like this:
PHP Code:
<p align="right"><smallfont><a href="javascript:openeditsigwindow(490,320,'$session[sessionhash]','$post[userid]')">Edit Sig</a> | <a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p>
but mine looks like this:
<TD align="right"><smallfont><a href="javascript:openeditsigwindow(490,320,'$session[sessionhash]','$post[userid]')">Edit Sig</a> | <a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p>
my code doesnt start and and with <p and </p> it starts with <TD and ends with </td>
everything looks good in the postbit but when i click on edit sig, nothing happens. ive tried opera and ie6. ie sais error on page. if i click propeties in ie6 on the edit sig link it lists the url of the link as this: javascript

peneditsigwindow(490,320,'','15')
can the code be changed to work w/ mine?