This forum is for less technical discussions about the Drupal project, not for support questions.

How do I get the list of links from a custom menu?

Hi there,

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:

Display more information in month view for Event Module

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).

inline images won't show in IE

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!

taxonomy_breadcrumb does not seem to be working with flexinode content

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?

Please help!!

thanks
Rudy

add pictures to news

Hello everybody,

is it possible to add pics to news? by now, i didnt find out how it works, i tryed html code and it doesnt work too :(

help! ;)

drill down categories

I have a number of containers and categories. E.g.

Conservation (c)
--marine
--woodland
--recycling

Country (c)
--US
--UK
--France
--Eire

How does a user select article from marine in the UK?

Cheers in advance.

Pages

Subscribe with RSS Subscribe to RSS - General discussion