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

taxonomy_otf for 4.7

Anybody interested in getting the taxonomy_otf module working in 4.7?

Email me at - kpaul.mallasch@gmail.com - might be able to offer a little incentive and/or trade services.

Thanks!
kpaul

Check permissions of another module

I need to check the permissions of the node_clone module from my own module. I want to set it up so that if a role is allowed to use clone, they are automatically allowed to use my module. Is this possible?

thanks,

duggoff

ThickBox base on jQuery 1.1.1,but in drupal5.1 ,it is jQuery1.0.4. when is jQuery updated in drupal5.x?

ThickBox base on jQuery 1.1.1,but in drupal5.1 ,it is jQuery1.0.4. when is jQuery updated in drupal5.x?

Is it possible to add something to the $node object?

Is it possible to add something to the $node object?

E.g. something like $node->vip = true / false that would persistent?

So that you could use something like

      if (!$node->vip || user_access('access vip content')) {
        return;    
      }

instead of querying database manually with db_result as I use at the moment

I'm making an upload program, and I want to know if somebody knows how the tables depent

Hey everybody,
I want to develop a program to upload for example an excel document or access database with events into the database. I work with xamp as server. Can somebody tell me which tables I have to change to add an event?

MAQUM Module Help

I've posted twice regarding the creation of my module and found a developer. However, upon upgrading to Drupal 5, the part of the module that gets the date and overrides it no longer seems to work. The developer shot me a few emails to point me in the right direction, but it was all stuff I had tried in one way or another. First, here's the MAQUM.module:

Pages

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