--------------- Added [DATE]1506365510[/DATE] at [TIME]1506365510[/TIME] ---------------
Oh, my fault. I see what the problem is. It's because I'm trying to use this on my mobile theme. Would you show me how to add that into the mix?
Yes, the mobile style doesn't seem to have any template hooks in the postbit templates. Try adding the following line to the very bottom of whichever postbit template you are using in your mobile style:
Yes, the mobile style doesn't seem to have any template hooks in the postbit templates. Try adding the following line to the very bottom of whichever postbit template you are using in your mobile style:
HTML Code:
{vb:raw template_hook.postbit_end}
That did it! Thank you very much! I was going to try and hack this:
global $styleid;
if ($styleid == 1){
...into the plugin - but surely would have broken things. I appreciate you helping me out with this!
--------------- Added [DATE]1506366173[/DATE] at [TIME]1506366173[/TIME] ---------------
Ahh! Poop! It shows up in my non-mobile style as well. One more? Can you tell me how to prevent it from displaying there?