where is div class="moduletable_menu" ?

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
gg4j
Joomla! Intern
Joomla! Intern
Posts: 63
Joined: Mon Oct 09, 2006 3:56 pm
Location: Wageningen
Contact:

where is div class="moduletable_menu" ?

Post by gg4j » Thu Jun 05, 2008 3:18 pm

Hi guys, I want to customize the mainmanu.

Changing color and height.
HOw to do that?

I want to use the chrome function.

in the generated html code I have:
div class="moduletable_menu">
<h3>Main Menu</h3>
<ul class="menu">
<li id="current" class="active item1">
But I don't find in .css definition for class moduletable_menu.

How to define that?
in module.php I have:

function modChrome_beezDivision($module, &$params, &$attribs)
{
$headerLevel = isset($attribs['headerLevel']) ? (int) $attribs['headerLevel'] : 3;
if (!empty ($module->content)) : ?>
<div class="moduletable<?php echo $params->get('moduleclass_sfx'); ?>">
<?php if ($module->showtitle) : ?>
<h<?php echo $headerLevel; ?>><?php echo $module->title; ?></h<?php echo $headerLevel; ?>>
<?php endif; ?>
<?php echo $module->content; ?>
</div>
<?php endif;
}

Where I should change the class?

Inwhich file is described?

TXKS

User avatar
a.radtke
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 221
Joined: Thu Aug 18, 2005 8:01 am
Location: Germany Bonn
Contact:

Re: where is div class="moduletable_menu" ?

Post by a.radtke » Fri Jun 06, 2008 6:43 pm

Hi

I'm using context selectors.


So take a look at:
layout.css
#left ul ... etc.
And you can edit the moduleclass suffix Modulemanager-> Mainmenu -> parameter

Bye Angie
ausdrucks|Stark
Büro für Kommunikation Angie Radtke
http://www.der-auftritt.de
Blog: http://www.der-auftritt.de/wissen.html

gg4j
Joomla! Intern
Joomla! Intern
Posts: 63
Joined: Mon Oct 09, 2006 3:56 pm
Location: Wageningen
Contact:

Re: where is div class="moduletable_menu" ?

Post by gg4j » Mon Jun 09, 2008 2:30 pm

mm thanks.

but in #left selector I cannot find, for instance, the height of buttons...
:-[

User avatar
gumuruh
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 172
Joined: Fri Oct 15, 2010 2:39 pm
Contact:

Re: where is div class="moduletable_menu" ?

Post by gumuruh » Sun Jul 17, 2011 6:47 am

the moduletable is equal with the moduletable_menu
from the css file, try it out! ;D

Geor
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 172
Joined: Tue Aug 19, 2014 11:21 am

Re: where is div class="moduletable_menu" ?

Post by Geor » Thu Sep 17, 2015 10:35 pm

a.radtke wrote:Hi

I'm using context selectors.


So take a look at:
layout.css
#left ul ... etc.
And you can edit the moduleclass suffix Modulemanager-> Mainmenu -> parameter

Bye Angie
Thank you is not enough. This has been troubling me for 3 days (trying to change the position of the search box) and it was as simple as adding the line ''span10'' through moduleclass suffix.

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30924
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: where is div class="moduletable_menu" ?

Post by Per Yngve Berg » Fri Sep 18, 2015 9:00 am

The Module Class Suffix have to be '' span10'. Note the Leading Space.'


Locked

Return to “Templates for Joomla! 1.5”