Quote:
Originally Posted by TombstoneWarrior
I Read Every Page And Have Heard The Thank You Mentioned Alot But No Clear Way To Change This Mod To Acomidate The Thank You. Can Someone Give Me A Step By Step Please! I Would Be Forever Grateful!!! ALSO HAVE THE POST THANKS 7_8_3
|
Admincp >>
Styles & Templates >> Style Manager >>
click on dropdown menu shown on right,
click Edit Templates
scroll down the list of template and double click on the correct thank you templates
this will expand that template section
look for
post_thanks_postbit_info
double click on that template and replace all content with
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>