General 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 ArticleJoomla! 5.x Coding • Re: Reading data from an external database in a model
https://docs.joomla.org/Connecting_to_a ... l_database ?Statistics: Posted by Webdongle — Sun Aug 18, 2024 7:51 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error encountered upon creating...
I already disabled all those that were not compatible Clearly you have not. ex; Xmap has been dead for a long time,K2 does not work on J4 etc. You have to check them on the JED to be sure. ps Wamp is...
View ArticleInstallation Joomla! 3.x • Re: Old site cannot get back end access
PHP Supports J! 3.10.11: No use php 7.x.xSession Path Writable: No Must be yes, reverting php may fix it if not contact your host.Elevated Permissions (First 10) ::...
View ArticleAdministration Joomla! 4.x • Re: Unable to login to administrator console
hello, I want to thank those who gave me suggestions.I fixed the problem by installing a new partition with Ubuntu and moving the site. on this operating system everything works correctly.Thanks...
View ArticleJoomla! 4.x Coding • Meta-title tag via Joomla API
Hello,I'm testing with the API to accurately define the Meta description and Meta title tags for my article.Below is an excerpt of the code:Code: $this->article = ['title' =>...
View ArticleTemplates for Joomla! 5.x • Re: Cassiopeia CSS oddity, looking for suggestions
Thank you, picture me kicking myself for missing that, I ended up selecting 128, 0, 0, 1 as a better colour for what I was trying for.John.Statistics: Posted by johnwlund — Mon Aug 19, 2024 4:41 pm
View ArticleAdministration Joomla! 5.x • Re: Email config issue
Thanks - looks like it was a simple authentication issue. Thanks again.Statistics: Posted by mrdo — Mon Aug 19, 2024 4:50 pm
View ArticleJoomla! 4.x Coding • Re: Can an instance of Table() class refer to a join of...
No, the documentation for sql field type is pretty good. I mean the relationship between a table e.g. in FormModel or AdminModel and a form definition where if you name your fields exactly like in the...
View ArticleTemplates for Joomla! 5.x • How to use CSS Grid Classes in Modules
I'm on Joomla 5.1.2. I would like to know how I can use CSS Grid in a module that I am creating for the footer.Searched for four days and evenings... It's hard. I want to create a four column grid in...
View ArticleTemplates for Joomla! 5.x • Re: How to use CSS Grid Classes in Modules
When you say creating do you mean?:1. Actually creating a moduleor2. Adding a module to a module positionThe css classes should already exist in Joomla core with Bootstrap...
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 ArticleGeneral Questions/New to Joomla! 5.x • Re: What is Server suExec?
Su=Switching UserWith Nginx FPM-CGI is usually used as PHP to Webserver Interface. It can run as a different OS User than the www-data User that the Web Server are running as.Statistics: Posted by Per...
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 ArticleExtensions for Joomla! 3.x • Re: Sortable table extension
https://extensions.joomla.org/extension ... ablemaker/https://extensions.joomla.org/extension ... ve-tables/(As a couple of suggestions. I don't know if they sort by clicking top row.). Search the JED...
View ArticleExtensions for Joomla! 5.x • Re: Integration with Wordpress, Coppermine...
Why not put *everything* in Joomla, period? Joomla has forums, photo gallery extensions and you can have blog-type layouts for article display.Statistics: Posted by AMurray — Thu Aug 22, 2024 9:27 pm
View Article