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





Lost Password?
No account yet? Register

Who's Online

We have 1163 guests and 86 members online
Joomla! Extensions Directory feed - RSS 0.91

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.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Design Show All Developer's Extensions
Template Chooser Modulemodule
Rating
11 votes
Developer:Frederik Teerlinck Version:2.2 (Updated 50 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.5 Native
Views: 17,901 License:GPLv2.0
Favoured:
14
Type:Non-Commercial
Date Added:May 30, 2007
DownloadHomepageDemoWrite ReviewRecommend
Template Chooser
Template chooser for joomla 1.5. With this module users can change the template in the frontend. In the backend you can select which templates you want to show in the frontend.


If the template chooser is not working as it should, check out the FAQ on my homepage.


###### version 2.0 released #######
- new feature: In the backend you get a list of all templates and you can select which templates you want to show or hide in your module. By default all templates are shown.
- module now inside a div (class="templatechooser") to allow easier formatting
- removed the moduleprefix parameter from the backend as it did nothing
- bugfix: changing the template no longer jumps to the homepage, but just reloads the current page

Report this listing


Works great!! by Mindvacant, April 19, 2008
Smooth installation, and worked perfectly after I modified the "/includes/application.php" file.

Thanks


Nice! by kgraff, April 11, 2008
This was easy to install and worked like a champ after editing the includes/application.php file as suggested above.

I set the module to only be available to registered users. A bit of a reward for logging in!


Nice by nullacht15, March 16, 2008
2 of 2 people find this review helpful:
Great for testing templates without changing default template in the backend.

But need a very small change in the Joomla Core to work:
In file /includes/application.php in function getTemplate change the line
if ($template = $this->get('setTemplate')) {
to this one
if ($template = $this->getUserState('setTemplate')) {

My respect & thanks to the developer. :)

Greetings from old europe.


Highly appreciative by cspgsl, November 20, 2007
Thanks for making this available for 1.5.

It saves me a bunch of work