All i can suss out atm is that you can add this {vb:raw vmoods_list} to say teh header template and it displays the moods menu but not where you want it to be...
I been messing around with the new navigation manager in 4.2.0 but cant seem to get it to work grrrr
All i can suss out atm is that you can add this {vb:raw vmoods_list} to say teh header template and it displays the moods menu but not where you want it to be...
I been messing around with the new navigation manager in 4.2.0 but cant seem to get it to work grrrr
Ah ha
I added
{vb:raw vmoods_list}
In the navbar template below the part about notifications and it kinda fits on my theme, i guess just play around and try it out in different places ....
In the navbar template below the part about notifications and it kinda fits on my theme, i guess just play around and try it out in different places ....
Unfortunately your description of your fix isn't particularly helpful...
perhaps you should post the explicit template name, and where explicitly you added the line:
Unfortunately your description of your fix isn't particularly helpful...
perhaps you should post the explicit template name, and where explicitly you added the line:
{vb:raw vmoods_list}
Thanks.
The explicit template name is navbar. You can also stick it in the header template if you like.
However, in order for that to actually work, you will need to turn off the Auto Edit Navbar Template option, otherwise it will attempt to stick the list into the nonexistent navbar_end template hook.
Or, to make it easy, I modified the plugin controlling that to point it to the navtab_end template hook instead, and attached the XML for said plugin. It's in a slightly different spot than it used to be though.
If you turn off the Auto Edit Navbar Template in the vMoods options, it'll go away and you can place {vb:raw vmoods_list} anywhere in the navbar or header template you wish, though I don't think it's possible to stick the list in the place it used to be under this way.
The explicit template name is navbar. You can also stick it in the header template if you like.
However, in order for that to actually work, you will need to turn off the Auto Edit Navbar Template option, otherwise it will attempt to stick the list into the nonexistent navbar_end template hook.
Or, to make it easy, I modified the plugin controlling that to point it to the navtab_end template hook instead, and attached the XML for said plugin. It's in a slightly different spot than it used to be though.
Its working for me now. All I did was upload the .xml above in the Plugins & Products of AdminCP and it was spot on. Thanks Thunderbird.
I played around with the plugin involved a little more.
This new attached version will allow you to place {vb:raw vmoods_list} inside the navbar_tabs template, which is probably the place that you were looking for. As usual, the Auto Edit Navbar Template option (AdminCP->Settings->Options->vMoods) must be turned off in order to do this, otherwise it'll just stick the list as a tab.
For the equivalent location, place it after the second to last </vb:each> in that template, but before the </ul> that follows it. Note that {vb:raw template_hook.navbar_after_links} is in this same spot, but that's scheduled to be deleted in 4.2.1, so I can't use that.
Do note that this will make the mood list show up regardless of which tab is selected on the top (the original behavior only showed it if Forum was selected).