The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Sounds simple...quite possibly is simple...the idea is to submit a thread rating via clicking on the appropriate rating image rather than via a radio button, then clicking the vote button.
Nested inside the various rating form necessities is this: Code:
<input type="image" src="rating_foo.gif" title="$vbphrase[foo]" name="vote3" id="vote3" value="3" class="inlineimg" /> I already know the workaround, which is if you are using: Code:
if($_POST['submit']){ broken foo } Code:
if($_POST['submit_x']){ working foo } And having poked around threadrate.php and the clientscript, I've completely failed to manage this. I've tried every javascript workaround in the book, all failures. I believe I'm well beyond the point at which I can't see the forest for the trees so please, if anyone can tell me what I'm doing wrong or what to do right I'd be eternally grateful. Thank you! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|