Ezgallery not working with mybb 1.8 see code below ? - Printable Version +- MyBBHacks.com Plugins for MyBB (https://www.mybbhacks.com) +-- Forum: ezGallery Pro for MyBB (https://www.mybbhacks.com/forumdisplay.php?fid=8) +--- Forum: Support (https://www.mybbhacks.com/forumdisplay.php?fid=10) +--- Thread: Ezgallery not working with mybb 1.8 see code below ? (/showthread.php?tid=3659) |
Ezgallery not working with mybb 1.8 see code below ? - thamilton9883 - 02-16-2024 Ezgallery not working with mybb 1.8 see code below ? Gallery button not showing on website ?? MyBB Version 1.8.37 ezGallery Lite (2.2) See code below fromĀ Edit Template: header <div id="container"> <a name="top" id="top"></a> <div id="header"> <div id="logo"> <div class="wrapper"> <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a> <ul class="menu top_links"> {$menu_portal} {$menu_search}<li class="gallery"><a href="{$mybb->settings['bburl']}/ezgallery.php" style="background-image: url({$mybb->settings['bburl']}/images/icons/photo.png);">{$lang->ezgallery_menu}</a></li> {$menu_memberlist} {$menu_calendar} <li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li> </ul> </div> </div> <div id="panel"> <div class="upper"> <div class="wrapper"> {$quicksearch} {$welcomeblock} <!-- </div> in header_welcomeblock_member and header_welcomeblock_guest --> <!-- </div> in header_welcomeblock_member and header_welcomeblock_guest --> </div> </div> <div id="content"> <div class="wrapper"> {$pm_notice} {$remote_avatar_notice} {$bannedwarning} {$bbclosedwarning} {$modnotice} {$pending_joinrequests} {$awaitingusers} <navigation> <br /> RE: Ezgallery not working with mybb 1.8 see code below ? - MyBBHacks - 02-17-2024 Looks ok? What do you see on your site. |