MyBB Community Forums

Full Version: How to remove nav from portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I won't to remove in my header navigation

xxx Support xxxx
-> Portal
[Image: sssor.jpg]
There is no way of removing navigation from Portal. You may have to edit navigation templates, but this removes from all pages "including" Portal.
i know it, maybe in php ? how i can do it ?

if($_SERVER['SERVER_PROTOCOL']=='http://xxx.xxx/')
{
}
{
echo "navigation"
}
You can't use php in MyBB templates, Unless you install Php Template Conditional: http://community.mybb.com/thread-31860.html

Moreover, that's not the way you edit the "navigation" area. As I said, there is no way to alter navigation "only" from portal. If you alter navigation templates, it would effect all..