joanaranda absolutely, I'll post all release announcements here, as well as the changelog on my website.
I'm currently working on an update for the WordPress Integration extension. Once that's finished, I'll focus on Cimaise again.
joanaranda absolutely, I'll post all release announcements here, as well as the changelog on my website.
I'm currently working on an update for the WordPress Integration extension. Once that's finished, I'll focus on Cimaise again.
Great news, @clarkwinkelmann!
There is some hardcoded upload limit?, I get "The image must not be greater than 24000 kilobytes.", but I am using:
php_value upload_max_filesize 64M
php_value post_max_size 64M
I don't remember right now but if it was server-side the error should not specify the 24000 kilobytes part
EDIT: Forget it! Just browsing the discussion I came across this message: https://discuss.flarum.org/d/32138-cimaise-albums-for-flarum-early-access/16
Comments on several of my previous posts:
joanaranda ...I think that there a couple of improvement opportunities that look like easy enough to implement for the big value they can add:
- selectable thumbnail size: 150x150 it is too small for some dense pictures... // ...a choice of two or three different size would be great...
- album sorting criteria: I have seen that the order in the albums has changed after adding pictures. It is quite likely that the latest updated album is shown first... // ... Having the choice to choose between latest updates first vs alphabetical order would be awesome.
It is no longer an issue for me. The tradeoffs I made in thumbnails through CSS are good enough for me, and I hack the sorting criteria by dealing with update dates directly in the database. I can live with it, as I don't add pictures often.
joanaranda By the way, @clarkwinkelmann, I've just noticed a bug. Not a big deal and sorry if you are already aware of it.
The background from the Hero disappears when the screen width is so small than the top menu collapses.
This issue remains, and it makes the hero almost unreadable in mobile. I hope you can find the time soon to fix it. I have not been able to identify any CSS hack to hide the issue. You can see the issue in action if you open this link from a cell phone: https://debat.s21.cat/albums/1-aplecs-i-ballades
joanaranda @clarkwinkelmann, is there any way to customize the number of pictures to be shown before the "Load More" button appears? My tests are showing that many of my users typically stick to the first block of results, as often they simply look at the pictures without realizing that there is a button below.
clarkwinkelmann joanaranda currently not, but I will add that in the future
️
I will probably raise the default number of pictures per page as well. On my own website I also notice it's too few.
FYI, I have mitigated somehow the impact by making the "Load more" button blink. It is a nasty hack, but it may serve you as well, @clarkwinkelmann, while you don't have time to improve Cimaise. You can see the blinking button in action here: https://debat.s21.cat/pictures
In any case, I hope you find soon the time to work on these issues/improvements. I can make a small money contribution if it helps, but I cannot afford to invest much more: all what I have in my site is free stuff.
Any update on this @clarkwinkelmann?
Jbugy are you referring to something in particular?
It'll be a few more weeks before I can release new features.
I hope I don't sound annoying with another thing . Just for the record, it seems that search engines have a hard time finding the album/photo pages. I think it would help if they were added to the site's sitemap. I’ve tried some manual submissions in the search console, and they have indexed well.
Darkle good point, I can add the code to integrate with FoF Sitemap in the next release ️
You mentioned previously about new features, thats all :-)
@clarkwinkelmann One thing my community seems to want to do is to have a image in the gallery which they can link to in a post. I know at present you can have a new album for every post, but this isnt useful for a community where people want to show off their work in a thread. Any ideas?
Jbugy this is on my TODO list.
I haven't had a lot of time to work on this extension this year, but I am planning to get back to it soon.
In the next release pictures will be separated from albums and there will be many more features. It will be possible to have pictures without album, pictures in multiple albums and pictures in multiple posts, with or without discussion linked albums.
Thank you, appreciate your busy elsewhere
I paid $30 for this extension in development, I admit, but it's impossible to delete an album?
Ibzh it should definitely be possible to delete them Are you having trouble with an admin account, or is this for a personal album on a regular user without privilege ?
clarkwinkelmann I am logged in as administrator I don't see any place that allows you to delete the album on the front end
Ibzh there's a dropdown action menu that should contain the edit and hide button, then permanent delete once hidden. But I think it's only visible from the list of albums, not the album itself. So you need to find the album on the /albums
page or in the list of albums on the user profile. It's the 3-dot menu that appears on mouse hover.
I need to add that dropdown on the album page as well.
Ibzh it should be in the top right of the thumbnail. The 3 dots are grey so sometimes not easy to see. When hovering the top right area, an additional background should appear behind the 3 dots as part of their button hover effect.
If this still doesn't work, can you share your php flarum info
? Do you have any theme or custom CSS?
If you need a quick fix I can give you some javascript code to run in the browser console to call the DELETE endpoint.
clarkwinkelmann I succeeded thank you it's not easy but I found it
Hello, would it be possible to extend this to add albums / pictures on the user profile section only?