Quote:
Originally Posted by CouponWCents
The following dependencies were not met:
This product is not compatible with version 4.2.2 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
|
\/
Quote:
Originally Posted by smirkley
Install Hippy's version, or edit the xml dependency line for a higher version.
|
you shouldn't have to change the xml dependency line
Quote:
Originally Posted by smirkley
I moved it, but you either have to make a new hook, or move the hook it attaches to naturally.
You may have to also widen the box in templates to make it fit without rollover.
|
Quote:
Originally Posted by Pocket Aces
In postbit_legacy, how do we move the thanks button? I'd like to place it right after the multi-quote button.
|
here ya go
https://vborg.vbsupport.ru/showpost....postcount=2357
Quote:
Originally Posted by dariyos
what can i do to solve this float problem?
now its float: right
if i do it left, it gets out of the border...
|
what one do you have installed ?
you should not have that issue
find template
post_thanks_postbit_info
replace code with
Code:
<vb:if condition="$post['userid']">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd>{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>