MyBBHacks.com Plugins for  MyBB

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Replace Lite version files
#11
Is this the right PHP?

Forgive me. I need to learn this side of things.
Reply
#12
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>
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#13
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
Reply
#14
oops made one mistake
Code:
<li><a href="{$mybb->settings['bburl']}/ezgallery.php">{$lang->ezgallery_menu}</a></li>
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#15
Yay! Thanks man!

Great support! Smile
Reply
#16
Glad to help
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#17
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!
Reply
#18
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>
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#19
Perfect. And again. I LOVE this plugin.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)