Quote:
Originally Posted by skopshayev
ForceHSS,
There is a bug:
Inline mode-> select all
It selects only first post on the page. Disabling hack restores normal behavior.
Thank you
BTW tried to do groan from your version of thanks, it works fine without integration.
|
Quote:
Originally Posted by ForceHSS
one of the reasons why I have 3 different versions there
|
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