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

Blog_archive.module

Found a blog_archivemodule that seems to be exactly what I want. When I upload it and try to activate the block I get this message

Fatal error: Call to undefined function: node_access_join_sql() in /modules/blogarchive/blog_archive.module on line 88

Any developer here that can say what's the problem?

my new module could blow away your site and this concerns me- suggestions?

I have a new module almost completed. It is an "HTML scraper". It is intended to be administered & run by admins only. I have added a permission "administer scraper", and have tested that unauthorized users cannot access its pages.

The issue is that this module permits the (admin) user to enter PHP code in a form and execute it. I had to use the PHP eval() function, since drupal_eval() would not work. So clearly this module could blow away your site if the wrong hands get access to its pages.

Problems with the instalation of Tagnode module

I follow all the steps given in README.txt, but when I go to administer -> content -> configure -> content types, and click the node type... I can't see any 'Tagnode' configuration option. Can you help me? Thanks.

Simple Module Test

I am new to drupal development. So, I want to write a simple module test it out.
Here is the module:

Anyone have classified modul?

Anyone have classified modul for drupal? please give me more info if there is this modul...

Extending Drupal modules for newbies: hacking simplevote

Hi,

I've had the pleasure of extending the SimpleVote module lately and I wanted to share some of the things I learned with other starting developers. I extended the SimpleVote module to add access control, association with node types and other things. The text I wrote is too big to post here so I will link to it. I have also included the source of the extended module, together with the code of the original module.

http://www.singularity.be/hacking_simplevote

greets,
-- Steven

Pages

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