Sites & Infrastructure - Feedback/Information • Re: How to contact forum...
I wish to delete my account here in this Joomla forum.My username is: mark_2014Statistics: Posted by mark_2014 — Sun Aug 18, 2024 8:56 pm
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 ArticleInstallation Joomla! 3.x • Re: Old site cannot get back end access
wamp (localhost) might have a php version low enough to run Joomla! 3.10.11install wampInstall PHP 5.6.40 64 bit x64 and MySQL 5.5.62 64 bit x64 and MariaDB 5.5.62 64 bit x64 into...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Help with PHP 7.4 to 8.1
Thanks so far! Hereby the lines from debug:Deprecated: Joomla\Input\Input implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: PHP Fatal error: Uncaught Error:...
Second part of FPA (plugins only): thrown in /home/femina5/public_html/libraries/vendor/autoload.php on line 7Joomla! Instance :: Joomla! 4.4.7-Stable (Pamoja) 20-August-2024Joomla! Configured :: Yes...
View ArticleTemplates for Joomla! 5.x • Cassiopeia does not execute correctly...
I use the Cassiopeia template in jommla 5.1.2..container-header { background-color: none; background-image: url("images/banners/xxxxx.png");}I have put this command in my user.css file and it doesn't...
View ArticleTemplates for Joomla! 5.x • How to hide fields from the admin login form?
Greetings, i have created a child template to change a bit the look of the admin page, but I noticed that the CSS code that I have added to hide or modify some fields doesn't work. does anyone know...
View ArticleAdministration Joomla! 3.x • Re: Logging in as Administrator shows a blank...
Thanks - I'll give that a try and see how it goes.Statistics: Posted by astrange4 — Tue Aug 20, 2024 8:34 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Empty Category Message
Hi,I have a need to display different customised empty category messages based on the topic of the category.Example:Sorry, there are no books in this category. (books category)Or,Sorry, there are no...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 4.4.7
I can confirm this problem, too. (Same thing happens if you click ">>")I will try the fix.UPDATE: The fix (replace the file ../components/com_finder/src/View/Search/HtmlView.php) works; it's a...
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.Statistics: Posted by gws — Tue Aug 20, 2024 9:18 pm
View ArticleTemplates for Joomla! 5.x • Re: How ot hide fields from the admin login form?
You have the right idea, you need to hide those elements with CSS. Custom CSS for atum (administrator template) I assume, would go in a file called user.css, within that template's /css folder.What is...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Gigantic deprecated.php file in...
First you need to fix the problems that are flagged in red and orange text under Basic Environment, and Detailed Environment, and also fix those file permissions.Do the usual checks: do all your...
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 Article