Learn html,php,javascript,computer and software fixes, css fixes, website designing,phpbb, computer troubleshooting, hosting




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: , , , , ,

15 Responses to “SHOW MODULE TITLE PROBLEM IN CUSTOM JOOMLA TEMPLATE DESIGN”

  1. Module Title not shwing in Joomla custom template | MDS BLOG | CSS Guru How to CSS Says:

    [...] the original: Module Title not shwing in Joomla custom template | MDS BLOG Share and [...]

  2. visa prepaid Says:

    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.

  3. admin admin Says:

    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.

  4. mike Says:

    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

  5. admin admin Says:

    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.

  6. mike Says:

    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′)):?>

  7. mike Says:

    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′)):?>

  8. mike Says:

    it did it again..sheesh i cant get a break..lol….if you have any ideas please let me know..tnx

  9. admin admin Says:

    Alright Mike, i got your email, i will send you a reply right away!

  10. admin admin Says:


    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" /&gt: ( 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

  11. Cesar Says:

    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?

  12. admin admin Says:

    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.

  13. Cesar Says:

    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!.

  14. admin admin Says:

    Sure no problem, just use our contact link here http://www.mdsnig.com/News/contact

  15. Cesar Says:

    there you go, sent you an email

Leave a Reply