Support Joomla!
Search: Advanced Search
Serving 3867 extensions to the community. Last updated on October 16.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 502 guests and 30 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


w_Patrick_Gale Extensions(0) | Reviews(2) | Favourites(0)
Mod HTML - Google Adsense Module
 Nice footer, December 8, 2006

This mod was a great start to what I needed.

Issue:
The break tags that get automatically added to your code when you type text into the textarea and press 'enter' were not being removed in your php code. I replaced lines 11-17 with this and it removed the break tags that Joomla added:
$html = str_ireplace("", "", $html);

Extended Menu
 Sweet menu module, May 8, 2006

Great module for creating a site hierarchy through your menus! If you don't know your way around Joomla, then you better start learning before you mess with this module. There is documention to get you started but you will have to get off your lazy butt and test the settings yourself because this thing has lots of features which would take 6 months to document well.
Here are my tips for using this mod if you want a site that is more than two levels deep with breadcrumbs that follow the hierarchy:
- create some simple static pages to cover a few levels deep
- create a menu that has multi-levels (eg. a menu with items that are children of children)
- link the different levels of this menu to your static pages

After you have done this (you do not need the module to get this far) and have something working, then you can start assigning your menu to the extended menu module and playing around with the options. Setting the 'Maximum Depth' to 1 for example will not show sub items in the menu even if you are on a sub item page.

[Get work on this module Daniel!]