Skip to main content
[ADDON] Levertine Gallery Started by Spuds · · Read 174532 times 0 Members and 1 Guest are viewing this topic.

Re: [ADDON] Levertine Gallery

Reply #150

Another one updated to run under 2.0!

As with the others, no package yet.

Re: [ADDON] Levertine Gallery

Reply #151

Cool!
Its me Its me, its RVD

Re: [ADDON] Levertine Gallery

Reply #152

1.1.10

Runs awesome, just getting errors at times uploading videos (mp4).

Current file was 55.9mb in size, max size 250mb.

Error occurred: The file was uploaded but due to a server error, was not saved properly, please try again


Re: [ADDON] Levertine Gallery

Reply #154

I'll get one uploaded this week.

Re: [ADDON] Levertine Gallery

Reply #155

Will you post the packages for this and the other into these topics?

Re: [ADDON] Levertine Gallery

Reply #156

Here is the package for 2.0 ....

Re: [ADDON] Levertine Gallery

Reply #157

@Spuds

Have an issue on 2.0 with drag and drop album rearranging.

screencapture-scottjb9276-cc-nf-index-php-2026-07-30-08_02_02.png

Re: [ADDON] Levertine Gallery

Reply #158

I'll look into that.

Re: [ADDON] Levertine Gallery

Reply #159

@Spuds

Also, for some reason, the comments section does not seem to show.
I have everyone having permission to comment, but even admin does not see the ability to comment.

screencapture-scottjb9276-cc-nf-index-php-2026-08-01-07_00_25.png

Re: [ADDON] Levertine Gallery

Reply #160

Quote from: "ScottJB" – Have an issue on 2.0 with drag and drop album rearranging.
That is a dependency issue caused by the latest jqueryUI.  Replace your jquery.nestedSortable.js in your themes/default/Levertine directory with the one attached

Re: [ADDON] Levertine Gallery

Reply #161

Quote from: "ScottJB" – Also, for some reason, the comments section does not seem to show.
You will need to edit Addons\Levertine\Source\Model\Item.php

FIND (should be line 70)
Code: [Copy]
			$this->current_item['id_album'] = (int) $this->current_item['id_album'];
ADD after that
Code: [Copy]
			$this->current_item['comment_state'] = (int) $this->current_item['comment_state'];

Re: [ADDON] Levertine Gallery

Reply #162

@Spuds

That fixed it for the admin, but now guests and maybe members, not sure as not have them, can't see the item. They get:

Sorry, we can't let you access this section. We can't even tell you if it exists. You're welcome to visit the main page and choose your way from there.


Re: [ADDON] Levertine Gallery

Reply #163

Double check the media permissions, there are "a bunch" of them to get right.  The "Groups that can view the gallery" needs to have the right settings.  Also make sure the album itself has the correct view settings.

Re: [ADDON] Levertine Gallery

Reply #164

Quote from: Spuds – Double check the media permissions, there are "a bunch" of them to get right.  The "Groups that can view the gallery" needs to have the right settings.  Also make sure the album itself has the correct view settings.

Already had done so, but still get that when view item.
They can see the gallery, just not the items pages.