Re: [ADDON] Levertine Gallery
Reply #105 –
I tried responding a couple times and my replies don't show up after using the quick reply. I wasn't aware there was a distinction for support. My apologies, there is no support for the mod at SMF forum so I thought I could ask here where the mod was made.
Re: [ADDON] Levertine Gallery
Reply #106 –
The mod wasn't made here, though. The mod here is a modified version designed for ElkArte (a derivative of SMF), and there is no support here for the original SMF version.
Re: [ADDON] Levertine Gallery
Reply #111 –
I'll put up a beta package for testing .... still working through a bunch of other addons that needed minor updates for PHP8+ and/or Elk1.1.9 ... But after that will get this posted
Re: [ADDON] Levertine Gallery
Reply #113 –
Here is a preliminary copy of 1.2.0 for testing for those who have time.
I think I've noted the main changes in the above posts, there are lots of little changes as well. This does have the pagination for user albums (main view and user album view), also noted as a todo in the previous posts. I'm sure I'll make some more updates before final, but I'm close to moving off this for a bit.
I've done all my testing on 1..1.9 (also prelim) and PHP 8.1, so that combination should be solid. I've also tested the importer with avea on this level and it also appears to work fine.
As noted somewhere back in this thread, when you import an album with PDF files, it will be S L O W .. this is nothing to do with this addon, but with the getid3 library it uses. PDF's are one of those loose standards so importing takes time as the library simply has to check every bit to get the data it wants, plus it creates are real thumbnail of the file, not just a generic image. It works fine, but if this is your setup, set timeouts on your web/php server to 300 or you may get the dreaded 504 error due to a timeout. This is only an issue with importing and large PDF files.
ETA: 1.2.0 Attachment removed, the opportunity to provide feedback has passed !
Re: [ADDON] Levertine Gallery
Reply #117 –
Sounds like enabled_mentions key in your settings db table still has Lgcomment in it ... should have been removed during uninstall. I know that works on the "soon" 1.2 but must have been an error back on the last released or beta version
Using phpmyadmin or adminer or whatever you use, open elkarte_settings table, find the key enabled_mentions it will look something like buddy,mentionmem,quotedmem,lgcomment,likemsg,rlikemsg and remove lgcomment from the string
Re: [ADDON] Levertine Gallery
Reply #118 –
Also if you see a lgnew in that string ... remove it
Re: [ADDON] Levertine Gallery
Reply #119 –
That did the job.
Funny how that was only an issue on one site.
I had it installed on 2 and uninstalled it from both.
The other site didn't have any issues.