User's Manual

Chapter 7: Accessing Functions from the Back-end – Administrator
Joomla! 1.0.11 User Manual 143 Version 1.0.1.
A JavaScript alert will show: Are you sure, you want to delete selected items?
Click
OK.
The page will reload displaying the word Success.
ContentMambots
Any number of Mambots can be published in this group. These Mambots operate on Content Items
before they are displayed. They typically replace some sort of shorthand
{tag} with other information.
MOSImage
This is an image placement Mambot. {mosimage} tags are replaced with images that you have selected
when creating and/or editing a Content Item. Tags are replaced on a queuing basis. If there are more
tags than images defined, the excess tags are ignored. Likewise, if there are more images listed than
there are tags, then the excess images are ignored.
This Mambot is for those who like to work without a WYSIWYG Editor as it a convenient way to insert
images into the Content Item. Others, who use a WYSIWYG Editor, still prefer using this Mambot to insert
images instead of the insert Image button in the WYSIWYG Editor. This is a personal preference.
LegacyMambotIncluder
This Mambot allows for the handling of Mambots designed for version 4.5 of Mambo. If you do not have
any pre-version 4.5.1 Mambots installed, this Mambot can be safely unpublished.
CodeSupport
The code support Mambot renders any text within a pair of {moscode}...code... {/moscode} tags
as PHP code.
SEF
The Search Engine Friendly Mambot makes links in content compatible with installed SEF support. It
operates directly on the HTML within the item and does not require a special tag.
MOSRating
This Mambot provides for the voting/rating of Content Items.
EmailCloaking
This Mambot rewrites all e-mail addresses within a Content Item to 'cloak' them from unwelcome
spambots.
GeSHi
This displays formatted code in Content Items based on the GeSHi highlighting engine.
This is to be considered as an enhanced version of moscode, allowing the rendering of many different
programming languages with colour-highlighted code by specifying the to-be-used language.
Usage: Use the "pre" tag and add the programming language you want to use for highlighting purposes
as a parameter.
Example:
< pre lang="xml" >your code here ... < /pre >
The Mambot version of the GeSHi highlight code comes with the following highlighters for the most
common renders installed, ready to be used:
CSS => use lang="css"
HTML4 Strict => use lang="HTML4strict"
JavaScript => use lang="javascript"
PHP => use lang="php"