The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem With attachment plugin..
hello there need a little help
I created a plugin to rate my attachments here is the plugin details PHP Code:
HTML Code:
<tr> <td><img class="inlineimg" src="$stylevar[imgdir_attach]/$attachment[attachmentextension].gif" alt="<phrase 1="$attachment[attachmentextension]">$vbphrase[file_type_x]</phrase>" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>$attachment[filename]</a> ($attachment[filesize]<if condition="$show['views']">, <phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase></if>)</td> </tr> <tr><td> </td><td> <br> $attachment[tstats] <br> $attachment[torrentinfo] </td> <if condition="$attachment[torrentinfo]"> <td width="40%"> </td> <td> $attachment[rate] </td></if> </tr> now the problem is when ever i klik the submit button it takes me to HTML Code:
http://www.desidhamal.com/inlinemod.php?threadid=30832&p=234458 I am trying when ever any one submit the button it take him to rate.php file ..but it dosent but the same code does works perfectly in my test site can any one specify why it is happening and what should i do to prevent this.. thank you |
#2
|
|||
|
|||
You can't place forms in the postbit, as they interfere with the in-line moderation (the checkboxes in the corner of the postbit which allow you to select posts).
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|