General Questions/New to Joomla! 4.x • Prefix and Suffix fields in Custom...
Hi all,I can't find mention of the "prefix" and "suffix" fields in the documentation for creation of custom fields.Can someone please explain to me what they are? I had the idea they might be some way...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Prefix and Suffix fields in Custom...
Okay, probably should have had a look at components/com_fields/layouts/field/render.php before posting. I get it - it's just another string to put before or after a field.I assume "htmlentities"...
View ArticleAdministration Joomla! 5.x • Re: Dropdown Rollover Text
Hello,To change color of text Code: .metismenu.mod-menu .mm-collapse > li > a { color: green;}To change the background colorCode: .metismenu.mod-menu .parent>ul {background-color:...
View ArticleExtensions for Joomla! 5.x • Re: Rollover popup
I use jce and mediaboxThis is the answer. I've been using it for just this purpose (along with all the other things JCE can do).Statistics: Posted by gsmela — Sun Aug 18, 2024 2:12 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Comprehensive Guide...
Hi Joomla Community,I’ve been exploring various threads on Joomla forums and noticed a recurring set of issues related to SEO, URL management, and site structure. I wanted to consolidate these...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Comprehensive...
Hi John,Just want to mention that sh404SEF is long gone now and I have replaced it with:- 4SEF for managing SEF URLs- 4SEO for every other SEO work: meta data, sitemaps, structured data,...
View ArticleTemplates for Joomla! 5.x • Re: How to hide fields from the admin login form?
Yes it will. That is what overrides are for, to edit code without it being over written on updates.Statistics: Posted by Webdongle — Wed Aug 21, 2024 5:34 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Errors and Broken Site After Update
FPA would be useful. https://forumpostassistant.github.io/docs/ Read the docs first.Ok bro Thank you so much.Statistics: Posted by joejeen — Wed Aug 21, 2024 5:44 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Empty Category Message
%s can be used as a variable in the translated string."There are no %s in this Category."Statistics: Posted by Per Yngve Berg — Wed Aug 21, 2024 5:50 pm
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.1.3
bug on users custom filed, not of type arrayWill you please provide reproduction steps and any screen captures and full error messages you may be receiving?Statistics: Posted by jgress- — Wed Aug 21,...
View ArticleExtensions for Joomla! 5.x • Navigation -> Subcategories (Horizontal menus)
Hopefully, there is something like this already (but not a breadcrumb module)...We have a travel website and I am planning to move our blogs from EasyBlog directly into Joomla.I already have a custom...
View ArticleExtensions for Joomla! 5.x • [SOLVED] Gantry 5 - Compile Error: Declaration...
Gantry5 v5.5.19I have been trying to set up login using PassKey but after signing in the following error is thrown: Code: Compile Error: Declaration of Psr\Log\NullLogger::log($level, $message, array...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Can't create or open a menu item
This issue might be related to a misconfiguration with your OAuth or API settings, especially considering the "Invalid Redirect Uri" error. I'd recommend double-checking the OAuth credentials used in...
View ArticleAdministration Joomla! 5.x • Re: icon for external link
What is the icon for external link? I don't know ,anyone help me?Read the first post...Statistics: Posted by gws — Thu Aug 22, 2024 2:27 pm
View ArticleExtensions for Joomla! 3.x • Re: JCE Editor removes my link and script tag
I have a Default (Default Profile for all users) profile and have added the settings to this profile. Should I add another profile?Statistics: Posted by saraeee — Thu Aug 22, 2024 2:29 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: What is Server suExec?
Yes, i google it but it shows that is an apache thing, and it looks a bit strange to me because i use nginx.Statistics: Posted by hackermade — Thu Aug 22, 2024 2:46 pm
View ArticleExtensions for Joomla! 5.x • Re: Advice for moveing acymailing data base...
Simple file management.Export (tab)Click export button[do for exporting database and importing database]Click Structure (tab)Click the dropdown to display all (if needed)Check the tables requiredWith...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How To Manage web builder logo and...
To disable JCH go to admin/system/manage extensions.I don't use your template so I can't tell you where it is, but I would start by looking in the footer area.Statistics: Posted by gws — Thu Aug 22,...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Data presented...
Mod. Note: Relocated the topic to the SEO Forum.Statistics: Posted by Per Yngve Berg — Thu Aug 22, 2024 4:03 pm
View ArticleAdministration Joomla! 5.x • Re: Module assignments in Joomla 5
Add "tmpl=component" to URL. It will load component.php instead of index.php from the template. As this template file does not have any Module Positions, only the Component Area will show. This is...
View Article