I've installed the navigation module and have it working fine. However, I wanted my navigational menu to be horizontal.
The INSTALL file mentions a patch for the default xtemplate theme. I'm using a non-default template for the xtemplate theme, so I modified the xtemplate.theme and xtemplate.xtmpl myself, similarly to how I think the patch would have done. This didn't work (note: In admin/system/themes/xtemplate I have the navigation menu id: form box, but it doesn't seem to accept the number for my menu id.)
The INSTALL file also mentions adding the line
print navigation_display_tabs(#)
to your theme for CSS tabs( I assume this means the xtemplate.theme?) I did this, but it's still not working.
Anyone know what I'm doing wrong? What I want is a horizontal navigation menu across the top, along where the primary links section is displayed in the xtemplate theme. The main reason for doing this is for the added feature of the navigation module for using the active class attribute in links, which will show users where they are in the navigation menu. As far as I can tell, this is only availble with the navigation module. I don't care if I have plain text links or CSS tabs, as long as the menu changes to show where the user currently resides. I think it's probably something simple that I'm missing, but I don't know what?