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

_menu Problem

I can not get my menu item to show up. When I enable it it has all areas empty. It does not like the path field. If I put admin in the field it points to the admin page.

function emailsearch_menu($may_cache) {
$items = array();
$items[] = array('path' => "emailsearch", 'title' => t('Email Search'),
'callback' => 'emailsearch_view',
'access' => user_access('access content'),
'type' => MENU_SUGGESTED_ITEM);
return $items;
}

Nonstop HiLighter: Syntax hilighting in Drupal for over 250 programming languages

Nonstop Bits' Nonstop HiLighter module provides a Drupal filter to syntax hilight code snippets for over 250 programming languages.

Initial beta release for the Nonstop HiLighter filter module can be downloaded from our releases section at: http://www.nonstopbits.org/project/releases

Thanks,
Tony Bierman
http://www.nonstopbits.org

Is it possible for image module to have a grouped images

Hi there,

I am thinking the feature that we can upload many images according to the same issue as a group in image module not using the glossary. Because there would be so many image group, it is impossible to do it with glossary in taxonomy.

The feature should be like the slideshow in yahoo.com.

Is that possible? Thanks.

Happy New Year, to all Drupalers!

-Bin

Ecommerce Credit Card Processing

i have the ecommerce module setup and running how i want it. Now, i would like to set it up for credit card processing. So, my question is: which processing company/reseller is suggested/easiest to implement into a drupal site?

Thanks

New Copyright management modele

I've just added a new copyright management module to cvs. I'll tag it for Drupal 4.5 after I get some feedback. Here are the highlights:

Project.module -> will it be updated anytime soon?

It appears the Project module (same module used to display latest releases of Drupal) is not actively being developed, the last release was for Drupal 4.4. Any idea if this module will be updated anytime soon?

Pages

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