Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm using Drupal menu module, but I can't make it works properly. I'm creating my custom menu, adding menu items with sub-menu.
The problem is that if I assign a valid link to the top menu item, it indeed opens the right page, but it doesn't expand the sub-menu. Otherwise, if I assign a link, for example, to an empty taxonomy category, the empty engine-generated page is displayed and the menu expands properly.
How i can change head or menu or content of my site that use drupal to look like this ? www.thaitradder.com
it my site
i need to use drupal for them how i do?
can some one help me ?
and pls talk with me on msn wongtapa@hotmail.com
Thanks
I've tried this 20 different ways and I can't figure it out. I want to pull some uid's from my DB, and make a dropdown box (form_select). The trick is that I want the usernames as the values and the uid's as the keys. I've already got a function in place to lookup the usernames - 'member_name()'.
Here's the DB query:
$result = db_query("SELECT group_members.uid FROM (group_members) WHERE group_members.gid = '%d'", $node->gid);
I am sure there must be a module for this somewhere, but I don't know where.
I'm trying to make a drupal site where people can post their items for sale, and can sort them by price, or they can search within a price range. Does anyone know what module I would use for this?
Related question: Is there a way to display only titles of posts, as opposed to the post, and extraneous info, and teaser text?
Any help on the best way to do this would be greatly appreciated. I'm going to have a variety of different types of nodes (e.g. poll, event, forum) which will all be categorised using the same taxonomy.
What I'd like to do is set up a template which pulls in the appropriate poll, event, forum etc based on a particular taxonomy term.
E.g. Say I have a term in my taxonomy called "Dogs" then I would like to have appear on my /dogs/ page the:
(or not)... you see (or when logged out) that default Drupal content: to create the first account, admin page, etc.
where is this editable in Drupal? i know that's a really dumb question because i know this is a CMS -- i looked in a few handbooks and have even "tried' to figure out if it will simply disappear after my first content creation, but i do not find this simple information.