Beiträge von whistler

    Can you plaese provide further info about your system (joomla version, php version,...)?


    If the installer has errors the first time installing then the installation failed and the component will not work properly. Every other "installation" after the first one is considered an update not an installation anymore thats why the error messages changed.

    Attached. Seeing lot of issues, might be related to the database and tables. Seeing a lot of errors when creating or modifying categories, access rights with field ID has no preselected value, date created, date modified being empty. Errors in frontend when looking at category view etc. Trying to get this configured so I can start migrating my image data and see how things work on the frontend.

    Hi folks,


    finally decided to start working on a J5 upgrade from J3.10. Spent a few hours in desperation getting an upgrade done, but I have now j5 running with my content migrated.


    Now, as you guys did great job in getting the Alpha out, I obviously tried, but - immediately got an error. Any ideas what could cause this?


    Once I get up to speed with the code changes in J5 I can help get some stuff going.

    Thanks, I am usually trying to keep the code light and not implement any additional components which add a lot of heavy code to the site.


    What I am looking for is just very simple feature, adding a limit to the comment size and adding a comma separated list of blacklisted words, e.g. most spam adds links to their sites, tries to sell generic viagra or other stupid stuff. So will just add that to my code and get those spammers off my site.

    I am getting a lot of hits by bots who try to spam my page via all possible forms. reCaptcha is of little use for non registered users and seems they just submit the form without any frontend validation.


    So - big question - is there any setting I have overlooked in the Joomgallery configuration which restricts the length of the comment and which allows to blacklist words?

    I have the same problem in the loading times of the category view. There are about 30 thumbs but it really takes too long. I had it devided into various pages but I find it`s too complicated for the users specialy on a mobile. Here is a link: http://www.christahillekamp.co…e/gallery/cityscapes.html

    Tom, your issue is very simple - in category view you are displaying images which are not resized properly for category view. Some images are in very large resolution of up to 3000px on the longer side and a total file size of some files around 1.5MB. Total page load is 29MB.


    You need to go to your Joomla -> Joomgallery -> Configuration manager -> General settings -> Image Processing


    There set the proper size restrictions for Thumbnails - seems 380px is your desired thumbnail size and set quality to 85 which should be sufficient.


    This will fix it for further image uploads, but you will need to recreate the image thumbnails and resize them to 380px on the wider side.

    Ok, I have not had time to work on this for a while, but basically got some part of this done recently. I am however a noob and have no idea what I am doing, so it is not yet working as desired.


    I can display albums and a preview of the images just fine. Routing works fine to the Albums level which is almost like Category level in Joomgallery.


    My URL would be in this case something like index.php/gallery/albums


    Now, when I click any of the albums, my URL will go to something like index.php/gallery/albums/album/test-album/


    Question here is - can I get the URL to behave in a similar way to how the category view/image view works? So the desired URL would omit the album segment?


    Desired URL would be index.php/gallery/albums/test-album/ ?


    My code in the router is like this:


    In

    Code
    function JoomGalleryBuildRoute


    and in

    Code
    function JoomGalleryParseRoute


    I am having some issues with Javascript which seems to only affect the Detail page.


    Uncaught ReferenceError: SqueezeBox is not defined


    Seems the error is caused by an attempt to initialize the squeezebox


    Now, I am unbelievably bad in Javascript, so I assume he is missing some file, but there should be nothing on that page which should require Squeezebox to be used. Unfortunately, I have no idea what to do to deactivate this. Preventing to load the detail.js file from loading stops the error though it does prevent some other functionality on the detail page.


    Any idea how to resolve this? This breaks the js on the page.

    MrMusic,


    sure I know, but in development enviroment this is one hell of an issue! :D


    I can literally scroll around it, but if there is anything I can do to fix it (sorry too lousy dev to figure out myself), then it would help a lot

    Hi, I am slowly planning to upgrade onto PHP8, only encountered minor issues which were easily fixable, but this one gives me a headache. Joomplu throws this errors on frontend. Can one of the admins tell me how to fix this quickly?


    Warning: plgContentJoomPlu::route(): Argument #1 ($matches) must be passed by reference, value given in C:\wamp64\page\plugins\content\joomplu\joomplu.php on line 455