Support Joomla!
Search: Advanced Search
Serving 3850 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 1170 guests and 69 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.


grvulture Extensions(0) | Reviews(2) | Favourites(0)
MetaMod - display modules according to rules
 Wonderful!!, May 30, 2008

MetaMod - display modules according to rules ...and I was looking for a way to show modules according to user language-selection.

MetaMod is so versatile, it does SO many things, and it can show modules according to language-selection too!

I don't use JoomFish, because on Joomla1.5.2 it messes up with Community Builder.

Actually I don't need to use any of the language plugins, they are too much trouble for nothing if you ask me!

I only needed to put 5 lines of simple code in only 4 of my files, to have a language-selector on front-end, and articles showing in user's language of choice!

Components use language files!
Modules too!
BUT not Joomla's menus (!!how's that?)

So how was I to show language-specific menus on my site??

MetaMod came to save the day!!
And Stephen was MOSTLY helpful!
the solution to my problems became ridiculously easy by using MetaMod!

in my case I only had to add a code in MetaMod's PHP textbox like this:

$language = $mainframe->getCfg('language');

if ($language=="en-GB") return 11;
if ($language=="el-GR") return 22; //example numbers

Now my site is totally multi-lingual, without going nuts with all the menus, and buttons, and options, and editing, and,and,and of applications like JoomFish, M17N, and the likes!

Wonderful!!

Thank you again Stephen for this fantastic module!

sh404SEF
 Candy!, May 12, 2008
0 of 1 people find this review helpful:

sh404SEF I've used it on a Joomla! 1.5.2 installation, in which I was unable to get the default Joomla!SEF to work from the back-end, no matter what!

In sh404SEF, I only needed to change the 'rewriting mode' to 'without .htaccess (index.php?)'

Worked instantly!!

Since the version for J!1.5.2 is still a beta, I am sure there must be some bugs, but I haven't noticed anything until now, and I am more than happy to have SEF working!

And all that with SOOOO many options and bonuses on top!

first ever review, well worth it!