<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    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 http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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>&nbsp;</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>&nbsp;</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-size: 12pt; font-family:
            &quot;Times New Roman&quot;,&quot;serif&quot;;"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
      </div>
    </blockquote>
    <br>
  </body>
</html>