Beer New member

  • Member since March 3, 2026
  • Last Activity: March 11, 2026 at 8:17 PM
Posts
8
Reactions Received
4
Points
79
Profile Hits
30

Beer posted the thread ImageTable.php - Clean SEO URLs.

In the original JoomGallery 4.3 ImageTable.php, the alias handling had these issues: Alias Uniqueness Used counters (test, test-2, test-3) Not guaranteed unique, can conflict during edits URL Clarity /image/test-2 Unclear which image, poor SEO Asset Permissions _getAssetParentId() didn't check $table parameter Error: 1 For parent-dependent content types, the parent_pk must be given! Solution Implemented 1. Unique Aliases with ID Modified Methods: check() and store() Logic: For new records:…
March 11, 2026 at 5:01 PM

Beer replied to the thread JoomGallery Image Grid - module JoomGallery 4.3.+ lite analogue mod JoomImages.

Hello Elfangor93! Thank you so much for your kind words and the offer! 😊 Yes, I would be absolutely happy for my module to be included in the official "JoomGallery Friends" extensions list. It would be an honor to have my small contribution listed there. However, I have to be honest with you β€” my level as a developer is very basic. I consider myself more of an advanced user who has been using (and loving) JoomGallery for the last 20 years. I often tweak things just enough to make them work…
March 9, 2026 at 12:49 PM

Beer replied to the thread JoomGallery Image Grid - module JoomGallery 4.3.+ lite analogue mod JoomImages.

To be honest, I'm a very inexperienced programmer. I originally created this module for my own needs, and then decided to share it with the community. Tags were added recently - I didn't even think about them...)) Later, as I migrate from JoomGallery 3 to 4.3, I'll definitely make additions and improvements. The module should remain as lightweight as possible, not become some monstrous combine harvester.
March 9, 2026 at 8:42 AM

Beer posted the thread mod_joomgallery_stats module for JoomGallery 4.x and Joomla 5/6.

Gallery statistics: images, categories, views, comments, votes, tags. Supports JComments, caching up to 6 hours, Bootstrap 5, multilingual RU/EN. Multiple templates for changing the output style adapted for mobile version. everything that could be counted has been counted Everything that could be counted has been counted
March 9, 2026 at 8:34 AM

Beer posted the thread Display new photos 3x6 on the main gallery page.

1. Open file subcategories.php 2. Add 2 positions to the JoomGallery Image Grid module: - to the first <div ... position jg_top_gal: <?php use Joomla\CMS\Factory; use Joomla\CMS\Helper\ModuleHelper; $app = Factory::getApplication(); $input = $app->input; $view = $input->getCmd('view', ''); $id = $input->getInt('id', 0); // (id=1) - main page joomgallery if ($view == 'category' && $id == 1) { $modules = ModuleHelper::getModules('jg_top_gal'); if (!empty($modules)) : ?> <div…
March 6, 2026 at 8:47 AM

Beer posted the thread Suggestion: Improve DefaultRouter to handle category path for images (like JG3ModernRouter).

images.php find: <a href="<?php echo Route::_(JoomHelper::getViewRoute('image', (int) $item->id, (int) $item->catid)); ?>"> replace: <a href="<?php echo Route::_('index.php?option=com_joomgallery&view=image&id=' . (int) $item->id . '&catid=' . (int) $item->catid); ?>"> find: <a href="<?php echo Route::_(JoomHelper::getViewRoute('image', (int) $item->id, (int) $item->catid)); ?>"> replace: <a href="<?php echo Route::_('index.php?option=com_joomgallery&view=image&id=' . (int) $item->id .…
March 3, 2026 at 9:52 PM

Beer posted the thread JoomGallery Image Grid - module JoomGallery 4.3.+ lite analogue mod JoomImages.

JoomGallery Image β€” a modern and lightweight module for displaying image grids from JoomGallery 4.x component on Joomla 5/6 websites. Key Features: β€’ Maximum performance β€” no custom JS/CSS files, uses native Bootstrap 5 classes β€’ Full compatibility with Joomla 5.x / 6.x and JoomGallery 4.3+ β€’ Responsive grid β€” 1 to 6 columns, correct display on mobile devices β€’ Flexible sorting β€” by date, ID, hits, rating, or random β€’ Category filtering β€” convenient nested category tree with visual indents ‒…
March 3, 2026 at 6:40 PM