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

Project Honey Pot for multsite?

I've just come across Project Honey Pot, a utah company trying to identify & ultimately reduce spam of all kinds:

http://www.projecthoneypot.org/

Their business model seems to be 1) identify spammers then 2) sue them. I heard about them from this Washington Post article:

http://www.washingtonpost.com/wp-dyn/content/article/2007/04/25/AR200704...

Warning: Error parsing module.info

I uploaded three separate modules and I get an error parsing the .info file for each one of the files. I tried uploading it with my editor, and then with a ftp program just in case the editor added extra code. It still didn't work. I did everything the same as I did yesterday and didn't have any problem.

Warning: Error parsing module.info

I uploaded three separate modules and I get an error parsing the .info file for each one of the files. I tried uploading it with my editor, and then with a ftp program just in case the editor added extra code. It still didn't work. I did everything the same as I did yesterday and didn't have any problem.

Updating a module from 4.7 to 5.1

What is involved in updating a module from 4.7 to 5.1?

I'm particularly interested in being able to integrate Phorum in Drupal but there is currently only support for 4.7, so I'd like to see what would be involved in updating it.

how to display INLINE buddylist's pictures in profil ??

excuse my language, i'm french.
I put buddylist pictures in my membres 's profils.
To display inline these pictures, i made a css.
But it's not very good..

Do you have another solution ???

CSS of the table :
.buddy img{
float:left;
display:inline;

Php code to show pictures :

Help with hook_menu for MENU_SUGGESTED_ITEM

I'm creating a new module, and so far everything has been going pretty well. I'm stuck on creating a new page, using MENU_SUGGESTED_ITEM though. I keep getting a page not found.

Here is my code for my menu item:

$items[] = array('path' => 'newsletter_archive', 'title' => t('Newsletter Archive'),
      'callback' => 'campaignmonitor_newsletter_archive',
      'access' => user_access('access archive'),
      'type' => MENU_SUGGESTED_ITEM);

Here is my code for the callback page function:

Pages

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