
01-21-2012, 11:23 PM
|
 |
|
|
Join Date: Jan 2012
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by simonhind
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>
|
thank you a million!!!! IT WORKED THANK YOU SO VERY MUCH YOU ARE THE GREATEST!!!!!!!!!!!!
|