Quote:
Originally Posted by steve1966
hi replace all the code in post_thanks_postbit_info template
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 style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{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>
|
Will this code align the issue for the postbit syle users or is this for the postbit_legacy users?
Abe Just curious as I have yet to hear a responce is there a fix on the way to show the notification of thanked posts? This is the only issue I have The only header mods I am using is a new style login/show admin/mod links in header and my posts along with vbmoods and this was working correctly with 4.0 PL1 but after upgrading to 4.0.1 it isn't showing notifications of thanked posts.
Thanks