Top "Joomla" questions

Joomla!

Joomla: How to change template on a specific article

Is there a way to change the template on a specific article only? Note that it should work without linking …

joomla joomla-template
Joomla get('Items') and how it works

I am looking at line 34 of /administrator/components/com_contact/views/contacts/view.html.php where is says $this->…

php html joomla content-management-system
How to add javascript to joomla module?

Hi I have problem with adding javascript into a joomla module..I've found some solution, but it's not working.. $document = &…

javascript joomla joomla-extensions
How to get current Joomla user with external PHP script

I have a couple PHP scripts used for AJAX queries, but I want them to be able to operate under …

php authentication joomla external-script
using php to create a joomla user password?

I'm trying to create a custom registration component for Joomla, and I was wondering if anyone knew how to create …

php joomla passwords md5 password-hash
How to set header to download file .apk or .jar?

I have a sample $file is test.zip or test.apk or test.jar $len = filesize($file); $filename = basename($file); …

php joomla
Show a joomla article to registered users only, or a login screen if not logged in yes

In Joomla prior to 1.6 i could set a menu-item to public, and its contents: an article for example to registered. …

php joomla content-management-system joomla1.7
How does Joomla Model View Controller (MVC) work?

I am new to Joomla, I want to know how the Joomla controller passes data to the model, model to …

php model-view-controller joomla
Change Joomla Administrator URL

Update: Since this question was asked Joomla StackExchange has been setup and the same questions exists there please add any …

security url joomla configuration joomla3.0
Where does k2 component store its images in the database?

I want to retrieve/query images stored by joomla k2 component (under the Image Tab).

joomla components joomla-k2