MyBBHacks.com Plugins for  MyBB
Issue with upgrade - Printable Version

+- MyBBHacks.com Plugins for MyBB (https://www.mybbhacks.com)
+-- Forum: ezGallery Pro for MyBB (https://www.mybbhacks.com/forumdisplay.php?fid=8)
+--- Forum: Support (https://www.mybbhacks.com/forumdisplay.php?fid=10)
+--- Thread: Issue with upgrade (/showthread.php?tid=3619)

Pages: 1 2


Issue with upgrade - Serax - 06-22-2022

I recently upgraded from EZGallery to Pro and the Gallery isn't showing on the upper right hand portion of the screen for the overall gallery, and users don't have the option to create a gallery either.

Permissions were put in place to allow everyone with valid groups the ability to upload/comment/etc.

No errors, just Gallery link isn't working at all. If I'm in the settings and permissions in Admin CP, I can get to the galleries and see they are present, but can't seem to access via the mybb forum itself. Neither index nor portal.


RE: Issue with upgrade - MyBBHacks - 06-22-2022

Did you uninstall the lite version?
After the install was a menu item added to the main menu?
Should be in the overall template with a link link to ezgallery.php like this site
https://www.mybbhacks.com/ezgallery.php


RE: Issue with upgrade - Serax - 06-23-2022

Now that I think about it, I do not think I uninstalled the lite version. I've tried uninstalling the pro version and re-installing but that does not seem to work.

Do you know what I need to do to get this resolved?


RE: Issue with upgrade - MyBBHacks - 06-23-2022

Do you have a link to the gallery After the install was a menu item added to the main menu?
Should be in the overall header template with a link to ezgallery.php like this site
https://www.mybbhacks.com/ezgallery.php


RE: Issue with upgrade - Serax - 06-23-2022

(06-23-2022, 12:51 AM)MyBBHacks Wrote: Do you have a link to the gallery After the install was a menu item added to the main menu?
Should be in the overall header template with a link to ezgallery.php like this site
https://www.mybbhacks.com/ezgallery.php

No item was added to the menu, that's my main problem.


RE: Issue with upgrade - MyBBHacks - 06-23-2022

The plugin will attempt to add the code the header template of the theme you are using if it fails.
Then it requires a manually addition of code. Example code below:
Code:
<li><a href="{$mybb->settings['bburl']}/ezgallery.php" style="background-image: url('images/icons/photo.png');">Gallery</a></li>
Here is a video for the default theme but would be similarl for others with the header template.
https://softwaredemos.tinytake.com/msc/Njk4NzcyMl8xOTcwNjEwOA


RE: Issue with upgrade - Serax - 06-23-2022

(06-23-2022, 03:33 AM)MyBBHacks Wrote: The plugin will attempt to add the code the header template of the theme you are using if it fails.
Then it requires a manually addition of code. Example code below:
Code:
<li><a href="{$mybb->settings['bburl']}/ezgallery.php" style="background-image: url('images/icons/photo.png');">Gallery</a></li>
Here is a video for the default theme but would be similarl for others with the header template.
https://softwaredemos.tinytake.com/msc/Njk4NzcyMl8xOTcwNjEwOA

Whew, this seems to have corrected the issue. Thanks a bunch!


RE: Issue with upgrade - MyBBHacks - 06-23-2022

Glad to help.


RE: Issue with upgrade - Serax - 06-23-2022

(06-23-2022, 03:49 AM)MyBBHacks Wrote: Glad to help.

One more item, unfortunately.

I can't seem to locate how to set a password on a gallery/photo.


RE: Issue with upgrade - MyBBHacks - 06-23-2022

Passwords can be done on a user gallery pictures. You can define your entire personal gallery with a password under personal gallery settings.

Admin created main level categories can’t be password protected