?
avatar silviosams
silviosams
7 Oct 2015

Steps to reproduce the issue

After auto update from Joomla_3.4.3-Stable-Full_Package to 3.4.4 the title of Menu not hidden more.

Independent of disable all options, not hidden the words "Main Menu" in the site.

Expected result

Hidden the words "Main Menu"

Actual result

Not hidden

System information (as much as possible)

Version base Joomla_3.4.3-Stable-Full_Package

After auto update 3.4.4

Additional comments

For "correct" this issue I comment the source code:

templates/beez3/html/modules.php - line 22

from:

<?php if ($module->showtitle) { ?> <h<?php echo $headerLevel; ?>><?php echo $module->title; ?></h<?php echo $headerLevel; ?>>

to:

<!-- <?php if ($module->showtitle) { ?> <h<?php echo $headerLevel; ?>><?php echo $module->title; ?></h<?php echo $headerLevel; ?>> -->
avatar silviosams silviosams - open - 7 Oct 2015
avatar zero-24
zero-24 - comment - 7 Oct 2015

hmm this file was not changed since 30 Dec 2014 maybe the problem is not there..

avatar silviosams
silviosams - comment - 7 Oct 2015

I think that the configured parameter cannot reaches to page modules.php.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8029.

avatar silviosams
silviosams - comment - 7 Oct 2015

I I found another bug in the menu: the bold in the option selected not change, stay always in the first option.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8029.

avatar designbengel
designbengel - comment - 7 Oct 2015

Maybe you made a corehack instead of an override on modules.php ?


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8029.

avatar n9iels
n9iels - comment - 8 Oct 2015

I tested the following situation on the latest staging version:
1. Change default template to beez3
2. Made a menu module
3. Set the parameter "Show title" to hide

The title of the menu module is hidden now, so I can't reproduce the issue.
Also, I can't reproduce the bug with the active bold item.

avatar silviosams
silviosams - comment - 12 Oct 2015

I dont understand because the problem occurs, i think that the selected option (variable) do not reaches the page.

I recreates the menu of the zero and clone the module menu, the bold error is solved, but the title still occurs.

Now i try install the version 3.4.4 of zero.

Thanks alot for you attention,

avatar alexonbalangue
alexonbalangue - comment - 16 Oct 2015

create fonction not show module title begin
function moChrom_nones {
//not Write code $module->title used that
$echo $module->content;//add config what you want take charge default configuration backend advanced
}

avatar brianteeman brianteeman - change - 18 Mar 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-03-18 14:09:43
Closed_By brianteeman
avatar brianteeman brianteeman - close - 18 Mar 2016
avatar brianteeman brianteeman - close - 18 Mar 2016
avatar brianteeman
brianteeman - comment - 18 Mar 2016

Closed


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8029.

Add a Comment

Login with GitHub to post a comment