Status
Not open for further replies.

Evolution

New member
Hello and please forgive me if this has been asked before. I couldn't seem to find the answer.

We installed the Lite version of this mod and we can't seem to be able to like first and last posts in many threads. There is no option to thank them, like or dislike them. I have all the permissions set up to allow everyone to be able to like and thank. It works on all other posts but the first and last posts in a thread. We are running the latest version of it as well. Any help would be greatly appreciated. Thank you.
 
Try disabling your add modification, it seems to me that it may be conflicting with that.
 
EDIT: See post 11 it is a much better way of doing it.

Can you try editing the plugin, Insert Inside & After Current Post in the Product : Digital Point Position Ads group and change the Hook Location from postbit_display_complete to postbit_display_start and see if the adds still show up and function correctly.

ACP / Plugins & Products / Plugin Manager is where you can do that.
 
Last edited:
Or better yet, go to that plug as I described, and in the Plugin PHP Code find:

Code:
$template_hook['postbit_end'] = $vbulletin->options['dppa_afterpost_html'];

And change it to:

Code:
$template_hook['postbit_end'] .= $vbulletin->options['dppa_afterpost_html'];

Adding the one period will make it append to instead of overwrite anything else using that template hook location.
 
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,046
Customer rating
5.00 star(s) 1 ratings
Back
Top