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 trying to render some menu items as tabs (not Local Tasks, just regular links to other nodes). So I've written a module that will sort of do that, but now the normal menu doesn't stay highlighted if I move off the first default tab node. So I can use menu_set_active_item() to keep the item I want highlighted, but it won't expand the menu if the link is the child of another item (that isn't expanded by default). It works fine for parent items or if the menu is set to stay expanded, but not otherwise. How can I force that part of the tree to expand?
Many of my users have very specific roles. I want to make their life easier. For example, someone who posts new job openings...
I'd like to give her a way to create new content where the content is already formatted and all she has to do is fill in the missing pieces. So she clicks "Create new content" -> chooses an appropriate content type -> Choose a template, for example, "job posting." The wysiwyg editor would have a dummy job posting and she could just replace the boilerplate text with the stuff specific to her post.
i've created a taxonomy_menu from my taxonomy/term. but i found the pathauto module only auto generates alias for taxonomy/term, but not for taxonomy_menu. anyone knows if it works for taxonomy_menu at all? do i have to manually do the alias?
thanks,
erick
Hi, I'm quite a dummy when it comes to php although I have worked with drupal before (more than a year ago). I used winlamp in the past and it worked fine for me, the only problem is I sort of forgot everything that needs to be changed after the winlamp installation for me to actually access a drupal database created in phpmyadmin.
I am in desparate need of some assistance. I am attempting to render data from an external database within a Drupal page. This issue does not actually have anything to do with Drupal itself but rather connecting to an external DB.