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

Auto Email

Hi There,

I recently made a little simple module that will send out a formatted email once a month to a certain bunch of users.

My question is where would be a good spot to place my code that checks if today is the end of the month fire off my email. Somewhere that the send_monthly_email function will be envoked every month on its own.

Thanks for your help.

Lambert

Import Content into Drupal Database (node_import)

I was going to ask how to import content (primarily pages associated with specific categories) into a node from an outside source when I ran across the node_import discussion. Problem is, I see no download for node_import under 4.7. So, my question: Does node_import cvs work with Drupal 4.7.2?

If not, anyone use the cvs Import/Export API successfully under 4.7.2?

Thanks.

-ron

trouble with audio module

I've installed the audio module, but for some reason the tables weren't created in the database. Very weird. Any ideas how to fix this?

Laura

CVS setup help - can't remove directory

Hi - I've added my module 'fileshare' to the CVS repository, but being a first time CVS user I of course had a little trouble... and I've added a duplicate 'fileshare' directory within my fileshare directory. And I can't seem to remove it. Can anyone help?

Also, I've created 'My Project' and the CVS files... is there something else missing before it gets listed? Thanks again.

Jamie.

Blog modules

Hello All,

Can i give my user their own blog page like http://www.domain.com/blog/username ?

how can i do it?

regards,
koko

sometimes I struggle with .install files

It might be me (almost certainly) but after upgrading to 4.7 a few weeks ago I have run into a few niggles with the automatic installation of database stuff. In some cases (ecommerce over a 4.6 version and tinymce after I had deleted the tables! (see below)) I have had to run a little script as per:

include_once('modules/xyzmodule/xyzmodule.install');
xyzmodule_install();

Pages

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