General Questions/New to Joomla! 5.x • Re: cannot get menus to display
carlitorweb: thank you for your reply.I'm confused about some terminology. You say "another position". What exactly does that mean? It's ambiguous to me; it could mean menus otherwise display...
View ArticleExtensions for Joomla! 5.x • Re: Alternative to EasyBlog
I finally forced Stackideas into fixing their broken product. Terrible support since they were sold, but at least it's now working correctly.I used to use RSJoomla till they shafted me over $20. Never...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Joomla 3.10.12 update not working
Thank you Toivo.Error reporting is already set to "None"Here is the output of the error after enabling system debug:Code: count(): Argument #1 ($value) must be of type Countable|array, bool givenCall...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: joomla 5 favicon back background...
perfect!Statistics: Posted by joomlerGR — Tue May 07, 2024 5:52 pm
View ArticleJoomla! 4.x Coding • [Question] Frontend cache in backend cache folder
Hi! just enabled caching in my J 4.4.4 site and noticed that all frontend cache got created in the backend cache folder, ¿is that normal behavior? (no cache folder path in JConfig).Another thing I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 500 Internal Server Error out of...
To fix file and folder permissions, starting from the root of your Joomla installation:find . -type f -exec chmod 644 {} ; find . -type d -exec chmod 755 {} ;Statistics: Posted by ceford — Wed May 08,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Web Links
It was removed as a core extension but you can install it from the JED:https://extensions.joomla.org/extension/weblinks/Statistics: Posted by ceford — Wed May 08, 2024 5:35 pm
View ArticleAdministration Joomla! 5.x • Re: Step by step to create a list with states...
You could make a table from your xml data and then use an SQL field:https://jdocmanual.org/jdocmanual?manua ... l-field.mdStatistics: Posted by ceford — Wed May 08, 2024 5:42 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Custom fields not showing in JCE...
In TinyMCE you need to save the article to have the {field ID} appear in the Preview. Is that of any help?Statistics: Posted by ceford — Wed May 08, 2024 6:12 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Will Joomla 5...
The articled I mentioned above is in Joomla! Community Magazine goodhttps://sites.google.com/view/samabarkStatistics: Posted by Mohamed Zatar — Wed May 08, 2024 6:14 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Old installation of Joomla - need...
Have you tried to access the old site using its ip address?Statistics: Posted by ceford — Wed May 08, 2024 6:19 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5 blocks videos
I add videos from [banned url] but it becomes blurry and unmanageable. The same video works well on a simple html page. Please tell me what the problem is.Statistics: Posted by veblis — Wed May 08,...
View ArticleAdministration Joomla! 4.x • Re: Contact form on page
From the Administrator menu, look in System / Mail Templates / Contacts - Contact Form Mail (and the Copy version too). Is that what you are looking for?Statistics: Posted by ceford — Wed May 08, 2024...
View ArticleAdministration Joomla! 5.x • Re: I am puzzeled by the blog sample data
Thank you, Mr Wimpy, that is fabulate. It turns out that it was fairly simple, I had no idea. I had looked in the advanced tab places, I do not know how I missed it. Also, I knew the code in the...
View ArticleMigrating and Upgrading to Joomla! 2.5 • Re: Error after migrating to new server
Hi there,Could you kindly review the database host and password settings in your configuration.php file? Additionally, in configuration.php you can set:$error_reporting = 'maximum';This will allow us...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error "Cannot instantiate...
The line numbers in your stack trace correspond to J5.1 rather than J5.0.3. But the LoginHelper is a class in J5.1 and an abstract class in J5.0.3. So a mix of installation files? Can you open...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Call Intro or Full Article Image
screenshot attached below:Not sure where is the "index.php", but normally this you can do it inside the article view. So, first, make a override to com_content/article.Then you need the follow...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update 4.4.3 to 4.4.4 Go to...
System/Maintenance /Data base.Statistics: Posted by gws — Fri May 10, 2024 5:09 pm
View ArticleAdministration Joomla! 4.x • Re: Featured note in red on every page in...
Have you looked at the options for your template / pagebuilder / helix?Nothing was changed. It was OK, one day it appearedStatistics: Posted by Beata — Fri May 10, 2024 5:27 pm
View ArticleAdministration Joomla! 5.x • Re: Load different template for logged in users...
@KianWilliam:Sorry my late reply, but we were trying to find the best solution for our team and our client. We decided to develop the template till a stage, where the client can start adding content,...
View Article