11-30-2021, 06:28 AM
Is this the right PHP?
Forgive me. I need to learn this side of things.
Forgive me. I need to learn this side of things.
Replace Lite version files
|
11-30-2021, 06:28 AM
Is this the right PHP?
Forgive me. I need to learn this side of things.
11-30-2021, 06:30 AM
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/
11-30-2021, 06:35 AM
PHP Code: <ul class="menu top_links"> Hmmm. Doesn't seem to be working... ![]()
11-30-2021, 06:53 AM
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/
11-30-2021, 06:56 AM
Yay! Thanks man!
Great support! ![]()
Hello again,
I am not sure why, but the Gallery is using the magnifying glass as the icon now. ![]() Any idea why that might be? ![]() By the way. I love the PRO Gallery. It is awesome-sauce!
12-04-2021, 12:56 PM
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/
12-04-2021, 02:12 PM
Perfect. And again. I LOVE this plugin.
|
« Next Oldest | Next Newest »
|