News Feed E-mail

Get How-To's right in your inbox. Subscribe to the HowToJoomla! news feed e-mail. Just enter your email address here:

Delivered by FeedBurner

Login






Lost Password?
No account yet? Register

Affiliates

Azrul's JomComment
JoomlaShack
iJoomla
The Joomla! Store
Member of W3C Sites dot com
How To's

Have you ever found yourself sitting at your computer, thinking about your Joomla! website, and wondering "I really wish I knew how to (insert your wish here)."? Well, you're not alone. We've all been there. Wondering, searching the forums, trying desparately to figure out how to do that neat trick that we saw on someone else's site.

Look no further! This site is for you! I will try to fill this site with information to help you make your Joomla! site great.



How to display a component's output and nothing else PDF Print E-mail
Components
Written by Cory   
Saturday, 28 October 2006

I know it sounds weird, but I came across a situation in which I needed to see a component's output and nothing else. That allowed me to better debug the HTML that was coming from the component.

Special thanks to Dean Marshall for showing me this nifty little trick.

It's pretty simple, just follow these steps:

  • Create a menu item that links to your component.
  • Once you have created your menu item, click on that menu item in your Menu Manager like you were going to edit the menu item.
  • Next to "URL", you should see something like "index.php?option=com_yourcomponent&...". Copy that URL.
  • In the browser address bar, type the domain name and path to your website along with the URL information you copied in the previous step.
  • Change "index.php" to "index2.php", and voila! You are now looking at just your component's output.
 
Tag it:
Delicious
Digg
Technorati
Joomla! 1.0.11 User Manual PDF Print E-mail
Miscellaneous
Written by Cory   
Wednesday, 25 October 2006

Just in time for Joomla! 1.5, the documentation team has released the Joomla! 1.0.11 User Manual (link to large pdf file). Better late than never, right? I haven't had a chance to read through it yet, but it's 183 pages long, so I'm guessing it's pretty thorough.

 
Tag it:
Delicious
Digg
Technorati
How to Move your Joomla! Installation Between Directories PDF Print E-mail
Installation
Written by Cory   
Monday, 16 October 2006

In How to Lose the Splash Page, I talk about how to move your Joomla! installation between directories on your server. Because the topic was buried in the "Read more..." section of the post, there may be some readers who ignored it or did not read it. If you want to know how to do this, click on over to How to Lose the Splash Page, and scroll down to "Option 1: How to Move Your Installation".

 
Tag it:
Delicious
Digg
Technorati
What's different in 1.5? PDF Print E-mail
Miscellaneous
Written by Cory   
Friday, 13 October 2006

Over at the Joomla! Developer Blog, willebil has written a great summary of the new features in version 1.5. Check it out.

A short overview on the goodies in the 1.5-beta

 
Tag it:
Delicious
Digg
Technorati
How to Lose the Splash Page PDF Print E-mail
Installation
Written by Cory   
Thursday, 05 October 2006

Splash pages (those annoying pages with some sort of fancy graphic or flash intro that say "Click to Enter" or "Skip Intro") are bad. I could spend a whole article trying to convince you of this fact, but I think this article does a better job of it than I could ever do.

One of the most common mistakes made by Joomla! designers is to assume that just because you loaded Joomla! in a directory called "http://www.yourdomain.com/joomla" or "http://www.yourdomain.com/cms" or "http://www.yourdomain.com/home" rather than your root web directory, you are stuck needing to create a splash or intro page in your root directory to point your users to the real site. Nothing could be futher from the truth. As a webmaster, you have a couple of options for pointing users to your content without the need for a splash page. I will try to cover those options in this tutorial.

 
Tag it:
Delicious
Digg
Technorati
How to Display Your Page Title in Your Template PDF Print E-mail
Templates
Written by Cory   
Wednesday, 04 October 2006

I recently worked on a project in which I needed to display the page's title outside of the bounds of the "mosMainBody" command in my template. Before this project, I never even thought about doing that, much less how to do it. Well, I'm happy to report that not only did I figure out how to do it, but I am going to pass it on to you. Here's how you do it.

 
Tag it:
Delicious
Digg
Technorati
A Joomla! Beginner's Must-Read PDF Print E-mail
Miscellaneous
Written by Cory   
Wednesday, 04 October 2006

I just found a thread in the forums that is a must-read for all Joomla! beginners. The thread is titled Anna's Joomla Tips, and I strongly recommend you read it if you are a beginner.

Anna's Joomla Tips

 
Tag it:
Delicious
Digg
Technorati
How to Display the Same Module in Multiple Positions PDF Print E-mail
Modules
Written by Cory   
Friday, 29 September 2006

A relatively new feature of Joomla! is the ability to display the same module in multiple positions, and varying it depending on which page you are looking at. For example, you might want to display the search module in the header position on home page, but you want it in the left position on each sub page. Here is a quick and easy way to accomplish this.

 
Tag it:
Delicious
Digg
Technorati
How to Use Multiple Menus on the Same Page PDF Print E-mail
Menu Management
Written by Cory   
Friday, 29 September 2006

Joomla! has a problem that you may or may not know about. It is a minor problem (or major, depending on whom you ask), and it will not really affect how your website functions.

The problem exists in how Joomla! renders menus. By default, the main element that contains the menu (in the case of a "flat list" menu, it is the "ul" element) is given an id=mainlevel. This is not a problem if you are using one menu on a page. But, if you are using multiple menus on a single page, there is a conflict.

Proper XHTML markup should not have more than one element with the same id. An id should be unique for each element that is given an id, so the browser can tell them apart for the purpose of style sheets and javascript. If you use multiple menus on the same page, you are using improper XHTML markup, and you will fail XHTML validation.

You can rest easy, though, because there is a solution. Read on to find out what it is.

 
Tag it:
Delicious
Digg
Technorati
How to Create a Basic Template PDF Print E-mail
Templates
Written by Cory   
Monday, 25 September 2006

You've installed Joomla!, installed all of the components, modules, and mambots you need, and you've created your content and menus. Now you want to create a custom look for your Joomla! site, but you don't know how to create a template. This article will step through the creation of a very basic template in Joomla! Hopefully, by the end of this article, you will have a basic understanding of what goes into a Joomla! template. (Note: This information only applies to Joomla! 1.0.X. It does not apply to version 1.5.)

 
Tag it:
Delicious
Digg
Technorati
<< Start < Prev 1 2 3 4 5 Next > End >>

Results 21 - 30 of 41
Advertisement

About HowToJoomla

HowToJoomla was started in September 2006 by me, Cory Webb, a long-time Mambo/Joomla user with a desire to give back to the community that has given so much to him.

HowToJoomla is not the best, most comprehensive Joomla tips site out there. That's not the goal. The goal is to share some of the knowledge and experience that I have gained through years of using the world's best content managment system. I hope that you will find this site useful and visit often. As I come across new tips and ideas, I will post them here for all to see.

I hope you enjoy using HowToJoomla and find it very useful.

Please take some time to read the Disclaimer.

Thanks for visiting!

About Me

I am a 28-year-old husband and father of a beautiful baby girl named Lucy. I have a degree in Electrical Engineering from the University of Texas at Austin, an MBA from Baylor University, and over 4 years experience working with the Mambo/Joomla CMS.

On February 1, 2008, I started a web design, development, and consulting company specializing in designing and developing custom Joomla-powered websites. The new company is aptly named Cory Webb Media, LLC. The double meaning is purely unintentional, but with a last name like "Webb" it is difficult to escape the obvious puns. If you are looking for professional assistance with your website, please feel free to contact me to discuss your project.

I also run HowToJoomla, CoryWebb.com (my personal website/blog), and JoomlaForm.com (a site dedicated to promoting good design in the Joomla! community). In my spare time (if there is such a thing), I volunteer with the youth ministry at my church.

Copyright © 2006 - Cory Webb Media, LLC - All rights reserved.
Powered by Joomla!