Status
Not open for further replies.

adambloch

Customer
Hi there very sorry to be back and I'm sure this isn't due to your part of this again.
everything looks like its there but the buttons don't do anything. so if I click in Thanks nothing happens.

I promise to go away after this one :)

A
 
Please ensure that the dbtech_thanks_postbit_entries template has not been customised, as I see this display is lacking from your forum.

In addition, please open postbit_legacy and check that the following code is positioned at the very top of the template:
Code:
{vb:raw template_hook.postbit_start

And the following code is positioned at the very end of the template:
Code:
{vb:raw template_hook.postbit_end

This should then work :)
 
Nope they are both there in the first and last line of the script and the dbtech_thanks_postbit_entries looks ok

<vb:if condition="$show['dbtech_thanks_area']">
<li class="postbitlegacy postbitim postcontainer">
<div class="posthead">
<span class="postdate">{vb:rawphrase dbtech_thanks_post_thanks_like}</span>
</div>

<div class="postdetails" id="dbtech_thanks_entries_{vb:var post.postid}">
{vb:raw entries}
</div>

<vb:if condition="$actions">
<div class="postfoot">
<div class="textcontrols">
<span class="postlinking">
{vb:raw actions}
</span>
</div>
</div>
</vb:if>

<script type="text/javascript">
<!--
var Thanks{vb:var post.postid} = new Thanks_Obj();
Thanks{vb:var post.postid}.init('{vb:var post.postid}');
// -->
</script>
</li>
</vb:if>
 
Could you try setting the Cloud Location setting to Before Posts, then?

I know of some mod which generates a conflict - but I was never able to track down which mod it was :(
 
OK it sort of works is it meant to pop the site in a new window when you press a like or thanks ? and I get a 1 likes if I thanks the thread, is this right?

A
 
Could you update my account (Fillip H.) to have full admin rights, and I'll check it out tomorrow (it's 4am here so gonna turn in soon) :)
 
Status
Not open for further replies.

Similar threads

Legacy Advanced Post Thanks / Like

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