开发者

How can I make Joomla 1.5 menus?

I'm making my own Joomla template, but when I check menu manager, it seems to be very confusing, because there are a lot of choices. I just need simple m开发者_如何学Cenu linking to my sites pages. So I need to know:

1) What kind of tag I need to insert to my template, so that it can show menus. 2) How can I link to pages on my site with that menu manager.


So, here's the five minute whirlwind tour of Joomla: You have Components, Modules, and Plugins.

Menu items link to components. This means that components are effectively "pages" in Joomla. So, you want a page to list a bunch of articles, for example? Create a menu item, and when you're asked to set it's "type" pick one the "articles" entries. Boom; you've just linked to a component.

Now, modules are odd bits and pieces of code that sit around components. Remember, the component is the "page" for all intents and purposes; modules are sidebar elements, "Related Articles" widgets and the like.

To create a new module, go to Extensions -> Module Manager and add one. Now, you can create a module that lists a batch of menu pages.

Lastly, you need someplace to put your modules on the page. The "template tag" if you're coming from Wordpres, is "". Drop that in your template on the sidebar, and change the name (the bit in parenthesis), to something like "sidebar".

Now, if you go back to the module manager, click your "Menu" widget, you should see a dropdown on the left where you can select the "position" the module should sit in. Select (or type in) "sidebar", and now that menu will be dropped into the page whereever you've placed your tag.


I would suggest you to go through the joomla 1.5 quick start guide, there you will find how to do that along with other stuff. This is the pdf file.


I'd agree with Sarfraz.

You could also check out the guides from Compass:

http://www.compassdesigns.net/joomla-tutorials/joomla-15-template-tutorial

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜