Hi
Could someone please give me a hand with this?
I currently have the following in both threadbit an postbit templates but am running an error when I try to run it as it keeps going to ../inlinemod.php?forumid=xx instead of process.php which is what it's supposed to go to.
Code:
<input type="image" OnClick="parent.location='process.php?id={vb:raw thread.realthreadid}&rating=plus'" value="+" src="../images/assets/plus.gif" />
I've tried using a form instead of Javascript and get the same thing happening. Anyone have an idea on what I'm doing wrong please?