This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Category View on Contents

Can we show all the stories created in drupal grouped by category.

CCK & Calendar Theatre Listings - 1 show node; multiple performances listed on the calendar?

This is my first post in the forums, and I'd like to thank you in advance for your patience and help.

This post concerns CCK, Calendar, and Repeat.

I am converting a Theatre listings website into Drupal, and I'm intrigued by the possibility of posting my events on a calendar.

Cant get my hook_menu to process callback arguments

Hello all,

All help appreciated:

I did this already by highjacking page.tpl.php and now I am moving this into a module and I am having some challenges.

Here is the code:

Why does't node-form respond to hook_form_alter ?

I have been trying to change the add node form but node-form, the name of the form does not seem to respond to hook_form_alter. Is this a bug or is there another name that can be used in the code?


/**
 * Implementation of hook_form_alter().
 */
function flashgame_form_alter($form_id, &$form) {
  
  if ($form_id == 'node_form'){  
      unset($form['title']);         
  }
  
}

Better support for Drupal in Komodo

If you're using Komodo Edit or Komodo IDE 4.0 for development with Drupal, you should check out this post:

http://support.activestate.com/forum-topic/drupal-cix-replacement-ci

Follow my instructions and you should get full autocomplete for Drupal PHP functions in Komodo!

How to make users go to 'send to friend' after creating a node

I think there was a post on how to make the edit page go back to edit page on submit but I can't find it.

What I would like to do is when users create a certain node type, after they preview and submit, I would like to send them directly to the "Send to Friend' page. Hopefully this would encourage them to share their new articles and increase membership for the site.

I am using the Send module.

Any suggestions on a good way to do this would be greatly appreciated.

thanks

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions