Does anyone know how I can get a list of links from a custom menu? I've seen the following snippet in a number of places:
<?php
foreach ($primary_links as $link) {
print $link;
}
?>
And I've used it successfully to format the Primary Links menu. Now I need to do the same for a custom menu, call it Noobster_links (which is neither the Primary nor Secondary links menu). But of course the following doesn't work becase $Noobster_links isn't defined:
I'm trying to get the event module to display more information for the scheduled events in the month view (and possibly other views). My event types are defined through CCK. The current setup displays:
Event Type (based on the CCK node name)
Title
Start Time
End Time
I'd like it to also display the description of the event, which defined in the CCK field called "description" (field_description).
I'm having a really frustrating time with this. I'm simply trying to add a small image to the text body of a node. I'm using image_assist and when I create the style:
span.inline { /* all pics go to the right of the main text */
float: right;
}
It does what I expect in most browsers, but in IE on Windoze, it doesn't show up at all! Can anyone help me with this? (god, i hate IE). Thanks!
The taxonony breadcrumb module is excellent for content types like page, image etc, but it does work with a flexinode content type.
I did enable it in the content type settings for that flexinode.
Am I missing something?
Is this a bug?