<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19019"></HEAD>
<BODY bgColor=#ffffff text=#000000>
<DIV dir=ltr align=left><SPAN class=695254916-02032011><FONT color=#0000ff 
size=2 face=Arial>This is one option, but if you don't want to hack the theme do 
the following: </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=695254916-02032011><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=695254916-02032011><FONT color=#0000ff 
size=2 face=Arial>1. Visit the Site Configurations -&gt; Nice Menus page to 
control how many Nice Menus blocks are provided. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=695254916-02032011><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=695254916-02032011><FONT color=#0000ff 
size=2 face=Arial>2.&nbsp;Enable and configure one of the Nice Menus 
blocks.&nbsp; In the block configuration you get to specify which Menu (e.g. 
Primary Links/Navigation) will be </FONT></SPAN><SPAN 
class=695254916-02032011><FONT color=#0000ff size=2 face=Arial>used as the 
source and what menu styles etc. </FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> support-bounces@drupal.org 
[mailto:support-bounces@drupal.org] <B>On Behalf Of </B>Moses Elias 
(2)<BR><B>Sent:</B> Tuesday, March 01, 2011 11:43 AM<BR><B>To:</B> 
support@drupal.org<BR><B>Subject:</B> Re: [support] Nice Menus.. Newbie 
Question<BR></FONT><BR></DIV>
<DIV></DIV>After you install the nice menu module,&nbsp; you can replace the 
following php line in your page.tpl.php file, and change it 
from:<BR><BR>&lt;?php print theme('links', $primary_links) 
?&gt;<BR><BR>To:<BR><BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;?php 
$output['content'] = theme_nice_menu_primary_links(); 
?&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;?php print 
$output['content']; ?&gt;<BR><BR>This will theme and print out your primary 
links appropriately.<BR><BR>Also remember to adjust the cascading sub-links, and 
make the primary links their immediate parents in the menus section, by 
indenting them at the correct level accordingly.<BR><BR>If you want to theme the 
nice menus css file separately, you can copy your nice_menus_default.css file to 
your theme directory, but also remember to add it to your theme.info so it's 
picked up by and overrides the default by adding the following 
line:<BR><BR>stylesheets[all][] = nice_menus_default.css<BR><BR>And put it 
before the styles.css line.<BR><BR>This will allow you to override the default 
styles.<BR><BR>This should get you 
started.<BR><BR>Regards!<BR><BR>&nbsp;<BR><BR>On 01/03/2011 21:22, Maxime Alarie 
wrote: 
<BLOCKQUOTE 
cite=mid:62F2034CF68DFB45BAA4FB7466782DDC01B198FD@denali.processia2003.com 
type="cite">
  <META name=Generator 
  content="Microsoft Word 12 (filtered&#13;&#10;        medium)">
  <STYLE>@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@page WordSection1 {size: 8.5in 11.0in; margin: 1.0in 1.0in 1.0in 1.0in; }
P.MsoNormal {
        MARGIN: 0in 0in 0pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt
}
LI.MsoNormal {
        MARGIN: 0in 0in 0pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt
}
DIV.MsoNormal {
        MARGIN: 0in 0in 0pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.EmailStyle17 {
        FONT-FAMILY: "Calibri","sans-serif"; COLOR: windowtext; mso-style-type: personal-compose
}
.MsoChpDefault {
        mso-style-type: export-only
}
DIV.WordSection1 {
        page: WordSection1
}
</STYLE>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
  <DIV class=WordSection1>
  <P class=MsoNormal>Quite new to Drupal..<O:P></O:P></P>
  <P class=MsoNormal><O:P></O:P></P>
  <P class=MsoNormal>I have installed&nbsp; the Nice Menus Module, it is 
  enable,&nbsp; but I don&#8217;t know&nbsp; how to use it.. To I have to create a 
  view?&nbsp; I tried enabling it in BLOCKS for Primary Links, and Secondary 
  links, without any success..<O:P></O:P></P>
  <P class=MsoNormal><O:P></O:P></P>
  <P class=MsoNormal>Any help is welcome. I run drupal 6 <O:P></O:P></P>
  <P class=MsoNormal><SPAN 
  style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt"><O:P></O:P></SPAN></P>
  <P class=MsoNormal><O:P></O:P></P></DIV></BLOCKQUOTE><BR></BODY></HTML>