$editor =& JFactory::getEditor(); echo $editor->display('content', $this->content, '550', '400', '60', '20', false); How do you get the content from the editor (containing line breaks and paragra...
$content = JRequest::getVar('content', '', 'post', 'string', JREQUEST_ALLOWRAW); 100.0%
$content = JRequest::getText('content', ''); 0.0%
$content = $editor->getContent('content'); 0.0%
$content = JRequest::get('content'); 0.0%
Does Joomla allow you to create your own routing mechanism?
Does Joomla provide custom parameter types in the XML file?
From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS application extended?
Installer 100.0%
Application 0.0%
Template 0.0%
Database 0.0%
Given below is the structure of view articles in the com_content component: /components /com_content /views /articles /tmpl default.php form...
/templates /[template] /html /com_content /articles default.php form.php 100.0%
/templates /[template] /html /com_content /articles /tmpl default.php form.php 0.0%
How can you access the media manager?
Control Panel --> Click on "Media Manager" icon 80.0%
Content menu --> Front page manage 0.0%
Click on menu "Site" --> Global Configuration 0.0%
Click on menu "Site"--> Media Manage 20.0%
How can you access the User Manager?
In the Control Panel page of Administration -> Click on the "User Manager" icon 83.0%
Menu "Tools" -> User Manager 0.0%
Menu "Site" -> Global Configuration 0.0%
Menu "Site" -> User Manager 16.0%
How do you add custom html code to head section?
global $mainframe; $mainframe->addCustomHeadTag( ' <script type="text/javascript">alert(123);</script>'); 0.0%
JDocumentHTML::addCustomTag( ' <script type="text/javascript">alert(123);</script>' ); 0.0%
$doc =& JFactory::getDocument(); $doc->addCustomTag( ' <script type="text/javascript">alert(123);</script>' ); 100.0%
JHTML:_('script','<script type="text/javascript">alert(123);</script>' ); 0.0%
How do you control the layout of print pages?
Style in file css/print.css 0.0%
Control the output of component.php 100.0%
Style for class ".print" inside css/template.css 0.0%
How do you create an upload button and view a popup screen with width 550 and height 400?
$alt = "Upload"; $bar=& JToolBar::getInstance('toolbar'); $bar->appendButton('Popup', 'upload', $alt, 'index.php', 550, 400); 100.0%
$alt = "UPload"; $bar=& JToolBar::getInstance('upload ); $bar->appendButton('Popup', 'upload', $alt, 'index.php', 550, 400); 0.0%
$alt = "Upload"; $bar=& JToolBar::getInstance('toolbar'); $bar->custom('Popup', 'toolbar', $alt, 'index.php', 550, 400); 0.0%
How do you define a filename.css file in your component to load into the head tag by Joomla?
$doc =& JFactory::getDocument(); $doc->addStyleSheet($url); 100.0%
$doc =& JFactory::getDocument(); $doc->addStyle($url); 0.0%
$doc =& JFactory::getDocument(); $doc->addCSS($url); 0.0%
How do you load "layout_layout1" layout in layout.php file?
$this->loadTemplate('layout1'); 100.0%
$this->loadTemplate('example_layout1'); 0.0%
$this->loadLayout('example_layout1.php'); 0.0%
$this->importLayout('layout1'); 0.0%
How do you load plugins in a component?
JPluginHelper::importPlugin('content'); 100.0%
JApplication::importPlugin('content'); 0.0%
JPluginHelper::loadPlugin('content'); 0.0%
How many levels can each menu have?
2 levels 25.0%
5 levels 0.0%
10 levels 0.0%
As many levels as you wish 75.0%
How will you create a contact page?
Create a contact item in the Contacts component. Select the contact item in the module Contacts. 0.0%
Create a contact item in the Contacts component. Create a menu item pointing to the contact item. 100.0%
Declare contact information in the module Contact and publish it. 0.0%
Declare contact information for the Administrator user and select it in the module Contact. 0.0%
How will you create a poll and display it on Frontpage?
Create a poll item in the component Poll and select the poll in the module Poll. 0.0%
Create a poll item in the component Poll and select the option "Show on Frontpage". 0.0%
Create poll in the module Poll. 0.0%
Create a poll item in the component Poll. Create a menu item pointing to that poll. 100.0%
How will you insert a module into an article?
Create a new module -> Assign the module with an existing position -> open an article and declare with the html code {loadposition position} 0.0%
Create a new module -> Assign the module with a new position -> open an article and declare with the html code {loadposition newposition} 100.0%
Create a new module -> Assign the module with a new position -> open an article and declare with the html code {load newposition} 0.0%
Create a new module -> Assign the module with an existed position -> open an article and declare with the html code {load newposition} 0.0%
How will you make Joomla 1.0x extensions work with Joomla 1.5?
Joomla 1.0x extensions work well with Joomla 1.5 by default 0.0%
Joomla 1.0x extensions cannot work with Joomla 1.5 by default 100.0%
Enable the Legacy mode on the "Global Configuration" 0.0%
Enable Legacy plugin 0.0%
How will you restore a trashed menu item?
Go to "Menus->Menu Trash", select the menu item and click "Restore" 100.0%
Go to "Site->Trash Manager", select the menu item and click "Restore" 0.0%
Go to "Tools->Trash Manager", select the menu item and click "Restore" 0.0%
In Joomla, does the Back-End session stay alive even though it is set to expire?
In Joomla, which file stores information on the database connection (database name, username...)?
.htaccess 0.0%
my.ini 0.0%
configuration.php 100.0%
config.inc.php 0.0%
In the Article Manager, what is an article managed by?
Section ID 66.0%
Category ID 33.0%
Section ID and Category ID 0.0%
Article ID 0.0%
In the Content Manager, is there any relationship between the 3-tier organization level for articles and the structure of the menus on your site?
Yes. The structure menus depend on the 3-tier organization level. 0.0%
No. Your site can have any menu level. 100.0%
In the Content Manager, Joomla! uses a 3-tier organization level for articles. It is:
Category -> Section -> Article 0.0%
Static content -> Category -> Article 0.0%
Section -> Category -> Article 100.0%
Section -> Static Content -> Article 0.0%
In the Media Manager, how can you set the "Maximum size" option?
Set configuration via Global Configuration > Site 0.0%
Set configuration via Global Configuration > System 0.0%
Set configuration via Global Configuration > Media 100.0%
In the Media Manager, what happens if you delete a media item?
The media file will be deleted. 100.0%
The media file will be moved to the Trash folder. 0.0%
The item will be marked as deleted and the file will be moved to the Trash folder. 0.0%
In the User Manager, how can a user get back their password if they forget it?
By using the "Forgot your password?" function. 33.0%
Super Administrators can reveal the password. 33.0%
The Password is encrypted and cannot be decrypted; thus he can not get back his plain password. 33.0%
In the User Manager, what are the Public Back-end User groups?
Publisher, Manager, Author, Editor, Administrator, and Super Administrator 0.0%
Publisher, Manager, Administrator, and Super Administrator 0.0%
Manager, Administrator, and Super Administrator 100.0%
Administrator, and Super Administrator 0.0%
In the User Manager, what are the Public Front-end user groups?
Registered, Manager, Author, Editor, and Publisher 0.0%
Registered, Author, Editor, and Publisher 75.0%
Registered, Editor, and Publisher 25.0%
Registered and Publisher 0.0%
In the User Manager, what is the difference between the Author and the Editor groups?
The Author group allows a user to edit their own content. The Editor can edit any content. 100.0%
The Author group allows a user to submit new content. The Editor cannot submit new content. 0.0%
The Author group allows a user to edit any content. The Editor can edit only their own content. 0.0%
In the User Manager, what's the step of registration after 'submit user information'?
Wait for the system's approval 33.0%
Check email and activate account 0.0%
No further step is required. The account is automatically activated. 0.0%
It depends on the "User Settings". The account may be enabled automatically or the user may have to activate it. 66.0%
In the User Manager, which of the following groups can be assigned to a new user registration?
Registered 20.0%
Author 30.0%
Editor 20.0%
Publisher 20.0%
Manager 10.0%
In the User Manager, which of the following options can be applied for individual users?
Back-end Language 12.0%
Front-end Language 37.0%
User Editor 12.0%
Templates 37.0%
In the User Manager, which Public Back-end User group(s) can access "Global configuration"?
Super Administrator 100.0%
Administrator 0.0%
Manager 0.0%
System 0.0%
In the User Manager, who can publish an article?
The Editor 0.0%
The Publisher 33.0%
The Manager 33.0%
The Administrator 33.0%
Is a cache module supported by Joomla or not?
The Joomla System SEF plugin inherits JPlugin and overrides the onAfterRender() function. In this function, what does JResponse::getBody() command do?
It retrieves the body of the response that will be sent to the browser. The body of the response is then searched for links containing "/index.php..." and replaces them with a correct SEF url by calling JRoute::_(url). 100.0%
The body of the response will replace links containing "/index.php..." with a correct SEF url by calling JRoute::_(url). 0.0%
The body of the response will search links containing "/index.php..." and return an array to be used for the next command. 0.0%
The plugin that searches content articles uses the function plgSearchContent() to handle the onSearch event. This is how the function is registered: $mainframe->registerEvent('onSearch', 'plgSear...
The type "Model" of MVC pattern implemented for Joomla often ______________.
...provides methods for managing and manipulating data. 100.0%
...generates data for HTML pages. 0.0%
...determines user requests (task). 0.0%
There are 21 different standard parameter types supported in the Joomla Framework for all extension types (templates, components, modules and plugins). Which of the following parameter types are no...
menuitem 0.0%
helpsites 16.0%
checkbox 33.0%
image 50.0%
timezones 0.0%
usergroup 0.0%
There is a method in the application called _______, which triggers events in the global event dispatcher, notifying the relevant listeners. It is a pass-through method for the JEventDispatcher _...
triggerEvent()/trigger() 100.0%
egisterEvent()/register() 0.0%
triggerEvent()/register() 0.0%
To which of the following does the path constant link the XML-RPC Web service folder?
JPATH_XML_RPC 0.0%
JPATH_XMLRPC 100.0%
JPATH_ROOT 0.0%
JPATH_BASE 0.0%
True or False: Joomla does not provide the capability to include a podcast.
True or False: Joomla is written in Perl.
True or False: Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
True or false: Like components and modules, plugin language files are automatically loaded when a plugin is loaded.
We have a module named "mod_module1" which has the structure: -mod_module1 ---mod_module1.php ---mod_module1.xml ---helper.php ---tmpl -----default.php How do you overwrite the output of a...
Overwrite the appropriated style method in the file [template]/html/module.php. 0.0%
Overwrite the module layout in the file [template]/html/mod_module1/tmpl/default.php. 66.0%
Overwrite the module layout in the file [template]/html/mod_module1/default.php. 33.0%
Module output cannot be overwriten in the template. 0.0%
What can you not do with the Media Manager?
Upload files 0.0%
Delete files/folders 0.0%
Rename files/folders 60.0%
Create folders 40.0%
What does the following code section do? $user =& JFactory::getUser(); if ($user->authorize('com_content', 'edit', 'content', 'all')) { //Display notice } else { //Display notice }
Check user's permission to edit all articles. 100.0%
Check user's permission to view all articles. 0.0%
Check user's permission to edit all articles. If this permission does not exist, the system will set the edit permission for the use. 0.0%
What does the menu parameter type do?
It provides a drop down list of the available menu items from your Joomla site. 0.0%
It provides a drop down list of the available menus from your Joomla site. 100.0%
It provides a drop down list of the menus from your Joomla site. 0.0%
What does the result of the ContentBuildRoute method return?
A string which is a part of a URL address. 0.0%
An array of segments where each segment is separated by a '/' which is combined to create the actual link (the items in the array should not contain '/' character). 50.0%
A name => value array of the querystring variables that the link maps to. 50.0%
What happens if the Main Menu is deleted?
Nothing will happen. 0.0%
Your site will not function as it has a default menu item. 100.0%
Your site will work with the condition that the Top menu and the Other menu remain unchanged. 0.0%
What is a Module?
A Module is a mini-application that renders the main body of the page. 33.0%
A Module is a smaller Extension typically used for rendering a small element that is displayed across multiple pages. 66.0%
A Module is a section of the code that runs when a pre-defined event happens within Joomla. 0.0%
A Module controls the way the content of a web site is displayed. 0.0%
What is implemented in the PHP file of a plugin?
Use the $mainframe object to register a function with an event. 0.0%
Use the JPlugin class to register a function with an event. 0.0%
Extends class JPlugin and overrides the appropriate function with the event. 100.0%
What is module chrome used for?
Module chrome allows template designers to have a certain amount of control over the way the output from a Module is displayed in their template. 100.0%
Module chrome provides a method to return the output HTML of the module. 0.0%
Module chrome provides a method to return the path to the layout file for the module. 0.0%
Module chrome support a method to return an stdClass object containing information about the module requested. 0.0%
What is not true of the module Login?
Shows the Login form for the users to login 50.0%
Shows the Signup form for the users to create new accounts 50.0%
Shows the Signup link for the users to create new accounts 0.0%
Shows the "Forgot your password" link for the users to reset the password 0.0%
Show the "Forgot your username" link for the users to get back the username 0.0%
What is the file format supported by Joomla 1.5 to create language definitions?
.php 0.0%
.svc 0.0%
.ini 100.0%
.xml 0.0%
What is the main function of the media manager?
Creating new files 0.0%
Adding new files 0.0%
Uploading/Deleting files and creating new sub folders 100.0%
Managing the system media files 0.0%
What is the method "getModule" in the class "JModuleHelper" used for?
To get the module by name. It returns an object with information about the module. 100.0%
To get the module by module position. It returns an array of objects with information about the module. 0.0%
What is the method "isEnabled" in the class "JModuleHelper" used for?
To check if a module is enabled 100.0%
To enable or disable a module 0.0%
What is the output format of the documentation created using PHPDocumentor?
PDF 0.0%
CHM (compiled HTML) 0.0%
XML 0.0%
All of these. 100.0%
What is the purpose of the "registerTask" function in JController?
To create a new task in the class 0.0%
To register (map) a task to a method in the class 100.0%
To register the default task to perform if a mapping is not found 0.0%
To replace a task with another task in the class 0.0%
What is the purpose of the Newsfeeds component?
To publish news to other news readers 0.0%
To get news from other news providers 100.0%
To help users submit news/articles 0.0%
To help users get news/articles 0.0%
What is the role of the template metadata file in the system?
It contains the basic authorship information. 100.0%
It contains information about the files that make up the template. 0.0%
It contains information about the parameters that will be available for configuration through the administrator interface. 0.0%
All of these. 0.0%
What is the root object that Joomla framework has inherited?
JObject 100.0%
Object 0.0%
JoomlaObject 0.0%
JoomlaGenericObject 0.0%
What is the way to register an event in Joomla?
$_MAMBOTS->registerFunction( $event, $handler); 0.0%
$globalcontainer->registerEvent( $event, $handler, $params); 0.0%
$mainframe->registerEvent( $event, $handler, $params); 0.0%
$mainframe->registerEvent( $event, $handler); 100.0%
What is true of the "Community Builder" extension?
It is an environment for producing and maintaining online communities on Joomla driven sites. 100.0%
It is a system that provides user profile capabilities for Joomla sites. 0.0%
It is a different registration/login process for Joomla sites(It supports 4 different workflows). 0.0%
It is an integrated forum solution for Joomla. 0.0%
It is a framework for other Joomla components to integrate with user profiles. 0.0%
What kinds of default menus are available in the example data?
Top Menu, Main Menu, Other menu, User menu, Resources, Example Pages and Key Concepts 0.0%
Top Menu, Main Menu and User menu 100.0%
Top Menu, Main Menu and Other menu 0.0%
Main Menu, Other menu and User menu 0.0%
What types of extensions does Joomla include?
Component, Module, Template 0.0%
Component, Module, Template, Language 0.0%
Component, Module, Template, Language, Plugin 100.0%
Component, Module, Template, Language, Plugin, Addon 0.0%
What user authentication methods does Joomla 1.5 support?
Twitter, Facebook, MySpace 0.0%
Gmail, LDAP 100.0%
Yahoo 0.0%
What will happen if you delete a menu?
The menu and all its items will be deleted out of the system. 50.0%
The menu will be marked as deleted and you can delete/restore it from the "Trash Manager". 50.0%
The menu item will be moved to the "Menu Trash". 0.0%
What will happen when a Joomla! extension is uninstalled?
Joomla! will not remove the extension files/folders. 0.0%
Joomla! will remove the files/folders declared in the xml file. 0.0%
Joomla! will remove all the files/folders inside the extension folder. 100.0%
Joomla! will backup all the files/folders of the extension into a package. 0.0%
Which articles can the frontpage view display?
Articles from any section and category 100.0%
Articles restricted to just a few sections and categories 0.0%
Only static item contents 0.0%
Which creational pattern is used by Joomla classes, particularly for database access?
Abstract Factory Pattern 50.0%
Singleton Pattern 50.0%
Builder Pattern 0.0%
All of these 0.0%
Which database types does Joomla support?
MySQL 50.0%
MySQLi 25.0%
PostgreSQL 25.0%
IBM DB2 0.0%
Microsoft SQL Server 0.0%
Oracle RDBMS 0.0%
Which extension can be used to build a download system using Joomla?
Fireboard 0.0%
Community Builder 0.0%
Docman 100.0%
Joom!Fish 0.0%
Which extension can you use to build a shopping cart using Joomla?
Fireboard 0.0%
VirtueMart 100.0%
Docman 0.0%
All of the above 0.0%
Which file is required to turn on the SEO mode with rewrite URL?
configuration.php 0.0%
install.php 0.0%
httpd.conf 0.0%
.htaccess 100.0%
Which is incorrect about MD5 hash values with regard to their usage in Joomla?
Each password in Joomla is stored as an MD5 hash value. 100.0%
It stands for message-digest algorithm 5. 0.0%
The length of the number for MD5 is a 128-bit hash code. 0.0%
None of these. 0.0%
Which is the correct solution to return 'First 1, second 2, third 3' string, using Jtext class?
In .php file:Jtext::sprintf('KEY_STRING',1,2,3); In language file (.ini): KEY_STRING=First %d, second %d, third %d 50.0%
In .php file:Jtext::sprintf('KEY_STRING',1,2,3); In language file (.ini): KEY_STRING=First %f, second %f, third %f 0.0%
In .php file:Jtext::_('KEY_STRING',1,2,3); In language file (.ini): KEY_STRING=First %d, second %d, third %d 0.0%
In .php file:Jtext::_('KEY_STRING',1,2,3); In language file (.ini): KEY_STRING=First %f, second %f, third %f 50.0%
Which Joomla file provides the central logic of the template, including any module and component display?
Index.php 100.0%
Template.css 0.0%
TemplateDetails.xml 0.0%
Banner.fff 0.0%
Which menu type(s) is/are used to place a graphic or other separator between menu options?
Internal Link 0.0%
External Link 0.0%
Separator 100.0%
Alias 0.0%
Which of the following actions will make a custom component work with Joomfish 2.0 (that is, which makes it possible to translate a custom component using Joomfish)?
Create the Content Element XML file for Joomfish for the custom extension and place it to components/com_joomfish/contentelements. 0.0%
Create the Content Element XML file for Joomfish for the custom extension and place it to administrator/components/com_joomfish/contentelements. 100.0%
Declare the Joomfish inside the custom component xml file. 0.0%
In Joomfish Configuration, add and declare additional information for the custom component. 0.0%
Which of the following are valid methods for installing a Joomla extension?
Upload the Package File 33.0%
Install from the Directory 41.0%
Install from the File 8.0%
Install from the URL 16.0%
Which of the following commands is used to copy a Joomla file?
JFile::copyTo($src, $dest) 0.0%
JFile::copy($src, $dest) 100.0%
JFile::move($src, $dest) 0.0%
Jfile->copy($src, $dest) 0.0%
Which of the following commands is used to get a model in the controller.php file of a component?
$model = JRequest::getModel('register') 0.0%
$model = getModel('register') 0.0%
$model = $this->getModel('register') 100.0%
$Model = JModel::getModel('register') 0.0%
Which of the following files does the "/includes" directory contain?
application.php 0.0%
defines.php 0.0%
framework.php 0.0%
All of these 100.0%
Which of the following files has to be renamed to .htaccess in order to enable mod_rewrite?
htaccess.php 0.0%
htaccess.txt 100.0%
htaccess.doc 0.0%
None of these 0.0%
Which of the following functions is used to build a button for a media manager tools popup?
JHTML::_media_manager( '/' ) 0.0%
JToolBarHelper::custom ('media_manager') 0.0%
JToolBar::media_manager('/') 0.0%
JToolBarHelper::media_manager( '/' ) 100.0%
Which of the following functions is used to list a folder in a format suitable for tree display?
JFolder::listFolde 0.0%
JFolder::listFolderTree 100.0%
JPath::listFolde 0.0%
JPath::listFolderTree 0.0%
Which of the following information the "Who's Online" module cannot show?
Online user names 0.0%
The number of guests online 0.0%
The number of members online 0.0%
The most active members 100.0%
Which of the following is a system event?
OnDisplay 0.0%
OnSave 0.0%
OnGetInsertMethod 0.0%
OnAfterInitialise 100.0%
Which of the following is not true about the FrontPage Manager?
It is the title page of the website. 0.0%
The selected content is presented there in blog form. 0.0%
Content cannot be selected from the FrontPage from all the contents. 100.0%
Individual content items can be sorted within the FrontPage Manager. 0.0%
Which of the following items will be checked in when you use the "Global Check-in" function?
Banner 18.0%
Content 18.0%
Contact 18.0%
Components 0.0%
Modules 18.0%
Plugins 9.0%
Languages 0.0%
Menu 18.0%
Which of the following Joomla component or module is not installed by default?
Login 0.0%
Community builder 100.0%
Polling 0.0%
Search 0.0%
Which of the following mailers does Joomla support? (Select all that apply.)
PHP Mail Function 14.0%
SMTP 42.0%
IMAP 0.0%
Sendmail program 42.0%
Which of the following PHP directives is important to Joomla execution in order to define an alternate compression library if the standard library is not available?
zlib.output_compression 0.0%
zlib.output_handler 0.0%
extension_dir 100.0%
expose_php 0.0%
Which of the following values are not required for a banner item?
Client 50.0%
Category 0.0%
Click URL 50.0%
Image 0.0%
Which of the given database systems is supported by Joomla?
Microsoft SQL Server 0.0%
MySQL 100.0%
Microsoft Access 0.0%
All of these 0.0%
Which option will you choose to set the site metadata for the installed website?
Global Configuration 100.0%
Module Manager 0.0%
Which option will you select to find unpublished articles?
Component manager 0.0%
Module manager 0.0%
Article manager 100.0%
None of these 0.0%
Which parameter is passed to a url to show module positions?
tpl=1 0.0%
tpl=component 0.0%
tp=1 100.0%
Which user events occur with plug-ins that are installed for the front end of the system?
Administrative events 0.0%
Authentication events 50.0%
Both administrative and authentication events 50.0%
None of these 0.0%
While installing Joomla, at the FTP Configuration step, what is the FTP layer for?
For uploading files in the Administration panel 0.0%
For uploading files in the Media Management panel 0.0%
For managing the file system in the Administration panel 100.0%
For handling file system manipulation and enabling Joomla! installers 0.0%
Why does Joomla use templateDetails.xml files?
To access the template from within by using code; 0.0%
To debug style sheets; 0.0%
To provide information and allow selection of the template within the template manager; 0.0%
All of these. 100.0%
With the "Mass Mail" tool, which of the following number of recipients can be selected?
Multiple users in system 0.0%
A single user in system 0.0%
Multiple groups 100.0%
A single group 0.0%
You should not use the die() function to debug because _______________.
It introduces security vulnerabilities. 0.0%
it prevents the Joomla framework from finalizing certain tasks like database connection and session store. 100.0%
It makes database tables crash. 0.0%