Status
Not open for further replies.

billnull

New member
HI
i installed this mod , but i am having nothing in the postbit all the other things are working as nice as they must ...
only problem is this
i want to show in the postbit that this user has thanks this times and such blah blah...
also i want not to allow users to have settings to disallow the thanks related in post bit :confused:
br,
billoo
 
If you're missing postbit information, please check your postbit and postbit_legacy templates that template_hook.postbit_userinfo_right_after_posts exists and that you have enabled postbit display in the options.

Please use the Permissions bit under the DBTech - Post Thanks AdminCP column to control who can disallow what in their posts.
 
If you're missing postbit information, please check your postbit and postbit_legacy templates that template_hook.postbit_userinfo_right_after_posts exists and that you have enabled postbit display in the options.

.

please let me know how can i do this
i mean be a bit elaborate i am a real newbie
 
i have ssen in both that line is present
see
<hr />
<dl class="userinfo_extra">

<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
<vb:if condition="$show['infraction'] OR $show['reppower']">
<dl class="user_rep">
<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt>
<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
<dt>{vb:rawphrase reppower}</dt>
<dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
</vb:if>
</vb:if>
 
Please check the settings for the mod to see that postbit is enabled.

Sent from my X10i using Tapatalk
 
Then It's probably a mod conflict. Try disabling all other mods and see if it shows up then.

Sent from my X10i using Tapatalk
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,049
Customer rating
5.00 star(s) 1 ratings
Back
Top