Designed template for Joomla is not showing the modules - joomla

I designed a template for Joomla 1.5 and problem is that it is not showing the modules enabled , for example I have created an article and it shows the title and body but it does not show the date or enabled plugins like JComment !!!
How can I fix this issue?

Solved. The problem was in the following tag:
<jdoc:include type="component" />
and XML file.

Related

Hello Guys I am new in joomla and I want to display search module in header using code

Hello I am new in Joomla and I need help
I just want to display my new module into my header.php file I try with
but I don't see any search form in my header. Can anyone help me step by step thanks in advance
Note: create new module from my Joomla admin using default search module new module name = Header Search Module
You need to use <jdoc:include type="modules" name="your-position-name" /> in the file you want to display that module. Have you tried this?

Joomla Modal not on every page

I have a older Joomla intallation which includes a modal feature, however I have noticed in the sourcecode that the related JS and CSS only load on the main index page - it's not being loaded on all other pages.
Is there a way to include this globally ?
Some advise would be greatly appreciated.
Figured it out - by adding:
<?php JHTML::_( 'behavior.modal' ); ?>

Joomla. Where article is outputed?

I'm new in Joomla and so need some help with basic.
I have write template for Joomla 1.7 and use it in such way:
Template have one position called "main".
I use custom HTML for building page structure and include modules with ModulesAnywhere plugin.
Now I have module which list all articles from category. When I click on the link I am redirecting to my_site/category/article_name. But where article text is outputed?
It seems like that it should be ouptuted in position. If so how could I dynamicly add this tag in my custom HTML?
The articles are showed by default (or any other component content)where this tag is located in your template:
<jdoc:include type="component" />
Normal content does not require any position like modules.

Joomla 1.7: Order of modules on frontpage

I would like to configure my frontpage (default page). In Menu Manager I set Menu Item Type to "Featured articles". It's great. I have featured articles on my homepage. Now I want to show my special module only on my homepage. So I add new module in module manager and assign it to homepage. Yes, module is added. And this is problem. Module is added before Featured Articles.
I would like to change order of Featured Articles (Content Component) and Modules. Is it possible?
I think I can't change it in Joomla Back-end.
Thank you very much for reply
Oh, it's my mistake.
In my main template file index.php I have bad order of jos:include tags.
<jdoc:include type="component" />
<jdoc:include type="modules" name="left" style="mfPanel" headerLevel="2" />
First it must be component and then tag for modules.

Joomla 1.5 jdoc include type head works only on homepage?

I have a problem withjdoc include head. On any other page than Home, the <jdoc:include type="head" /> result is not complete, it does not include jQuery library etc. but only the title and favicon. Any idea how could I keep the JS libraries and all from jdoc head on all pages, not just the homepage ? I don't know why they get loaded on home but not on login for example, or search...
Thanks.
By default header in Joomla doesn't contain jQuery... It loads Mootools.
If you need to load jQuery you have to use a plugin like this one.

Resources