MyBBHacks.com Plugins for  MyBB
Replace Lite version files - 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: Replace Lite version files (/showthread.php?tid=3612)

Pages: 1 2


RE: Replace Lite version files - Wulfen - 11-30-2021

Is this the right PHP?

Forgive me. I need to learn this side of things.


RE: Replace Lite version files - MyBBHacks - 11-30-2021

I would add it before
Code:
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>


Add
Code:
<li><a href="{$mybb->settings['bburl']}/ezgallery.php>{$lang->ezgallery_menu}</a></li>



RE: Replace Lite version files - Wulfen - 11-30-2021

PHP Code:
<ul class="menu top_links">
                        {
$menu_portal}
                        {
$menu_search}
                        {
$menu_memberlist}
                        {
$menu_calendar}
                        <
li><a href="{$mybb->settings['bburl']}/ezgallery.php>{$lang->ezgallery_menu}</a></li>
                        <li><a href="
{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
                    </ul> 

Hmmm. Doesn't seem to be working...  Confused


RE: Replace Lite version files - MyBBHacks - 11-30-2021

oops made one mistake
Code:
<li><a href="{$mybb->settings['bburl']}/ezgallery.php">{$lang->ezgallery_menu}</a></li>



RE: Replace Lite version files - Wulfen - 11-30-2021

Yay! Thanks man!

Great support! Smile


RE: Replace Lite version files - MyBBHacks - 11-30-2021

Glad to help


RE: Replace Lite version files - Wulfen - 12-04-2021

Hello again,

I am not sure why, but the Gallery is using the magnifying glass as the icon now.  Tongue

Any idea why that might be?

[Image: hqZMjCR.png]

By the way. I love the PRO Gallery. It is awesome-sauce!


RE: Replace Lite version files - MyBBHacks - 12-04-2021

This might work might be theme dependent
Code:
<li><a href="{$mybb->settings['bburl']}/ezgallery.php" style="background-image: url('images/icons/photo.png');">{$lang->ezgallery_menu}</a></li>



RE: Replace Lite version files - Wulfen - 12-04-2021

Perfect. And again. I LOVE this plugin.