Joomla Template Blog

Bringing You Up to Date Information on Joomla Templates

28 Aug

Video Tutorial: Creating a new index php file for Joomla Part10

Posted in Joomla Template Tutorial on 28.08.09

Joomla Template Making Video Tutorial, for More please visit http://technologystory.net

Duration : 0:9:40

tags: , , , , ,

One comment »

22 Aug

Video Tutorial: Understanding Joomla template files Part5

Posted in Joomla Template Tutorial on 22.08.09

Joomla Template Making Video Tutorial, for More please visit http://technologystory.net

Duration : 0:2:26

tags: , , , ,

One comment »

16 Aug

lynda.com: Joomla! 1.5 Essential Training

Posted in Joomla 1.5 Template on 16.08.09

http://movielibrary.lynda.com/html/modPage.asp?ID=474&utm_source=youtube&utm_medium=viral&utm_content=youtube&utm_campaign=youtube

Learn how to create menus in Joomla! from this excerpt of Joomla! 1.5 Essential Training with Joseph LeBlanc.

Get more from lynda.com.

Duration : 0:6:34

tags: , , , , , , , , , , ,

2 Comments »

14 Aug

Video Tutorial: igning Joomla templates and modules Part14

Posted in Joomla Template Tutorial on 14.08.09

Joomla Template Making Video Tutorial, for More please visit http://technologystory.net

Duration : 0:3:48

tags: , , , , ,

No Comments »

12 Aug

Video Tutorial: Creating a PNG thumbnail for Joomla template Part9

Posted in Joomla Template Tutorial on 12.08.09

Joomla Template Making Video Tutorial, for More please visit http://technologystory.net

Duration : 0:5:7

tags: , , , , ,

No Comments »

12 Aug

Migrating Your Joomla! 1.0 Content to Joomla! 1.5 – 2 of 2

Posted in Joomla 1.0 Template on 12.08.09

This is a video tutorial from JoomlaForBeginners.com for the Open Source Joomla! Content Management System version 1.5. This tutorial discusses migrating content from your Joomla! 1.0 Website to a Joomla 1.5 Website.

Duration : 0:2:12

tags: , , , , , , , , , , , , , , ,

No Comments »

10 Aug

Video Tutorial: igning optional regions in a Joomla template Part22

Posted in Joomla Template Tutorial on 10.08.09

Joomla Template Making Video Tutorial, for More please visit http://technologystory.net

Duration : 0:9:44

tags: , , , , ,

No Comments »

07 Aug

Migrating Your Joomla! 1.0 Content to Joomla! 1.5 – 1 of 2

Posted in Joomla 1.0 Template on 07.08.09

This is a video tutorial from JoomlaForBeginners.com for the Open Source Joomla! Content Management System version 1.5. This tutorial discusses migrating content from your Joomla! 1.0 Website to a Joomla 1.5 Website.

Duration : 0:2:19

tags: , , , , , , , , , , , , , , ,

No Comments »

05 Aug

Joomla template madness!?

Posted in Create Joomla Template on 05.08.09

Hi all, to cut a long story short I’ve tried to create a Joomla template in dreamweaver and got everything working, expect for the CSS – the main template just wouldn’t entertain it at all. I’ve made sure all the correct <php> is in place in the .xml files and so on and so forth – but still, I’m about to give up – any ideas where to find a guide to run from A to Z of template creations!?

There _are_ excellent template guides around.

Firstly for Joomla version 1.0.XX there are visual tutorials:

http://help.joomla.org/component/option,com_wrapper/Itemid,253/

My favourite is from Compass Designs, it is free, very easy to understand and for up to version 1.5!:

http://www.compassdesigns.net/tutorials/

They also supply a great blank template…

Also check out Rocket Theme’s site. They too have great tutorials:

http://tutorials.rockettheme.com

With regards to CSS it sounds like the path to the stylesheet is not correct. Here’s what I use (all on one line of course when in my code – here broken up for easier reading):
<link rel="stylesheet" type="text/css" href="
<?php echo $mosConfig_live_site;?>
/templates/
<?php echo $cur_template; ?>
/css/template_css.css" />

NOTE the combination of the PHP call for the site URL. That is then joined with the templates folder name and then a PHP call for the template name.

As you have found paths can be tricky; whether to call he absolute or relative, what if it changes, etc. These PHP shortcuts help but as you can see I had to add in the template folder path to make it work.

Personally I don’t bother with Dreamweaver and the likes. The Joomla templates are just simple files, editable with a text editor like Notepad+.

All the best,
Mike

PS. Try adding Yahoo’s base.css (http://developer.yahoo.com/yui/base/) and reset-fonts-grids.css (http://developer.yahoo.com/yui/reset/).
They are stylesheets which smooth over cross-browser differences and making styling and changing your site a lot easier.

tags: , ,

2 Comments »

05 Aug

Regions vs Background for Regions in Drupal and Joomla Themeing

Posted in Joomla Theme on 05.08.09

http://psd2cssonline – This is a video description of a common misconception when making Drupal and Joomla themes with psd2css Online.

Duration : 0:10:15

tags: , , , , , , , , , , , , , , , , , , , , , ,

6 Comments »