Joomla Test
$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...
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?
Given below is the structure of view articles in the com_content component: /components /com_content /views /articles /tmpl default.php form...
How can you access the media manager?
How can you access the User Manager?
How do you add custom html code to head section?
How do you control the layout of print pages?
How do you create an upload button and view a popup screen with width 550 and height 400?
How do you define a filename.css file in your component to load into the head tag by Joomla?
How do you load "layout_layout1" layout in layout.php file?
How do you load plugins in a component?
How many levels can each menu have?
How will you create a contact page?
How will you create a poll and display it on Frontpage?
How will you insert a module into an article?
How will you make Joomla 1.0x extensions work with Joomla 1.5?
How will you restore a trashed menu item?
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...)?
In the Article Manager, what is an article managed by?
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?
In the Content Manager, Joomla! uses a 3-tier organization level for articles. It is:
In the Media Manager, how can you set the "Maximum size" option?
In the Media Manager, what happens if you delete a media item?
In the User Manager, how can a user get back their password if they forget it?
In the User Manager, what are the Public Back-end User groups?
In the User Manager, what are the Public Front-end user groups?
In the User Manager, what is the difference between the Author and the Editor groups?
In the User Manager, what's the step of registration after 'submit user information'?
In the User Manager, which of the following groups can be assigned to a new user registration?
In the User Manager, which of the following options can be applied for individual users?
In the User Manager, which Public Back-end User group(s) can access "Global configuration"?
In the User Manager, who can publish an article?
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?
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 ______________.
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...
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 _...
To which of the following does the path constant link the XML-RPC Web service folder?
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...
What can you not do with the Media Manager?
What does the following code section do? $user =& JFactory::getUser(); if ($user->authorize('com_content', 'edit', 'content', 'all')) { //Display notice } else { //Display notice }
What does the menu parameter type do?
What does the result of the ContentBuildRoute method return?
What happens if the Main Menu is deleted?
What is a Module?
What is implemented in the PHP file of a plugin?
What is module chrome used for?
What is not true of the module Login?
What is the file format supported by Joomla 1.5 to create language definitions?
What is the main function of the media manager?
What is the method "getModule" in the class "JModuleHelper" used for?
What is the method "isEnabled" in the class "JModuleHelper" used for?
What is the output format of the documentation created using PHPDocumentor?
What is the purpose of the "registerTask" function in JController?
What is the purpose of the Newsfeeds component?
What is the role of the template metadata file in the system?
What is the root object that Joomla framework has inherited?
What is the way to register an event in Joomla?
What is true of the "Community Builder" extension?
What kinds of default menus are available in the example data?
What types of extensions does Joomla include?
What user authentication methods does Joomla 1.5 support?
What will happen if you delete a menu?
What will happen when a Joomla! extension is uninstalled?
Which articles can the frontpage view display?
Which creational pattern is used by Joomla classes, particularly for database access?
Which database types does Joomla support?
Which extension can be used to build a download system using Joomla?
Which extension can you use to build a shopping cart using Joomla?
Which file is required to turn on the SEO mode with rewrite URL?
Which is incorrect about MD5 hash values with regard to their usage in Joomla?
Which is the correct solution to return 'First 1, second 2, third 3' string, using Jtext class?
Which Joomla file provides the central logic of the template, including any module and component display?
Which menu type(s) is/are used to place a graphic or other separator between menu options?
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)?
Which of the following are valid methods for installing a Joomla extension?
Which of the following commands is used to copy a Joomla file?
Which of the following commands is used to get a model in the controller.php file of a component?
Which of the following files does the "/includes" directory contain?
Which of the following files has to be renamed to .htaccess in order to enable mod_rewrite?
Which of the following functions is used to build a button for a media manager tools popup?
Which of the following functions is used to list a folder in a format suitable for tree display?
Which of the following information the "Who's Online" module cannot show?
Which of the following is a system event?
Which of the following is not true about the FrontPage Manager?
Which of the following items will be checked in when you use the "Global Check-in" function?
Which of the following Joomla component or module is not installed by default?
Which of the following mailers does Joomla support? (Select all that apply.)
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?
Which of the following values are not required for a banner item?
Which of the given database systems is supported by Joomla?
Which option will you choose to set the site metadata for the installed website?
Which option will you select to find unpublished articles?
Which parameter is passed to a url to show module positions?
Which user events occur with plug-ins that are installed for the front end of the system?
While installing Joomla, at the FTP Configuration step, what is the FTP layer for?
Why does Joomla use templateDetails.xml files?
With the "Mass Mail" tool, which of the following number of recipients can be selected?
You should not use the die() function to debug because _______________.