MyBBHacks.com Plugins for  MyBB

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
no link "gallery" in home
#1
Hi there,
after have used the light version of ezgallery with success... i bought the pro:

- uninstalled the light version
- ftp all the content of the pro
- installed from cp

Now i view that all the configurations done in the light are migrated to pro....

BUT!!!!! In the forum there isn't any link to gallery!!!

I have done a reinstall.... trying to redo the priviles.... nothing! No "gallery" link in the main forum page... Huh  Huh

What can i do????

MyBB Version 1.8.4
PHP Version 5.5.24
SQL Engine MySQLi 5.5.41

Domain www.vfritaliaclubforum.it

Thanks!!!
Hermann
Reply
#2
Edit your main header template file add this code in your menu
Code:
<li><a href="{$mybb->settings['bburl']}/ezgallery.php"><img src="{$mybb->settings['bburl']}/images/icons/photo.gif" alt="" title="" />{$lang->ezgallery_menu}</a></li>
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#3
(05-14-2015, 08:24 AM)MyBBHacks Wrote: Edit your main header template file add this code in your menu


Code:
<li><a href="{$mybb->settings['bburl']}/ezgallery.php"><img src="{$mybb->settings['bburl']}/images/icons/photo.gif" alt="" title="" />{$lang->ezgallery_menu}</a></li>

DONE!!!!!
Working!!!! 
Shy Shy Shy Shy
Thanks!!!
Reply
#4
Post your whole template here and I can take a look.
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#5
Wink 
(05-14-2015, 09:00 AM)MyBBHacks Wrote: Post your whole template here and I can take a look.

I've understand where!!!
thanks.... have done and it is working!!!!

Wink Wink Wink Wink
Reply
#6
Glad you have it working!
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#7
(05-14-2015, 08:24 AM)MyBBHacks Wrote: Edit your main header template file add this code in your menu

Code:
<li><a href="{$mybb->settings['bburl']}/ezgallery.php"><img src="{$mybb->settings['bburl']}/images/icons/photo.gif" alt="" title="" />{$lang->ezgallery_menu}</a></li>

This line needs to change a little for MyBB 1.8:

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


Forum Jump:


Users browsing this thread: 1 Guest(s)