Quote:
Originally Posted by maidos
re-uploaded the files but still redirects me... im using 3.6.7 can anyone confirm this issues aswell?
my user can view the thanks button
|
And can they (the users) use it?
Quote:
Originally Posted by vitrag24
do i need to download and update this addon also while updating from 5.2 to 6.0 gold?
|
Sorry I don't understand the question
Quote:
Originally Posted by gregfindley
Thanks for your reply, I have deleted that from the template, but its still showing in the postbit- any ideas?
|
To begin with you are missing a hook in memberinfo, this one
$template_hook[memberinfo_foruminfo] to be precise.
secondly does the
post_thanks_postbit_info template look like this?
HTML Code:
<if condition="$post[userid]">
<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 />
<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>
Quote:
NoLF,
Just want to say thanks. it works
|
Your welcome ^^ I'm glad it works