|
How to Joomla |
|
HowToJoomla
|
The latest How-To's from HowToJoomla.net.
|
-
How to change the administrator template in Joomla! 1.5
One of the greatest things about Joomla! is the ability to customize anything you want. It even enables you to change the template that you use for the administrator back end of your site, just as easily as you can change the template for the front end of your site. The default template for the Joomla! 1.5 administrator is the culmination of countless hours of design work by Andy Miller (http://www.rockettheme.com), and it provides a great interface for managing your site. However, the brilliant minds behind Joomla! recognized that there would be possible reasons for modifying the look of the...
-
How to pick a Joomla! host
There are a lot of things to consider when choosing a web host. Usually the first things we look at are price, storage, and bandwidth, but I would argue that storage and bandwidth are mostly irrelevant as criteria for choosing a host. Buying a hosting service because it offers a huge amount of storage and bandwidth is like buying a car because it has tires. Every web host offers tons of storage and tons of bandwidth for a reasonably low price, so that really takes those two things out of the equation. Price is important, but I would also argue...
-
How to change your default images directory in Joomla! 1.5
One of the most annoying things about Joomla! (in my opinion) is that the default images directory (or folder, whatever you want to call it) is yoursite.com/images/stories, and the default directory for the media manager is yoursite.com/images. That makes no sense to me. Read on to find out why this makes no sense, and how you can easily fix it.
-
How to create a sitemap
I recently read an article over at blog.joomlatools.org (http://blog.joomlatools.org) that shared an ingenious method for creating a site map in Joomla! using your existing menus, menu modules, and the built-in Joomla! plugin that enables you to load a module position within a content item.
Super Secret Sitemap Trick (http://blog.joomlatools.org/2008/09/super-secret-sitemap-trick.html) - by Mathias Verraes
Thanks for the tip, Mathias!
-
How to embed a YouTube video into an article in Joomla! 1.5
There are actually several ways to go about embedding a YouTube video into an article in Joomla! 1.5, but I have built a plugin that makes it dead simple. You can download the plugin here (component/option,com_docman/task,doc_details/gid,5/Itemid,26/).
Here's how it works:
Step 1: Download the plugin. (component/option,com_docman/task,doc_details/gid,5/Itemid,26/)
Step 2: Install it.
Step 3: Enable (publish) it.
Step 4: Go to YouTube.com (http://www.youtube.com) and find a video that you want to embed.
Step 5: Copy the URL for that video from your browser bar.
Step 6: Paste the URL into your content item.
Repeat steps 4-6 for as many videos as you wish...
-
How to use the GeSHi plugin/mambot
Joomla! comes with a plugin/mambot called GeSHi that comes in quite handy if you have a site like HowToJoomla.net in which you share code snippets with your readers. I recently tried to use GeSHi on a Joomla! 1.5 site, and I found that it works differently in Joomla! 1.5 than it does in Joomla! 1.0. Read on to see how to use it in both.
-
How to view just your component in Joomla! 1.5
Here is a neat little trick I picked up last Friday at the Joomla! 1.5 bootcamp in Austin led by Johan Janssens (http://www.joomlatools.org/).
In Joomla! 1.5, if you simply want to display your component without any modules and without your template styles, all you have to do is add "?tmpl=component" or " tmpl=component" to the end of the URL, depending on whether or not there are already other parameters on the end of the URL.
For example, if you just want to view the component on the home page of the new community.joomla.org (http://community.joomla.org) site, you simply add "?tmpl=component" to the URL...
-
How to Learn from a Joomla! lead developer
OK, I admit it. This isn't exactly a "How-To" article, but I wanted to draw everyone's attention to an upcoming event in Austin, TX that I will be attending. It is called "Joomla! 1.5 Bootcamp (http://bootcampaustin.eventbrite.com/)," and it will be held on Friday, July 18 from 8am to 4pm CST (GMT -6) at the Doubletree Hotel Austin. I want to strongly encourage anyone who can make it to come to this event. The keynote speaker/teacher for this event will be none other than Johan Janssens, one of the lead developers of Joomla! The event is being put on by Chris...
-
How to Display Your Page Title in Your Template - Joomla! 1.5
In October 2006, I wrote a how-to for displaying your page title within your Joomla! 1.0 template (content/view/25/6/). Since the release of Joomla! 1.5, I have gotten many requests for an article explaining how to do this in Joomla! 1.5. Here is how you do it...
-
How to determine which page you are on from within a Joomla! 1.5 template
One thing I often need to do while developing a template is change certain parts of the template depending on which page I am on. For example, let's say I am developing a template for a site that runs Virtuemart, and I want to have 3 columns on every non-Virtuemart page, and 2 columns on every Virteumart page. A solution that I often like to use is to make the column "collapsable" when the value of "option" is "com_virtuemart". When "option" is equal to "com_virtuemart", that simply means that the Virtuemart component is loaded.
|
|