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.
|
|
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.
|
|
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. |
|
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". |
|
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. |
|
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. |
|
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. |
|
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. |
|
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.) |
|
<< Start < Prev 1 2 3 4 5 Next > End >>
|
| Results 21 - 30 of 41 |