Quote:
Originally Posted by MarkFL
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?