Beginner's Guide
Loading Modules
This plug-in loads the HTML output of all modules assigned to a template module position into an
article.7 All you have to do is7 write {loadposition position-14} in the space7 where the modules should
displayed. This feature is especially useful for putting banner ads into the content.7
Email Cloaking
This plug-in transforms an email address7 entered into the content in the form of
name@example.com into a link, and cloaks the email address by means of JavaScript. The advantage of
this is7that email address collection programs can't read your email address very easily.
Code Highlighter
The GeSHi plug-in7 makes Syntax Highlighting possible7 and creates an impressive listing on your
website if you embed the code to be formatted within <pre> </pre> HTML tags:
<pre>
if ($number > 0)
{
echo $number;
}
else{
$number++;
}
</pre>
Pagebreak
The Pagebreak plug-in takes care of pagebreaks in articles. Just like the Image plug-in, it is easy to
integrate into the content. Besides a simple pagebreak, various headers and page titles can also be
defined. You can set pagebreaks using the pagebreak dialog. The page break will be displayed in the text
window as a simple horizontal line. In the HTML code, the pagebreak looks like this:
<hr title="Page Title" alt="Table of Contents Alias" class="system-pagebreak" />
This plug-in integrates the Next and Previous functions under the articles.
Page Navigation
This plug-in integrates the Next and Previous functions under the articles.
Vote
This plug-in adds voting functionality to articles.
EDITORS
Joomla! 2.5 - Beginner’s Guide
Monday, 30 January 2012! Page 184