MyBB Community Forums

Full Version: Page Manager Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I did a page with a html generator and the page manager plugin...it looks fine but i want it to have a button right next to the members and search icons....i thought page manager does that automatically?

if not how would i go about and do that?

please help Thanks Again
" .. thought page manager does that automatically " <-- No.
you can make as many pages as you want - page manager will not put the links on header

in header template, find code similar to below
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>

add a similar link for your specific page after the above ..
<li><a href="{$mybb->settings['bburl']}/misc.php?page=_____" />page title</a></li>

note : {$mybb->settings['bburl']}/misc.php?page=_____ <-- path of your specific page