first off thanks goes out to channelfuse
for getting post_thanks search to work again..
found here
https://vborg.vbsupport.ru/showpost....postcount=1534
then I believe
Phaedrus put all the fixes I and others posted all together
https://vborg.vbsupport.ru/showpost....postcount=1433
Rob F posted the fix for the postbit alignment issue here
https://vborg.vbsupport.ru/showpost....&postcount=607
thanks to
findingpeace for posting this fix..
someone with a space in their username thanks a post breaks the line seems to break
can view here
http://i.imgur.com/9JAsNaF.png
a few members have brought this issue up
Quote:
Originally Posted by findingpeace
|
you will need to replace your "
post_thanks_postbit_info" template with this
over write the template completely so it will match the rest of the postbit details
Code:
<vb:if condition="$post['userid']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_thanks} <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
{vb:rawphrase post_thanks_time_post}
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
<vb:else />
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div>
</vb:if>
</vb:if>
Baja Version min max edit
https://vborg.vbsupport.ru/showthrea...66#post2130566
https://vborg.vbsupport.ru/showthrea...41#post2129541
please note you will need to change this in the xml file to upload to the newest versions of vb
ForceHSS also put one together, but I never went over it to see if all the fixes where implemented
FReeSTER pointed this out.. great template edit
Great Article
BirdOPrey5 Great Post Thanks Articles
How to turn the "Post Thank You" hack into a "Likes" system similar to vBulletin.org
This is a Must Have if you have a hug box of thanks under your posted.
big thanks to
demonfatal Great addon for Post Thanks
[vB4.0.X] Show/Hide list of the thanked
Thanks for sharing that Great addition to this mod..
###########################################
###########################################
###########################################
Great Addon's for Post thanks
Badshah93 vFCoders - Hide Hack
Scandal Recent Thanks for [AJAX] Post Thank You Hack
plugin for Recent Thanks for [AJAX] Post Thank You Hack
Hippy WOL for Recent Thanks for [AJAX] Post Thank You Hack addon
postbit change for Recent Thanks for [AJAX] Post Thank You Hack
Quote:
Originally Posted by Furcal15
I did some modification to this....If anyone is interested....In the user info panel, it shows "Thanked XX times in XXX post", well that phrase is now a link and it takes you to http://yoursite.com/recent_thanks.php
See demo here: http://baseballnation.net/showthread...ll=1#post57431
Edit Templates > Post_Thanks_Postbit_Info and replace EVERYTHING will the following code:
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};"><a href="/recent_thanks.php">{vb:rawphrase post_thanks_time_post}</a></dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};"><a href="recent_thanks.php">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</a></dd>
<vb:else />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};"><a href="recent_thanks.php">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</a></dd>
</vb:if>
</vb:if>
|
###########################################
###########################################
###########################################
you may find a tweak or 2 to help you with most issues. Search for my posts in this mod
Poke To Find All Posts In This Mod By Hippy
this is a list of all the help / support given here (
thanks goes out to everyone that is helping to keep this great mod alive..)
Regards
Hippy