Top new questions this week:
|
I have an issue with different behaviour by replacing deprecated code. On my extension dedicated for Joomla! 3.10 i used this part of code : $userid = $this->input->getInt(‘userid’); $this->…
|
I’m trying to develop a Joomla 4 component and I almost completed it, but I have issues to save an item when the Alias is not Unique. In the database, I’ve set up this: CREATE UNIQUE INDEX aliasindex …
|
I found samples where HTMLHelper was used to load some types of files like stylesheets, scripts and images: $this->addHeadLink(HTMLHelper::_(‘image’, ‘joomla-favicon.svg’, ”, [], true, 1), ‘icon’, …
|
Good day. Help with custom fields and helper mod_statesites.xml <?xml version=”1.0″ encoding=”utf-8″?> <extension type=”module” version=”4.0″ client=&…
|
Update: Component Code (not normalized) can be found here: Link For my First J4 Component i’ve now implemented Multi Cat Option by saving the selected categories into a comma separated list (text) …
|
I’ve run into an odd issue where none of the back-end tabs are displaying in Chrome. This includes pages like Global Config, New Article, and New User. When I turn on System debug, the tabs display. …
|
Greatest hits from previous weeks:
|
How can you hide the title from a featured article? I already tried setting “Show Title” to “Hide” in Article Manager but it doesn’t work. This article is “Uncategorized” and only used in “Featured …
|
In my template I want to give an extra class to the body of the document that will take the names of the alias of the menu item, so I can create individual styling among the pages. But how can I get …
|
Given the desired SQL below, where Cond1 and Cond2 must be met OR Cond3 must be met for selection, what is the correct way to use getQuery() to achieve it? Desired SQL: Condition1 and Condition2 …
|
I am developing a custom component for Joomla! 3.x and want to make an AJAX call inside it to retrieve some data. What is the proper way to do it?
|
I’m looking for a way to create a menu item (in this case “Contact”) that scrolls down to the bottom of my home page where the contact information is located. I tried creating an external URL menu …
|
It looks like that I can’t log in to my Joomla back end anymore. No error messages are shown, the log in screen just stays there. If I enter a wrong password on purpose, I get a warning that the …
|
My website www.EliteMaths.com.au has been active until early this week. When I tried to access it this morning I got the following error message: Error displaying the error page: Application …
|