Joomla! How-To's
Quick Tip: Use JoomlaXplorer to modify your template.
Components March 17, 2007 | by Cory
I often find that the template manager is not very useful in terms of making modifications to a template. When you click "Save" in the template manager after editing the template HTML (index.php) or CSS (template_css.css) file, the manager takes you back to the list of installed templates. If you need to make another change, you have to re-open the Edit CSS or Edit HTML screen, which adds an extra step.
Another drawback of the template manager (in Joomla! 1.0.x) is that it only allows you to edit the "index.php" and "template_css.css" files. For some of the more advanced templates, there are more files that you may need to modify. You might also need to upload some more images for your modification.
That's where JoomlaXplorer comes in. It is a file manager that enables you to upload, modify, and delete files from your Joomla! installation via the administrator control panel. I use it every time I want to make a change to a template. For one thing, when I make a change to the HTML or CSS, it stays on the editor page. That way, I can check to see if the change I made produced the desired outcome or if I need to make more changes, and I can quickly go back and make more changes if necessary. It also allows me to edit any file in the template's folder and not just "index.php" and "template_css.css". Finally, it gives me the opportunity to replace images by uploading or deleting images based on my requirements.
So, if you haven't done so already, head over to the Joomla! Extensions Directory and get yourself a copy of JoomlaXplorer. It is the most useful component for web administrators available for Joomla!, and it will help you make changes to your site's template.
Add a commentHow to add a widget to a module
Modules March 15, 2007 | by CoryWikipedia defines a widget like this:
A web widget is a portable chunk of code that can be installed and executed within any separate HTML-based web page by an end user without requiring additional compilation. They are akin to plugins or extensions in desktop applications. Other terms used to describe a Web Widget include Gadget, Badge, Module, Capsule, Snippet, Mini and Flake. Web Widgets often but not always use Adobe Flash or JavaScript programming languages.
For example, the "Help Azaria" module in the left column of this site uses a widget from ChipIn.com (to test it, make a donation to Azaria's Dolphin Therapy fund to see the progress bar go up - wink wink). Many "web 2.0" sites offer widgets for blogs and other sites to display their content or tools for performing a specific task (like raising money via the ChipIn widget). It is a great way to add content or functionality to your site with very little effort. The process for embedding a widget to your site is usually just copying and pasting a snippet of code into the appropriate location.
The problem is, Joomla!'s built-in WYSIWYG editors strip out parts of the widget's code causing it to work improperly. With this article, I will explain how to work around that problem and get the widget embedded into a user module without stripping out code.
Add a commentJoomla! CSS Guide
Templates March 08, 2007 | by CoryI just read about the Joomla! CSS Guide over at Joomla.org. It is a new website that spells out all of the CSS classes and id's used in the core Joomla! HTML output. This is a great resource for template designers. Check it out.
Add a commentHow to make your site more secure
Miscellaneous December 23, 2006 | by CoryI am not a security expert, so I am always on the lookout for information that will help me keep my site more secure. Today, I came across a couple of great tutorials from Joomla-Addons.org that explain ways to make your site more secure. Check them out.
- Keeping your Joomla! installation safer against hacks and exploits
- Securing your administrator directory using .htaccess files
While you're there, check out some of the many extensions that they have created. Thanks for all of your hard work, Joomla-Addons.org!
Add a commentHow to turn on SEF URL's
Miscellaneous December 18, 2006 | by CorySEF URL's are just a way to make your URL's look nice. The default SEF URL functionality in Joomla! takes URL's that look like this:
"index.php?option=com_content&task=view&id=40&itemid=29"
and makes them look like this:
"content/view/40/29/"
This article will show you how to turn on the basic SEF URL functionality built into Joomla!, and it will also provide a list of SEF URL extensions that you can use to gain further control over your URL's. For this article, I am assuming that you are running your website on an Apache web server.
Add a commentPage 12 of 17








