Quote:
Originally Posted by d34fdumbbl1nd
I got it. But actually i don't why you are talking of three different versions in this case.
the problem is in the template post_thanks_box. there is a reference to postbit im the im in the class breaks the thread inline moderation (top of the thread). it seems to me that vBulletin grabs all elements with this class to check if there is any checkbox checked.
here is the fixed part in the product-post_thanks.xml
Code:
[...]
<template name="post_thanks_box" templatetype="template" date="1262489133" username="Abe1" version="7.83"><![CDATA[<li class="postbit<vb:if condition="$vboptions['legacypostbit']">legacy</vb:if> postbitim" id="post_thanks_box_{vb:raw post.postid}"<vb:if condition="!$post_thanks_box == 1"> style="display:none"</vb:if>>
{vb:raw post_thanks_box}
</li>]]></template>[...]
this Fix is tested in vBulletin 4.1.12
|
all i see you put in that so called fix is [...] fixes nothing. If you are going to show a fix show it with a fix that you have fully tested and then post the fix. Not what you have posted above