Quote:
Originally Posted by Cocko
same issue /w ibproarcade
top_nav is shown in all other pages
(e.g. pp pro, chat, forums, cmps)
what to do (template edits?) for
system-message and ibproarcade ?
edit: fixed issue by adding $nav2
in ./arcade/functions/funktions.php (ibproarcade)
in ./includes/funktions.php (vbulletin_message)
|
I was just going through my site trying to get this on pages it was missing and seen this. I wanted to add for those that might still need help with this, if you have access to files to edit them, look for both those files he mentioned and do this edit:
Find:
And change to:
Code:
global $header, $nav2,
It will then show up in arcade (I'm using ibproarcade) and in message pages, like when a score doesn't get submited in the arcade the page with that message didn't have the top nav.
Hope that helps some of you, I haven't tried it for anything else, but my guess would be look for the same situation with the includes files.