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

feedback module alternative for 4.6

anybody else doesn't like the feedback module?

i had a look at its code, and imho it isn't very clean. so i made a stripped down version of it (no validation of the email address by contacting SMTP server), but i implemented some features of the contact.module in 4.7.

the features i added, are

  • flood prevention
  • a optional configurable list of categories, like the new contact module

further i payed attention to secure the module, so that it's not possible to relay spam or spam you (flood prevention).

SimpleNews

Drupal 4.6.5

I finally had a need for a newsletter module. So, I decided to pick simplenews.mod from our choices.

Nice!... very nice!

I think it is one of the best newsletter modules I have "ever seen" or loaded.

I have only completed the simple test so far. Will have others test drive it tomorrow.

Big thanks!

Quicktags link fix

I modified the quicktags link button so now instead of returning "Link Text" between the a tags, it inserts the highlighted text (normal for most programs)

Change line 78 from
array('ed_link','link','','','l', -1, 'edInsertLink'),
to
array('ed_link','link','','</a>','l', -1, 'edInsertLink'),

How to create multiple nodes at the same time?

I would like to create multiple nodes from a single form in a module. All the "hooks" seem to be for the single node that is getting created. I can't find any documentation or examples to assist.

Can someone point me in the right direction?

Thanks !

Path Access Problem

I installed the Path_access module and restricted one page on my site, now, for some reason when i am not logged in and try to go to the home page i am getting a fatal error... need help desperately.

statistics_details: new module

A new module that squeezes some more information out of the accesslog table.

It adds a new page 'usage' under admin/logs that shows visitors/node views/page views for the last 24 hours/last 30 days/last 16 weeks and total visitors/node views/page views for the days of week and hours of the day. The naked numbers are accompanied by simple bars to visualize the usage of your site.

Pages

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