MyBBHacks.com Plugins for  MyBB

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gallery link for main menu
#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


Messages In This Thread
Gallery link for main menu - by bambam16 - 01-17-2017, 07:45 AM
RE: Gallery link for main menu - by MyBBHacks - 01-17-2017, 07:51 AM
RE: Gallery link for main menu - by bambam16 - 01-17-2017, 08:39 AM
RE: Gallery link for main menu - by MyBBHacks - 01-17-2017, 08:41 AM
RE: Gallery link for main menu - by bambam16 - 01-17-2017, 08:47 AM
RE: Gallery link for main menu - by bambam16 - 01-17-2017, 08:49 AM
RE: Gallery link for main menu - by bambam16 - 01-17-2017, 08:51 AM
RE: Gallery link for main menu - by MyBBHacks - 01-17-2017, 08:59 AM
RE: Gallery link for main menu - by bambam16 - 01-17-2017, 09:05 AM
RE: Gallery link for main menu - by bambam16 - 01-17-2017, 09:06 AM
RE: Gallery link for main menu - by MyBBHacks - 01-17-2017, 09:15 AM
RE: Gallery link for main menu - by bambam16 - 01-17-2017, 09:26 AM
RE: Gallery link for main menu - by errazzor - 10-12-2018, 05:00 PM
RE: Gallery link for main menu - by errazzor - 10-19-2018, 08:16 PM
RE: Gallery link for main menu - by MyBBHacks - 10-12-2018, 11:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)