Greatest hits from previous weeks: |
How do I disable the loading of mootools-core.jscore.jsIn <head> without using a third party component/plugin? |
I made a wrong choice in the configuration of Joomla.I wanted to have Default English (GB) Sample Data but I gave the first choice.enter image description hereI need the protostar template as it ... |
I have a menu item for a specific view in a custom component. Attached to this menu item I have another Template Style selected, not the standard template. Accessing the view via the menu works well, ... |
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 Joomla! 2.5.x I could simply run JRequest::get('post'); but seeing as JRequest is deprecated in Joomla! 3.x I should use JInput.At them moment this is the code I'm using to get the entire $_POST:... |
I have built a 3.x component using Component-Creator.com and I want to be able to set the page title to the item heading (taken from the component itself). I have tried the following code but it's not ... |
I want to create a view with filters and pagination for Joomla 3.x, but I'm not sure about what I have to include and where.For now, my model extends JModelList and I started using the getListQuery(... |