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
|
I'm confused a little, to clarify remove the
im from postbitim in the template post_thanks_box
to fix what ?