[RESOLVED]Module title don't show after move to new server

This forum is for reporting bugs in Joomla!. Please don't report problems with extensions in here.
2014fifa
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Apr 20, 2011 12:19 pm
Location: USA
Contact:

Re: [RESOLVED]Module title don't show after move to new serv

Post by 2014fifa » Wed Apr 20, 2011 12:33 pm

nice, this solution worked, thanks guys!

ayben
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Fri May 27, 2011 6:16 pm

Re: [RESOLVED]Module title don't show after move to new serv

Post by ayben » Fri May 27, 2011 6:21 pm

This solution works for Joomla 1.6 and up, as well.

I cloned Beez20 template. For some reason titles were showing in the original template, without any editing, yet the cloned template was not showing them, in spite of identical code.

The above solution did the trick.
Thank you for the fix.

Spider223365
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Thu Jan 14, 2010 9:51 pm

Re: [RESOLVED]Module title don't show after move to new serv

Post by Spider223365 » Sat Jul 30, 2011 2:04 am

Which file can I find the actual code that needs changing?
I understand the concept; but I cannot find that line of code...

Hope someone can help!

Tony - The Spider

laz54
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Mon May 24, 2010 2:50 pm

Re: [RESOLVED]Module title don't show - XHTML

Post by laz54 » Thu Dec 29, 2011 6:37 pm

I confirm the proposed solution as well. In the template index.php file the module must be called using style="xhtml"
Hey, the problem on our site was a template issue.

<jdoc:include type="modules" name="left" style="xhtml" />

This module code above was missing the style="xhtml". We added that in and the titles magically appeared :) Hope that helps someone else too.
Thanks for the solution.

laz54
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Mon May 24, 2010 2:50 pm

Re: [RESOLVED]Module title don't show after move to new serv

Post by laz54 » Thu Dec 29, 2011 11:09 pm

I confirm the proposed solution as well. In the template index.php file the module must be called using style="xhtml"
Hey, the problem on our site was a template issue.

Code: Select all

<jdoc:include type="modules" name="left" style="xhtml" />
This module code above was missing the style="xhtml". We added that in and the titles magically appeared :) Hope that helps someone else too.
Thanks for the solution.

User avatar
MasterTheBest
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Thu Apr 14, 2011 8:35 pm
Location: Brescia,Italy
Contact:

Re: Module title don't display after move to new server

Post by MasterTheBest » Mon Feb 13, 2012 9:33 am

directtech wrote:Hey, the problem on our site was a template issue.

<jdoc:include type="modules" name="left" style="xhtml" />

This module code above was missing the style="xhtml". We added that in and the titles magically appeared :) Hope that helps someone else too.
Tnks so much directtech.
It work on Joomla 2.5!!!
Tnks so much guy!


Locked

Return to “Joomla! 1.5 Bug Reporting”