Furcal15
02-04-2010, 10:00 PM
I downloaded and installed Pro. Postbit Legacy (https://vborg.vbsupport.ru/showthread.php?t=214565&highlight=postbit) and it just didn't fit to well with the text from the "thanks" mod. So, I did some adjusting to suit my needs and I thought I would share my postbit legacy with you all.
First you will need to install the mod Pro. Postbit Legacy (https://vborg.vbsupport.ru/showthread.php?t=214565&highlight=postbit)
In addition to that modification go to style manager>edit templates>Post Thank You Templates>Postbit_info template
Once you get there delete all the text and save it so that it is blank.
Then go into your Postbit Legacy Template
Add this
<if condition="$post[userid]">
<div class="pbit"><div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div></div>
<div class="pbit"><div>
<if condition="$post[post_thanks_thanked_times] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
<else /></div>
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</div>
</if>
Before this <!-- controls -->
You're all set!
http://baseballnation.net/thanks.gif
First you will need to install the mod Pro. Postbit Legacy (https://vborg.vbsupport.ru/showthread.php?t=214565&highlight=postbit)
In addition to that modification go to style manager>edit templates>Post Thank You Templates>Postbit_info template
Once you get there delete all the text and save it so that it is blank.
Then go into your Postbit Legacy Template
Add this
<if condition="$post[userid]">
<div class="pbit"><div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div></div>
<div class="pbit"><div>
<if condition="$post[post_thanks_thanked_times] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
<else /></div>
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</div>
</if>
Before this <!-- controls -->
You're all set!
http://baseballnation.net/thanks.gif