MyBBHacks.com Plugins for  MyBB

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gallery link for main menu
#11
Do you have all the files it should link to ezgallery.php
Example here
http://www.mybbhacks.com/ezgallery.php

For the icon remove this part in the code style="background-image: url('images/icons/photo.png');"
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#12
Thanks very much for your help. I had indeed not uploaded 4 key files to the root of my domain. Didn't occur to me to check because it installed successfully. Sorry for wasting your time. All looks good now.
Reply
#13
Hi all,

i had exact the same problem, the "Gallery" link was not there after installing ezgallerypro.

I added this code to my header:

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

Now the link shows up but the icon is missaligned. The icon is *behind* the word "Gallery" and not at the left side of it.


.jpg   gallery.jpg (Size: 1.32 KB / Downloads: 11)

Is there any way to move the icon more to the left? it does not matter if i use another icon or another template (even with the default template), it is always the same problem.

Thanks.
Reply
#14
Can you share your overall header template code.
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#15
(10-12-2018, 05:00 PM)errazzor Wrote: Hi all,

i had exact the same problem, the "Gallery" link was not there after installing ezgallerypro.

I added this code to my header:

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

Now the link shows up but the icon is missaligned. The icon is *behind* the word "Gallery" and not at the left side of it.



Is there any way to move the icon more to the left? it does not matter if i use another icon or another template (even with the default template), it is always the same problem.

Thanks.

I got it working now.

With the code posted above i had the issue like shown in the screenshot (Icon missaligned)

With the following code:

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

...it works like expected.

From what i read the code which works now is the "old" variant used in mybb 1.6 ?? But like i said, this is workig for me...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)