Choose a topic to test your knowledge and improve your Joomla skills
Joomla can be installed manually from source code on a system running a web server which supports __________applications.
Which of the following files does the β /includesβ directory NOT contain?
The term "ACL" is used in Joomla to refers to:
Where should a developer begin looking for information regarding Joomla!?
Who are capable of changing attributes in Global Configuration?
How do you take a site off-line?
Which of the following is the official Joomla Website?
Which of the following is Joomla?
Joomla is written in which of the following languages or frameworks?
Joomla instalation has a sample data setup?
What does CMS stand for in Joomla?
Can you enable RSS in Joomla?
In which of the following does Joomla store its data?
Which is needed to successfully install Joomla!
In which of the following software languages is Joomla written?
Which file would be used to change the design aspect of a Joomla! template (font color, font size, background color etc) ?
Which of the following Web application frameworks comprises Joomla?
What does OOP stand for?
Is it possible to move Joomla to another directory?
By default, the Joomla! administration backend is only available to site administrators.
Which of the following are the correct server requirements for Joomla?
When creating a Model for a Joomla! website, what scripting language is used?
What does JCE stands for in Joomla JCE?
What are Extensions?
How dHow does one view an article's source code while in edit mode?oes one view an article's source code while in edit mode?
Which of the following Joomla components or modules is not installed by default?
Joomla's admin username can be easily changed with a simple query on __________.
Which of the following is not one of the five types of extensions for Joomla?
Which of the following is not a benefit of Joomla?
If a user is receiving 'RG_Emulation is On' warning in Joomla's admin area, then a user needs to...
Is it possible to add content items from the Joomla! frontend?
Which of the following is a correct way to link an external Javascript file called sample.js to a Joomla! page?
Which of the following techniques does Joomla use for programming and software design patterns?
What is a Mambot?
What is the number that corresponds to "Enable" in Joomla when using code editor for config.php?
When adding an image to a Joomla! article, which of the following is not an image property?
Which type of files can Media Manager NOT upload?
If you have a module compatible with j 2.5 can you use it automatically with 3.x
Which database system is not supported by Joomla! 3.x ?
How do you change the default editor in Joomla! 2.5?
Which of the following is NOT a feature of Joomla DOCman?
What databases store data in Joomla?
If Content - Load Module plugin is enabled. What is the code that can be used to insert a module inside a Joomla article content or inside another module?:
Which is not a correct way of installing a new template to your Joomla! page
Which is not a correct way of installing a new template to your Joomla! page
To enable ReCaptcha in Joomla you need to do the following?
JFTP: Access is Denied. How can you solve this error?
Only members of this group are allowed to install Joomla! components, modules, and/or plugins.
How to remove pathway or breadcrumbs entirely?
In Joomla if you find any client requests such as: 192.168.0.1 - - [29/Oct/2008:06:07:30 -0500] "GET /index.php?live_site=domain.com/1.txt?? HTTP/1.1" 200 10864 "-" "Firefox" It means...
What would you use to create tabbed panels in your custom Joomla component?
If you have a Joomla! site with a component named 'hello', model named 'hi', what would be that models class name?
To use search engine friendly (SEF) URL's in Joomla you must have mod_rewrite enabled in Apache?
If a user is receiving Restricted Access error messages on some pages in Joomla, which of the following would be the problem?
If you need to override the layout of some module in Joomla, what procedure is right?
How many Access Levels are there in Joomla by default?
What is the name of the template directory where component or model view overrides should be placed?
What is the file for edit "Meta Generator" of Joomla ?
Which of the following functions can be performed by Joomla Repository?
How many user groups does Joomla have by default?
Database function to fetch a particular column values in an array?
In Joomla Database Object is created by:
In Joomla 3.x where has the media manager tab moved to?
Some extensions are too large in file size to upload using the web interface due to limitations of the web hosting environment. What is the easiest way to install these extensions?
What file does the following code excerpt come from? # and the requested path and file doesn't directly match a physical file RewriteCond %{REQUEST_FILENAME} !-f # and the requested path and file doesn't directly match a physical folder RewriteCond %{REQUEST_FILENAME} !-d # internally rewrite the request to the index.php script RewriteRule .* index.php [L] #