Quote:
Originally Posted by socceronly
Hi! I bought the Gold version, really glad to have this mod.
It works when show under nav bar is selected.
But when I turn that off and insert {vb:raw more_share_tng} into a template, nothing comes up. I am trying to get this into the top of articles in the CMS.
This is my first time doing anything this, so maybe I am missing something. If I just put in some text like AAA in the template it appears, so that part of the template is visible.
Running 4.2
Thanks,
JM
|
The ONLY templates it will work on are Header, Navbar, and Footer. It is not set to work in any other templates. It says that in the instructions.
You can use a template conditional to only show it in the CMS if that is your goal-
Code:
<vb:if condition="THIS_SCRIPT == 'vbcms'">{vb:raw more_share_tng}</vb:if>
But still must be in one of the 3 templates mentioned.