Quote:
Originally Posted by MagicThemeParks
Post #35 and Post #36 help you with the 4.x install instructions and alternate placement. :up:
|
I skimmed those but since I had it working other than AJAX I did not pay too much attention. Plus, they do not help with the user option to disable the whole system that BoP posted more recently.
However, I did fix my AJAX problem by going back and having a second look. For my site, the design of the Like box is all contained within the template
post_thanks_postbit. Therefore the contents of my template
post_thanks_box was simply:
PHP Code:
{vb:raw post_thanks_box}
Upon taking another look, I changed it to the following which fixed the AJAX issue:
PHP Code:
<div id="post_thanks_box_{vb:raw post.postid}">
{vb:raw post_thanks_box}
</div>
So thanks for making take a second look!