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 am adding menu items through hook menu in Drupal 4.6.0. I use !$may_cache but the items do not appear on the current page. Instead they appear on the next page. The menu must be built before hook menu gets the non cache items.
I am using module menu. I tried combinations of cache_flush_all, menu_rebuild, and placing things in hook init but ended up with the same behaviour or no menu items or duplicate menu items. The behaviour is the same with may_cache and !may_cache.
I am in the process of upgrading from 4.4.2 to 4.6.3. Presently I have a test system set up on my home PC and I've been gradually adding modules.
What I really noticed is that the Emailpage and Link2page modules that I use on 4.4.2 aren't available under 4.6 (or even 4.5).
Is there a way to activate this in 4.6?
If not, has anyone already created new versions of these modules or in the process of doing so? I am not remotely very good with Drupal so don't want to bother if someone better has already done it all or is about to.
I run several sites on drupal, and while it's great by itself - it's image module is very weak, and the Gallery Integration is unstable. As of right now - Gallery module has several bugs that are serious enough for me not to use it. However, i would love to have a working G2+Drupal integration.
Yes, i know that a good programmer can either fix the integration or write his own, but i'm not a programmer. The original author of gallery module is "busy" with work, and can't work on the module.
Is there a module in drupal which notifies users via email when a new node is added with a specific taxonomy term?
Users could subscribe to the notify list for specific terms? And when new nodes are posted with these taxonomy terms, they get an email.