MyBB Community Forums

Full Version: Custom {$usercpnav} ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to make custom usercpnav for each plugins. but If I call {$usercpnav} to template and it show everything in usercpnav Template ( I already know it.) and I would like to call just only each nav of plugin, don't know how can I call them in template.

[Image: 861epbY.png]

I that I don't want to show those Miscellaneous Nav in Alerts Page.

Any Ideas Huh
From the templates? Use something like Template Conditionals to hide content based on the script being visited.
(2020-05-30, 06:19 AM)Omar G. Wrote: [ -> ]From the templates? Use something like Template Conditionals to hide content based on the script being visited.
I can't understand xD, I tried {$myalerts_usercp_nav} instead {$usercpnav} but didn't work  Sad
If you want there a plugin not sure if this is what you mean https://community.mybb.com/mods.php?action=view&pid=602
It's Okay now. I don't use core {$usercpnav} template code and I just make Own Navigation Menu and It's Perfect now.