Templates for Joomla! 5.x • Re: How to unlock a template?
If you are using a third party frontend template, go to System - Manage - Extensions and disable Cassiopeia. That will shorten the list of template positions to select from when assigning modules to...
View ArticleInstallation Joomla! 5.x • Re: Call to undefined function...
OK. Thank you. I have to figure this out with the operator that manages the domain. Have a good one in there down below!Statistics: Posted by 6sto — Mon Mar 25, 2024 9:00 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: A migrating from J3.10 to...
J4 extensions that work in J5 with the compatibility plugin are (imho) more likely to commit to developing than those that don't.Absolutely, and a factor worth considering when choosing extensions. Go...
View ArticleGeneral Questions/New to Joomla! 5.x • type size for email addresses
When I use an email address in text, it always remains at a very small type size. I can increase the size of the text around it, but not the email address itself. Anyone know how to fix this...
View ArticleJoomla! 5.x Coding • Re: How to create User Group Progamatically
Worked like a charm, Thank You. Lastly, how do I get the id of the newly created group?I tried {var:php9.id}, outside the php block, but that did not work. I have a Joomla Message that displays the...
View ArticleTemplates for Joomla! 5.x • Re: Locating customised hyperlink colors
Thanks, checked that but nothing there other than the <hX> color overrides.What I was wondering is whether there's anywhere you can click (like right-clicking -> inspect) to locate source...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: I'm new to Joomla 4 URL Help
What errir?Statistics: Posted by Webdongle — Mon Mar 25, 2024 11:41 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: type size for email addresses
Controled by CSS in your template.Statistics: Posted by Per Yngve Berg — Mon Mar 25, 2024 12:03 pm
View ArticleJoomla! 5.x Coding • Re: Adding custom js and css in a child template J5
add the user.css file to the css folder and/or the user.js file to the js folder in the child templatehttps://docs.joomla.org/J4.x:Cassiopeia ... tomisationStatistics: Posted by pablop76 — Tue Mar 26,...
View ArticleAdministration Joomla! 5.x • Re: How to change the /administrator path to a...
And then there are changes in php. Undeveloped extensions will stop working with future changes to php.Statistics: Posted by Webdongle — Tue Mar 26, 2024 10:16 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Permissions in ACL
View/access level 'Special', user groups selected in that view/access level can see the admin menus. That's because the /administrator menu module is set to that view/access levelStatistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 4.x • I'm new to Joomla 4 URL Help
Hello,I have encountered an error when displaying my articles that only shows a counter Article Error.png. What could be the issue?Statistics: Posted by danboss — Tue Mar 26, 2024 11:46 am
View ArticleTemplates for Joomla! 5.x • Re: css & js in custom template not working:
OK, better start with a working template (like Cassiopeia) and modify it as per your suits.Statistics: Posted by pl71 — Tue Mar 26, 2024 12:07 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: joomla 5 smart search doesn't...
J5 Smart Search index custom fields.Yes 'make searchable' is the setting that should be enabled.Do not forget to re-index your content after you enable that setting, if the custom field is already...
View ArticleGeneral Questions/New to Joomla! 5.x • Acing PSLE English Oral: Practice and...
Time Management: Allocate sufficient time for each section of the PSLE English Ora exam during practice sessions. Practice speaking within the allotted time limits to ensure completion of all tasks...
View ArticleJoomla Tiếng Việt • Phiên bản tiếng Việt Joomla 5 mới hoàn toàn
Mình thường làm website bằng Joomla cho khách hàng.Nhưng khi hướng dẫn khách hàng sử dụng administrator thường vướng vào một số thuật ngữ khá nhầm lẫn.Vậy nên mình làm riêng một bản dịch Tiếng Việt...
View ArticleJoomla! 4.x Coding • Re: How to fix error 00 Call to a member function get()...
I suspect the problem is your model load line in the view file. You don't need to do that at all.Instead of your "$this->thing = $model->get<thing>();" lines you want "$this->thing =...
View ArticleJoomla! 4.x Coding • Re: Using Composer on Joomla 4
What is Scoper? GitHub - humbug/php-scoper: Prefixes all PHP namespaces in a file ...PHP-Scoper is a tool which essentially moves any body of code, including all dependencies such as vendor...
View ArticleJoomla! 5.x Coding • Re: How to create User Group Progamatically
Anyone?Lastly, how do I get the id of the newly created group?I've not done this, but my guess would beCode: $yourNewGroup->getTable()->getId();Statistics: Posted by MarkRS — Wed Mar 27, 2024...
View ArticleJoomla! 5.x Coding • Re: Where to put a js.map file?
It seems my question makes the wrong assumption, that there is a correct place to put that map.In fact, it seems that the map can be anywhere, it just needs to be specified to Joomla.One way to do...
View Article