Joomla! 1.5 Template Toolbar 
Version
0.8.4 (last update on Dec 20, 2008)
Rating
Compatibility
Votes
15
Favoured
28
License
GPL
Non-Commercial
Type
Views
58705
Date Added
26 October 2007
Thank you for using JTT!
*****
CHECK OUT THE NEW CROSS-PLATFORM ALPHA BUILD OF THE PROGRAM ON THE PROJECT HOMEPAGE!
*****
Program has been updated to version 0.8.4!
What's New:
[Upd] A bug fix in the Joomla! 1.5 Template Header code (thank you Guido Santo).
* Version 0.8.3 *
[Upd] Mostly bug fixing and entire code revisioning.
* Version 0.8.2 *
[New] Program settings are now being saved to the Windows Registry.
[Upd] Some annoying bug fixes.
* Version 0.8 *
[New] Ability to import and edit templateDetails.xml file in XML Editor.
[Upd] Small bug hunting/fixing and GUI improvements.
* Version 0.6.1 *
[New] Added option to minimize Joomla! 1.5 Template Toolbar to Windows Tray.
[Upd] Slight code tiding and revision.
Installation and Uninstallation:
Program is distributed in "extract-run-delete-forget" philosophy. All you have to do is extract the files from the compressed archive, place the extracted files wherever you like and delete them when you have no more use of the program itself or any of the extracted files.
Program also creates an entry inside your Windows Registry (HKEY_CURRENT_USER\Software\JTT) upon first run. In order to fully uninstall JTT, you have to delete the created entry from your Windows Registry.
System Requirements:
Joomla! 1.5 Template Toolbar requires latest Microsoft .NET Framework to be installed on your system.
Usage:
Joomla! 1.5 Template Toolbar design layout is intended to be self-explanatory. The program consists of four main buttons. First, Insert Module, opens a popup menu displaying the most common Joomla! 1.5 Template Modules. By clicking on a module name, defined Joomla! PHP code is being copied to a clipboard so you can simply paste it into your template code. Second button, Insert CSS, copies basic CSS code that you can use to change the look and feel of various template regions. XML Editor button opens a templateDetails.xml file editor where you can easily open, edit and create XML file from which Joomla! 1.5 Template System is reading the template information. Options button displays a popup menu from which you can either change program options or display the Help & About window.
License Agreement and Disclaimer:
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNE
I use HTML-kit for building sites and templates because i can FTP up from it and then refresh my browser.
This extention/stand alone program is perfect. I am just strating to experiment with Joomla templates and 'Joomla! 1.5 Template Toolbar' stays at the front. All i need to do id click what i want then paste into my edit.
Installed nicely on my PC Win Vista operating system.
This extention/stand alone program is perfect. I am just strating to experiment with Joomla templates and 'Joomla! 1.5 Template Toolbar' stays at the front. All i need to do id click what i want then paste into my edit.
Installed nicely on my PC Win Vista operating system.
bybaijianpeng on July 4, 2008
I had tried another Joomla! 1.5 template tool in mxp format for Dreamweaver MX, but it can't be installed into my Dreamweaver CS3. So I gave it up. This one can work with ANY editor since it only generate code and put them into the clipboard, then user can paste the code into any editor.
Cool! Now I can use some OpenSource HTML/php editor to design my Joomla! 1.5 template.
Thanks to the author!
Cool! Now I can use some OpenSource HTML/php editor to design my Joomla! 1.5 template.
Thanks to the author!
byunforsaken on June 9, 2008
Excellent. Only had a small problem with the mainbody insert so had to re code that (seems to be over complex but that could be just me)
byzANavAShi on January 30, 2008
I've just switched to Joomla 1.5 and working hard to get my head around the new templating system so I can make my own from scratch. This wonderful tool is going to save me so much time I am doing a happy dance after taking it for a test drive.
I haven't given it the full rating yet because there is one small thing (not sure if it is a bug or a feature) where the templateDetails.xml has generated some module positions that are not present in my index.php file and missed two custom positions I coded into it.
I would be interested to know how it generates module positions, does it scan the index.php file and extract them from there? Or does it just insert a generic list of default positions from the Joomla core template system? If it could be made (or fixed, if this is a bug rather than a feature) to generate only those present in the index.php then it would get my 5-star rating.
Also, I am just curious to know where the blank list of CSS styles is generated from? Do you use the list from a known Joomla template or template designer (eg: Barrie North's J1.5 templating tutorial sample CSS) or is this your own list? It would be a very interesting possibility for a new feature if we were able to create our own CSS master code, or even import one from a known "sample template".
The downside of that idea of course would be that the application would loose its standalone portability, by needing to have an app directory to save custom user CSS templates. But, being the huge lover of portable apps that I am, I'm not sure if sacrificing the standalone nature of the .exe would be worth an additional user feature. Hrmmmmm.
I hope word gets out around the Joomla communities that such a brilliant concept-of-a-tool exists and you get the credit you deserve for developing this for our use. Good luck in your future developments.
Cheers!
Zana
I haven't given it the full rating yet because there is one small thing (not sure if it is a bug or a feature) where the templateDetails.xml has generated some module positions that are not present in my index.php file and missed two custom positions I coded into it.
I would be interested to know how it generates module positions, does it scan the index.php file and extract them from there? Or does it just insert a generic list of default positions from the Joomla core template system? If it could be made (or fixed, if this is a bug rather than a feature) to generate only those present in the index.php then it would get my 5-star rating.
Also, I am just curious to know where the blank list of CSS styles is generated from? Do you use the list from a known Joomla template or template designer (eg: Barrie North's J1.5 templating tutorial sample CSS) or is this your own list? It would be a very interesting possibility for a new feature if we were able to create our own CSS master code, or even import one from a known "sample template".
The downside of that idea of course would be that the application would loose its standalone portability, by needing to have an app directory to save custom user CSS templates. But, being the huge lover of portable apps that I am, I'm not sure if sacrificing the standalone nature of the .exe would be worth an additional user feature. Hrmmmmm.
I hope word gets out around the Joomla communities that such a brilliant concept-of-a-tool exists and you get the credit you deserve for developing this for our use. Good luck in your future developments.
Cheers!
Zana
Owner's reply
Hi, thanks for your in-depth reply!
JTT uses it's own built-in routine for writing the templateDetails.xml file (if you're familiar with C++/C# you can always check the source code), at this point it does not scan the index.php file (but you throw me a good hint for future development). As for CSS, I used my own "gatherings" which I collected from various resources (sometimes by reverse engineer templates, and sometimes in Joomla! code).
I'm sorry I don't have more spare time to write better reply, but I simply had to write this short reply to your post.
Once again, thank you all for using JTT!






