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

new messenger module

An alternative for the im 'instant messenger' (http://drupal.org/node/14553).

http://para.ro/project/messenger

using hook_user with a registration module

I am creating a module for users to register for an organization, and am using profile.module as a reference, but I am not sure exactly how they are using hook_user(). In profile_user(), there is a switch statement that calls different other functions depending on the value of $type. These functions are profile_load_profile(), profile_form_profile(), profile_save_profile(), profile_view_profile(), profile_validate_profile(), and profile_categories(). Many of these functions are similar to hooks (such as hook_validate() and hook_form()).

Exclude Node Type From Search?

In drupal can anyone tell me how to exclude a node type from the search indexing?

I have read that there is a way in 4.7. Can anyone tell me how? This would be for a custom module.

Thanks...

How add "Image: Display Image" field to views

hi,all

I installed views module and image module , There is a problem to ask:

Views > Fields > Add Field, Do not find "Image: Display Image" field,

How add "Image: Display Image" filed to views?

Thanks very much!

epublish - index type layout for online newsletter

I've installed an epublish module.
I've included stories, pages etc. in the edition.

Now i want a index type of layout wherein i first want to list topics (included in the edition of the publication) based on the category. Clicking on the topic should take the user to detail/abstract that follows index. I've 5 categories that i want to display.

I was able to create index layout by adding new layout.inc file in the epublish folder but i could not group the listing into categories.

How can I achieve this? Can anyone help?

Adding to tabs in node view

Hi,
I've created a custom node type and I'd like to add another tab to the ones that the admin sees (view & edit).
I gather you use something like:

$items[] = array(
      'path' => 'admin/user/create/retailer',
      'title' => 'add user',
      'callback' => 'search_view',
      'type' => MENU_LOCAL_TASK);

in your node_menu, but I can't get it to work.
Could anyone help? There seems to be no documentation on this.
Cheers,
Toby

Pages

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