The upgrade to the maintenance release 3.7 worked fine, and works well with php8.3.21.
Beiträge von dan40
-
-
These settings only affects the 'display' of existing data.
After a migration, you can use it to display the corresponding migrated data.
There is currently no way to 'execute' the functions mentioned (downloads, ratings, etc.). This maybe come in a future version (if someone programmes it).Currently there is a setting for the alignment of the image titles, but not for the category titles.
However, there is already a PR for the next version: https://github.com/JoomGalleryfriends/JoomGallery/pull/182I'm not migrating, I'm installing as new. Are you saying there is a space for hits, download counts, ratings, votes, etc. but it won't show them until someone programs it?
-
I reset all settings and re-uploaded the images, and it's not showing any of the above data. If you want to see what I mean, https://sandbox.dansmith.ca
One other thing, the alignment of the Category titles is set to "Center", but are left-justified. The Image titles are centred as they should be.
-
Thank you mac-joomla, this does not enable Hits, Downloads, Votes, or Ratings.
-
I just installed a test version of JG4 on Joomla 5.3.0 (latest). I noticed the Hits aren't registering. Is there a setting I need to enable other than the one that asks if I want to record the hits?
Configuration sets -> Global Configuration -> Front End Views -> Single Image View -> Hits (Set to 'Yes')
In this same menu, I want to allow downloads of the images, Votes, and Image Ratings, and all are set to "Yes", but not allowing me to do so.
Thanks!
-
Thanks for the quick reply. I'll give it a shot, but I'm going to back up my VM first and will report back here if I have any issues.
-
Hi, I'm running JG 3.6.2 with PHP 8.1.2-1ubuntu2.21, and before I upgrade to the 3.7 Maintenance release, am I going to have issues running my site because I'm running an older version of PHP? Or, can I update PHP to the latest version and upgrade to 3.7 without issue? Which do I do first?
-
I've been getting a warning for the last month or so that PHP 8.1.2-1ubunt2.19 is due to be retired on November 25. If I do this, will that ruin my current J3 site? How can I be assured that my site will continue to run if I upgrade my PHP version? What version should I upgrade to?
-
Thanks for the reply. I did find the thread you posted above before you posted it here. It's unfortunate. Mootools seems to work but as soon as I enable it, my random images slideshow block doesn't work anymore.
I've had to turn off the captcha on my comments and am waiting for the influx of comments and spam to come in for me to approve or delete manually.
-
Iis there any chance you could whip up a reCaptcha v3 plugin?
I can't get this fixed. I've had to disable it on my site which I would really not rather do, because now I have to manually approve every comment that comes in, instead of having the recaptcha do this on its own. If I get hundreds or thousands of comments it's going to be an awful strain on my time.
Thank you so much foryour continued help. -
Hi, my JoomRecaptcha plugin has stopped working. Now all I get is a looping icon in the recaptcha block. Users cannot add comments to any of my images anymore. I've disabled/removed all browser plugins, cleared my cache, tried different browsers, and still it loops, as shown in the attached image. Is anyone else having this issue?
-
Oh, this is unbelievable! I closed my browser and came back to the page about 2 hours later and now it's showing 5 columns and aligned properly!! Sorry to have bugged you about this.
I have Stable Diffusion installed locally.
-
See my PM please.
-
Originally I had 5 columns on my gallery front page, then I changed it to 6 columns, and decided it was just too much to squeeze in to 6 columns, so I changed it back to 5. But now, it's like there's an "invisible" or "ghost" 6th column showing where nothing exists and I can't get it to display properly with the 5 columns I have specified. All of my gallery categories are squished over to the left side. I'm no stranger to JG3, but this, I cannot figure out. Any ideas?
-
-
I was aware I could use different effects but the only one that works for me is if I use Fading with the width and height dimensions equal, though images with wider dimensions the image looks distorted.
I'm sorry if I bothered you about this too much, it was not my intent to get you riled up about it. My sincerest apologies.
-
Strangely enough, I can still click on the image behind the image being shown and still get it to go to the image in the background.
It's been a couple of days now. I'm kindly looking for an explanation on how to fix this if anyone on the admin team is around and reading this. Please tell me what you can, I'm dying to know. Thanks so much.
-
I've just added a JoomImages slideshow that will show 250 images in 1 column, fading between images. The problem is, when the next image is narrower than the last image, a partial remnant of the last image appears behind the current (next) image. How can I get the previous image to fade out as the new image fades in, so there is no overlapping?
-
What would it take to add a "Downloads ascending/descending" option to this menu in JoomImages?
Screenshot 2023-07-08 094138.png
I can get it to show the number of downloads an image has if I select "Random Images" and only show the number of downloads, but I can't get the downloads showing from highest to lowest (ascending/descending) or vice-versa, so it isn't a true interpretation of what is needed. I've had to write a new article to explain this to my viewers.
JoomGallery is A+ in my opinion, I love this app. But a "download hits ascending/descending" option is really needed for this drop-down in the JoomImages module. That would make it A++!! I realize JG is coming for Joomla 4, but would it be more prudent to make a change this module in the interim while we wait for JG for J4? -
[tt]Here you can find the documentation of the Joomla mailing class. I think I would try putting the thumbnail as an attachement using $mailer->addAttachment(<IMAGEPATH>)
Thank you for that explanation! The <IMAGEPATH> needs a variable, it's not just IMAGEPATH, as indicated. Once I did that I got an error message but then I reversed the change I made and realized that the < and > around the word needs a variable followed by a ";" to end the command. What's the variable for the image thumbnail?