Migrating and Upgrading to Joomla! 4.x • Re: Upgrading a (slightly bolloxed)...
Delete that htaccess and use the standard joomla one.Statistics: Posted by gws — Fri Aug 09, 2024 10:22 am
View ArticleGeneral Questions/New to Joomla! 4.x • Help with Vimeo / [youtube] in Brave...
Hello,I have a Joomla 4 website with embedded [[youtube]] and Vimeo videos. They work and load fin in every browser execpt Brave!I have spent multiple hours with many different options in the HTTP...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Help with Vimeo / [[[youtube]]] in...
Not a Joomla problem but try a new Brave profile or resetting Brave to defaults.Statistics: Posted by gsmela — Fri Aug 09, 2024 11:34 am
View ArticleAdministration Joomla! 3.x • Re: new user registration not sending emails
ThanksStatistics: Posted by yumasan — Fri Aug 09, 2024 12:11 pm
View ArticleGeneral Questions/New to Joomla! 5.x • What is a restaurant POS system?
A restaurant POS (Point of Sale) system is a software platform that handles sales transactions, order management, and payment processing. It can also track sales data, manage menus, and generate...
View ArticleAdministration Joomla! 5.x • Re: Menu URL Link with Anchor is not working as...
Thanks for the suggestion and looking into it.The category is published, and it works with a SEF URL as long as there is no #myanchor in it.Unfortunately I can't give you access, but I will try to...
View ArticleJoomla! 4.x Coding • Re: Can an instance of Table() class refer to a join of...
After some trials I found a solution. In my "customers" table I have a column "product_id" that refers to a (single) product that a customer purchased. Adding the following field to the form creates a...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: I can't stop Singapore traffic
If the host can't see traffic from Singapore perhaps the bot is spoofing a Singapore IP?Statistics: Posted by gws — Sat Aug 10, 2024 11:36 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla inaccessible
Is this a Shared Host or VPS?1) Fix the Session Path Writable on the Server. Your Host should be able to do this.2) Offload Sessions from the database by setting php as Sessions in configuration.php3)...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Show Menu-Title as Browser-Page...
Hello @herrMarekNo, unfortunately I couln't find a solution. So it seem one has to edit each "page-titel" in the menu-item.... yup, this might be a big task.Unfortunately not everyone seems to be...
View ArticleJoomla! 5.x Coding • Output your shortcode from the plugin in additional fields
Hi,I want to output my shortcode from the plugin in additional fields. Unsuccessfully. Maybe there is someone who has encountered this and can tell you?Here is my plugin code:Code: defined('_JEXEC')...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Article Title in Blog Layout
As you may be aware, the layout file that renders the heading with <h2>...</h2> tag is blog_style_default_item_title.php that is located in the directory \layouts\joomla\content.The...
View ArticleThe Lounge • Re: Article Title in Blog Layout
Hi everybody.i am happy to join in this forum.Statistics: Posted by sribhavani — Sun Aug 11, 2024 12:36 pm
View ArticleTemplates for Joomla! 5.x • Re: Undefined function get_current_user() when...
I faced same issue on php 8.2 and enabled Debug it was pointing that php file= administrator/components/com_templates/src/Model/TemplateModel.php. So I have changed this line $user =...
View ArticleGeneral Questions/New to Joomla! 5.x • New to Joomla 5 and need help with...
Hi,I have been admin on a Joomla 3.x magazine-type website for many years, so am familiar with creating articles, categories, menus and working with other components. However, the site needs...
View ArticleAdministration Joomla! 5.x • Menu item and article titles can not be hidden
Hallo to everyone,I have just started with Joomla 5 and Cassiopeia template.It has been impossible to hide the title of the featured article as well as the titles of menu items. Any advice?Thank...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: New to Joomla 5 and need help with...
I don't know Mamp but in wamp you change the upload limit in the php options of the php version you are using.Statistics: Posted by gws — Sun Aug 11, 2024 2:28 pm
View ArticlePerformance - Joomla! 5.x • Re: Gzip Page Compression
Any recommendation to optimize my site? Server suExec available is in red? why?? and Gzip is off but on on the serverStatistics: Posted by fxgadeaL — Mon Aug 12, 2024 1:59 pm
View ArticleJoomla! 5.x Coding • sending a $r++ to mod_menu default_url
in mod_menu / default.phphow can I send $r to default_urlCode: $r = 0;foreach ($list as $i => &$item){$r++;$itemParams = $item->getParams();$item->ordinal = $r ; // ???or$this->ordinal...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: HTTP_REFERER not available when...
I login, then click on link which downloads PDF. I open PDF in browser tab and click a link which points to content within site.The clicked link leads to Login Page where...
View Article