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.
Is there anyway I can redirect the user to a specific page after they have deleted a node of a specific type? The path will be determined by a field in the node itself. I would think this would be a common issue as how would a site with user created nodes that can be deleted but where the user doesn't have administration privileges. Currently the user is forwarded to admin/nodes giving them an access denied page.
I am working on a couple of modules and am using the core modules as an example style. But it would be nice to know if there is a style guide for modules that the Drupal community prefers. A search found too many hits to be useful. Based on existing modules and some forum comments I am guessing something like:
I am trying to modify event.module (the calendar module) so that the Upcoming events block will only list an event if its audience includes the group that the user is currently viewing. I think that I can get this behavior by modifying the following function from event.module so that the assignment statement in the body of the while loop is only executed if the audience of $node (an event) includes the group that the user is currently viewing (the group with node id equal to arg(1)). But I'm not sure how to perform that test.
Has anyone tweaked flexinode to enable exporting of each flexinode type's data into excel or CSV, and also export the data w/ it's associated taxonomy vocab and terms?
I see how the contact module does this, but it does not export w/ corresponding taxonomy data. Any ideas?
I install ecommerce module on drupal4.6,and it run well.I think the module is better,and I like it.
I need a webpage(can list all goods,list all goods on given classify) on the module.
Who can help me?
Thanks.