I've updated to the latest version and would simply like to move the box into the post. On 3.8 you can do this by simply following this step
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.
Again this is a good place to stop if you are happy.
|
I've gone through all the things for the 4.x change as seen here
Quote:
Originally Posted by MagicThemeParks
Post #35 and Post #36 help you with the 4.x install instructions and alternate placement. :up:
|
but still can't figure it out for the postbit template (not legacy), anyone got any suggestions??