joomla-template

Joomla Template Design

Hi, Can I create any design I want and then use it in a Joomla template or is there certain rules you have to stick to? I ask this as most of the Joomla templates I see pretty much have the same layout e.g. top bar content box, right hand menu and bottom bar. Thanks ...

how to start work with joomla??

I am interested in developing templates for Joomla? how can i start . can any one tell what exactly joomla done for developers. ...

How can I run a joomla project?

Hi guys, I get a joomla template, but I can't run it. I copy it to htdocs folder in Apache(XAMPP) and when I want to run it, return this : "Restricted access" defined('_JEXEC') or die('Restricted access'); // no direct access require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php'; please kindly advise me, Cheers, ...

can I use HTML templates in joomla?

I am very new in Joomla.I have to create one simple static applicatin in joomla.Can I use my HTML templates or joomla temlates are diffrent?Where we use PHP in joomla?From where I have to start?means whether I have to create html template first and then move it to joomla OR have to create page template in joomla itself? ...

In a custom Joomla! template, how can I determine whether I am on the home page?

I am trying to create a custom template, but I want the template to look a little different for my Joomla! homepage/frontpage. Is there a easy boolean-type expression I can use to determine whether I am on my site's homepage? That way, I can just say if ($on_homepage) { [custom homepage html] } else { [regular template] } Thanks in ad...

Joomla: How to change template on a specific article

Is there a way to change the template on a specific article only? Note that it should work without linking the article to any menu. ...

Joomla error Restricted access

Hi all, I have a site in joomla. I am getting an error 'Restricted access' while i tried to access my site . It seems that the default template is not working and the access is going to the index.php file at outside. The admin panel is working fine and the required template is changed to default one . And the permission of the template ...

How can I force a template from a component

Hi I really can't figure this out. When you click a button in some components that takes it away from the menus itemid, the defafult template loads instead of the one I want. How can I get the template I want loaded. Also, for the joomla search results, how can I force a template for this too? Thanks Adam ...

Joomla iphone template making

How to make an ordinary joomla site into a compatible mobile template when viewed from mobile ...

joomla file params.ini is unwritable!

in joomla, when I try change the template I get this message file params.ini is unwritable! how fix this problem without change the permission to 0777 ? ...

Joomla template show image thumbnail on frontpage

Using joomla 1.5 how do you add thumbnail images to the list of articles on the frontpage. What I am after is something similar to this http://templates.joomlart.com/ja_quartz/ (scroll down to the list under welcome to the frontpage) As you can see this shows the date, then a thumbnail image and then a snippet of the article with a r...

Problem with images in my Joomla template

I created a Joomla template by creating the following files:index.php" , "templateDetails.xml","images" and "css". I installed it correctly but the images are not displayed when i am selecting the template. Anyone knows how to resolve this problem? I triple checked the paths and different settings of Joomla but i did not work ...