Joomla
Converting Templates to Joomla 1.5
Here are a few examples of the old function names with their new counterparts:
mosLoadModule(position) = <jdoc:include type="modules" name="position" />
Example:
Old: <?php mosLoadModule(user5) ?>
New: <jdoc:include type="modules" name="user5" />
mosCountModules(position) = $this->countModules(position)
Example:
Old: <?php if ( mosCountModules ('banner') ) { ?>
New: <?php if ( $this->countModules('banner') ) : ?>
Joomla! Security Checklist
Internet security is a vast and fast-moving topic. No one document can cover it all. This checklist is only meant to do two things.
- Alert you to important Joomla-related security issues before you get into trouble.
- Point you in the right direction for more information.
Please post questions or suggestins for improvement in our forums.
Thank You,
The CommunityGrove staff
Managing newsletters
To send a newsletter or manage the subscriber list you will need access through the backdoor. To access the back door you will also need your username and password. In your web browser type www.yourwebaddress.org/administrator, then type in your username and password, then click login.
You will see this screen.
To access the newsletter function, click "Components" from the top menu bar. From the pull down menu highlight letterman then choose newsletter management or manage subscribers.
11.1 Subscription management
Using front-end editor and admin menus
Once you have logged into the web site you will notice that an Editor Menu appears in the left navigation column. This menu may contain more or less options depending on the individual Web site and your access level. The following Table gives a short description of the typical menu items you are likely to see:
Joomla Getting Started Guide
This document contains enough information to get you going fast with your new Web site, howevever, the site has many additional features not covered here that you may want to learn more about over time.