Joomla Interview Questions and Answers – 03
6. How to link inside content and another content item? |
Get the URL for the particular page you want to link this to. Create a link using a specific editor or with html, if you have nowysiwyg. |
7. What are pathways or breadcrumbs? |
If you are on a particular page and to get to that page you had to go through several folders to find that particular page, then that series of links will be your pathway or breadcrumb. For example: Home >> Books >> Pages >> New Page. |
8. How to remove the pathway or breadcrumbs? |
If you want to eliminate your pathway permanently, you have to edit your html (index) file, which will normally look like this: <div id=”pathway”> <?php mosPathway(); ?> </div>. |
9. How to control the contents of the newsflashes? |
In the newsflash, one can display any content in specific sections. • In the administrative back end of top menu select “modules”>>”site modules” • To edit the module, click on “newsflash”. • Beside the “Category” parameter, click on the drop down menu and select the category of the content that should be displayed on the page. • Click on “Save” to save your changes. |
|
10. How to remove page title on the front page of the site page? |
The procedure will be as follows: • In the administrative back end of the top menu, click on “menu” > “main menu” • Select “Home”. In the parameters select “Page Title”. • Next to it, select the “Hide” radio button. • Click on “Save” to save your changes. |