SHOW MODULE TITLE PROBLEM IN CUSTOM JOOMLA TEMPLATE DESIGN
Again let’s call to your attention a little problem with Module title not showing after you have designed your own custom templates. Normally the basic joomla template tutorial which many would tend to follow would show you how to go about your template design but after designing you may find out that your modules do not show titles even for the fact that you have commanded it to do so in the joomla admin .
Normally you will get a code like this to display module ‘<jdoc:include type=”modules” name=”left” />’, to get it to display module titles just replace it with this one ‘<jdoc:include type=”modules” name=”left” style=”xhtml” /> ‘
Notice that the only thing added there is only ‘style=”xhtml” ‘
Tags: joomla custom template, joomla module title, joomla template, joonla template design, module title, module title problem






June 13th, 2010 at 11:41 pm
[...] the original: Module Title not shwing in Joomla custom template | MDS BLOG Share and [...]
June 27th, 2010 at 9:53 am
I created a new joomla site and I don’t have a good design yet. But I hope your tutorial will help me a bit, but it looks complicated for a beginner like me.
June 27th, 2010 at 1:13 pm
Hello, the joomla tutorial is quite simple, what i just highlighted was just a little problem that may arise with showing module titles after a template design. Please send me an email if you have problems with the template design and we can sort out some type of tutorial.
July 6th, 2010 at 9:11 pm
Hello, my module titles are not showing or its content, I have while opening the divs with php if count module, including the jdoc includes, name style, and ending with php end if…I the only content showing up is my header and wrapper bg. My footer which is also not showing also does not include php or jdoc statements…I’m working on a local host, and my xml files list all positions named in the index…I just can’t get it to work…is there anything missing from your expertise, it would be so grearly apperciated..tnx in advance
July 7th, 2010 at 4:26 pm
Hello, Can you post the template code so i can take a look at it. To show modules and module titles in joomla is very easy, just follow the template tutorial and you should be okay, i can bet you that your case is just a small coding error. Post the code here or send it by email and we can work on it together.
July 17th, 2010 at 2:07 am
hey thanks for the help, sorry for my lateness i was in between a move and my computer was packed away. heres my code…
<html xmlns=:"http://www.w3.org/1999/xhtml" xml:lang="language; ?>”lang=”language; ?>”>
<link rel="stylesheet" href="baseurl;?>/temlpates/template;?>/css/layout.css” />
<link rel="shortcut icon" href=" />
getCfg(‘sitename’);?>
countmodules(‘toolbar’)):?>
countmodules(‘inset’)):?>
countmodules(‘search’)):?>
countmodules(‘mainnav’)):?>
countmodules(‘breadcrumbs’)):?>
countmodules(‘user1′)):?>
countmodules(‘user2′)):?>
countmodules(‘user3′)):?>
countmodules(‘left’)):?>
countmodules(‘user4′)):?>
countmodules(‘user5′)):?>
countmodules(‘user6′)):?>
countmodules(‘right’)):?>
countmodules(‘user7′)):?>
countmodules(‘user8′)):?>
countmodules(‘user9′)):?>
July 17th, 2010 at 2:28 am
sorry when i posted my code it seems all the php was removed from the posting so (i removed the h from the php) so it now looks like <?pp ..hope this works. thanks again….heres my code…..
<html xmlns=:"http://www.w3.org/1999/xhtml" xml:lang="language; ?>”lang=”language; ?>”>
<link rel="stylesheet" href="baseurl;?>/temlpates/template;?>/css/layout.css” />
<link rel="shortcut icon" href=" />
getCfg(‘sitename’);?>
countmodules(‘toolbar’)):?>
countmodules(‘inset’)):?>
countmodules(‘search’)):?>
countmodules(‘mainnav’)):?>
countmodules(‘breadcrumbs’)):?>
countmodules(‘user1′)):?>
countmodules(‘user2′)):?>
countmodules(‘user3′)):?>
countmodules(‘left’)):?>
countmodules(‘user4′)):?>
countmodules(‘user5′)):?>
countmodules(‘user6′)):?>
countmodules(‘right’)):?>
countmodules(‘user7′)):?>
countmodules(‘user8′)):?>
countmodules(‘user9′)):?>
July 17th, 2010 at 2:30 am
it did it again..sheesh i cant get a break..lol….if you have any ideas please let me know..tnx
July 18th, 2010 at 10:36 pm
Alright Mike, i got your email, i will send you a reply right away!
July 19th, 2010 at 6:35 pm
Hello Mike,
When you have finished your joomla templates, follow steps below.
<jdoc:include type="modules" name="top" /> ( let that code go to the head section of your site, you want to use it to call up things in the head)
<jdoc:include type="modules" name="left" style="xhtml" />: ( put this in your left side to call up the left side modules)
<jdoc:include type="component" /> ( put this in the center to call up the articles and other contents)
<jdoc:include type="modules" name="right" style="xhtml" /> ( To call up the right modules)
<jdoc:include type="modules" name="footer" /> ( To call up the footer)
If you have problems please post it here.
Thanks
August 21st, 2010 at 8:07 am
Hello Admin, I was wondering about joomla and custom templates, I have a custom template and I got a interesting bug, not sure if its because my modules are in a position that is not “published” in the main html of the template.
Anyway I have to load manually all CSS and JAVAscripts of the modules I need to load, (since I prefer to have more control by using modulesanywhere)
could you explain some more how joomla loads the needed javascripts..CSS and other stuff from the modules and plugins?
August 21st, 2010 at 6:17 pm
Hello Cesar,
If your modules are in a position that is not published, then i should believe your modules would not be visible, can you give us your link to the custom template or send us your code so we can take a look at it. I will always say that the best way is to take an example from the default joomla templates. Please see if this article here would be of any use.
August 21st, 2010 at 8:51 pm
is there a way to email you? I prefer to keep the information out of public.
and thanks for the fast answer, Ill check that link as well!.
August 22nd, 2010 at 11:44 am
Sure no problem, just use our contact link here http://www.mdsnig.com/News/contact
August 23rd, 2010 at 5:03 pm
there you go, sent you an email