Quote:
Originally Posted by BirdOPrey5
The last steps are only if you want to integrate the Like box INTO the posts like on my forum.
If you do the next step is pretty easy-
In Admin CP -> Plugin Manager, edit the plugin: Post Thank You Hack on hook: postbit_display_start
Find the line:
Code:
eval('$template_hook[postbit_end] .= " ' . fetch_template('post_thanks_box') . '";');
and change it to:
Code:
eval('$template_hook[postbit_signature_end] .= " ' . fetch_template('post_thanks_box') . '";');
OK This will move the "Like" box into the actual post table instead of below it.
|
Hi Joe, small problem, everything works 100% but as soon as I do the above edit, I get a blank page on any link except for my vbadvanced home page. If I undo the edit it makes no difference until I re-upload the xml file (which I assume then replaces the small plugin), then the forum works again. Any idea's? I'm desperate to have this display within the posts.