Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Admin menu and simple menu - how to use?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Amiramix  
View profile  
 More options Aug 31 2012, 3:57 pm
From: Amiramix <li...@gjunka.com>
Date: Fri, 31 Aug 2012 12:57:07 -0700 (PDT)
Local: Fri, Aug 31 2012 3:57 pm
Subject: Admin menu and simple menu - how to use?

There is mod_menu that supposed to attach a simple menu to a site, and
there is the admin menu shown when opening the admin section of a site. As
far as I can see in the code the admin menu isn't created with mod_menu.
The skeleton blog site supposed to show a menu generated with mod_menu but,
at least for me, it just shows a bullet list of options at the top of the
page, not a proper menu like the one in the admin section.

1. Am I right thinking that the menu in admin section isn't generated by
mod_menu?
2. Does the menu generated with mod_menu supposed to look like the menu in
admin section but it doesn't because of an error, or they look differently
by design?
3. Can I style the menu generated with mod_menu to look like the menu in
the admin section (since I like its look & feel) or I would be better off
by implementing a menu in the code in a similar way like the menu in the
admin section?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andreas Stenius  
View profile  
 More options Sep 1 2012, 7:43 am
From: Andreas Stenius <andreas.sten...@astekk.se>
Date: Sat, 1 Sep 2012 13:43:09 +0200
Local: Sat, Sep 1 2012 7:43 am
Subject: Re: [Zotonic-Usr] Admin menu and simple menu - how to use?
mod_menu gives you a menu editor in the admin, and a menu scomp you
can use from your templates.

The scomp renders the menu to html, which you then can style as you
like using css.

Here's from the menu scomp source:

% Menu structure is a like:
%
% <ul id="navigation" class="at-menu">
%       <li id="nav-item-1" class="first">
%               <a href="" class="home-page current">home</a>
%       </li>
%       <li id="nav-item-2">
%               <a href="" class="about-page">about</a>
%       </li>
%       <li id="nav-item-3" class="last">
%               <a href="" class="contact-page">contact</a>
%       </li>
% </ul>

The docs are slightly out of date, but give properly hints on usage,
nonetheless: http://zotonic.com/scomp-menu

//Andreas

2012/8/31 Amiramix <li...@gjunka.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Amiramix  
View profile  
 More options Sep 1 2012, 9:44 am
From: Amiramix <li...@gjunka.com>
Date: Sat, 1 Sep 2012 06:44:09 -0700 (PDT)
Local: Sat, Sep 1 2012 9:44 am
Subject: Re: [Zotonic-Usr] Admin menu and simple menu - how to use?

Thanks, very helpful!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Amiramix  
View profile  
 More options Sep 1 2012, 10:50 am
From: Amiramix <li...@gjunka.com>
Date: Sat, 1 Sep 2012 07:50:43 -0700 (PDT)
Local: Sat, Sep 1 2012 10:50 am
Subject: Re: [Zotonic-Usr] Admin menu and simple menu - how to use?

Aha! Now I know why the menu looks like it's broken in the skeleton blog
site - CSS was missing because the Bootstrap framework module isn't enabled
by default!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »