General Questions/New to Joomla! 4.x • Re: Pb for upload pdf file
https://forumpostassistant.github.io/docs/ pleaseStatistics: Posted by Webdongle — Tue Mar 19, 2024 11:05 am
View ArticleExtensions for Joomla! 5.x • Re: Extension for login
Create a Layout Override for the Login Module in your Template.Statistics: Posted by Per Yngve Berg — Tue Mar 19, 2024 11:06 am
View ArticleAdministration Joomla! 5.x • Re: Another 'registered' group
You should have made the new group a child of Registered. Then they will inherit Permissions from Registered such as the ability to login.Statistics: Posted by Per Yngve Berg — Tue Mar 19, 2024 11:46 am
View ArticleExtensions for Joomla! 4.x • Re: Akeeba Admin Tools Error building...
Index idx_client_id_parent_id_alias_language for the ##__menu table was corrupted. rebuilding it and running the update of the admin tools again solved the problemStatistics: Posted by herby1961 — Tue...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Google Crawl...
Hey there - looks like a couple of people have helped answer this question for you, but this happened to me and I was able to fix it pretty quickly. Review your robots.txt file to ensure that it's not...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Duplicate pages...
You could try:RewriteEngine OnRewriteCond %{HTTP_HOST} ^www\.sitename\.it [NC]RewriteRule ^(.*)$ http://sitename.it/$1 [L,R=301]Added [NC] flag to the RewriteCond directive: This makes the hostname...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Issue with updating J5.02 to J5.03
Try rebuilding the update sites in the admin/system/update sites and see if that helps.Statistics: Posted by gws — Wed Mar 20, 2024 12:13 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Batch transfer of articles from one...
Friends, yesterday I went to transfer the ID of some articles from a user that no longer exists to another user ID and I came across the batch transfer option that no longer exists for the user.Am I...
View ArticleGeneral Questions/New to Joomla! 4.x • When will support for Joomla 4 end?
Hello-My client currently is hosting their site on HostGator and needs to upgrade from Joomla 3 to either 4 or 5. I was hoping to get them set up on Joomla 5, but HostGator servers only support MySQL...
View ArticleExtensions for Joomla! 5.x • Re: Looking for advice on choosing ecommerce or...
Hi. IDK if you checked the VirtueMart and JoomShopping. It looks like both should meet your requirements. they are compatible with Joomla 4.Statistics: Posted by Rancemron — Wed Mar 20, 2024 1:42 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: When will support for Joomla 4 end?
HostGator does not enjoy a good reputation for joomla hosting.Statistics: Posted by gws — Wed Mar 20, 2024 1:48 pm
View ArticleExtensions for Joomla! 5.x • Re: Course progress tracker
Hi I m trying to find a way to build online course with e-learning storyline and publish on Joomla. I see here Moodle is recommended as an LMS. Moodle looks to me a bit sophisticated. Perheaps, there...
View ArticleExtensions for Joomla! 5.x • Custom form that saves as article/web page
I am wondering if there is a way to build out and customize form fields in the back end that then displays the form on the front end for completion. Then once it is completed that data can be pushed...
View ArticleОбщие вопросы/Новичок в Joomla! 3.x • Re: Помощь с сайтом на Joomla! 3.9.4
Это уже оффтопик.Яндекс в помощь.Statistics: Posted by Orionyus — Thu Mar 21, 2024 2:01 pm
View ArticleGeneral Questions/New to Joomla! 5.x • #__session table is not emptying
Hello,I noticed that #__session table is not emptying and become very large over time. I am using the latest Joomla 5.0.3 (upgraded from 4.x, which is upgraded from 3.x). Can somebody explain to me...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: #__session table is not emptying
Please change your session handler in global config to "php handler" That should solve your problem. (Truncate first before changing handler so you see results)Leo Statistics: Posted by leolam — Thu...
View ArticleSecurity in Joomla! 5.x • Re: Can i turn off password usage and allow...
https://docs.joomla.org/WebAuthn_Passwordless_LoginLeo Statistics: Posted by leolam — Thu Mar 21, 2024 3:10 pm
View ArticleJoomla! 4.x Coding • Re: Multiple list in custom component with style like...
Try "joomla.form.field.list-fancy-select" instead of "joomla.form.field.groupedlist-fancy-select".Statistics: Posted by SharkyKZ — Thu Mar 21, 2024 3:36 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Hide modules on responsive mode?
I guess you could add a class, say notonmob, to each module you wish to hide on mobiles and then add an entry in your user.css file. Something like:Code: @media (width <= 575.98px) { .notonmob {...
View ArticleAdministration Joomla! 3.x • Re: Fatal error: require_once(): Failed opening...
The import.legacy.php file is in the libraries folder and the permissions are 644.The subdomain is outside the public_html folder and has its own public_html folder where the files are...
View Article