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

changing roles for each point interval automatically

is it possible to change user roles for each point interval automatically. i'm using "user points" module. if possible, how can i do that?

Gallery Module questions (Image Block and Embedded)

I just got Drupal Setup at www.glumlord.com

Everything appears fine except I cannot get my gallery to display imageblock anywhere on screen. I have tried to set this to left, right, footer, and content.

I hear people talking about an embedded gallery and mine links to the gallery but it just opens like it did before I had drupal, so I think perhaps I haven't enabled the embedded part of this process.

I have tried 6 different templates to verify it wasn't a problem with that.

Any ideas, on what I can try?

needing a link node and weblinks is having problems

Is there a simpler module than weblinks for adding links as nodes? I just want something simple.

mod devel newbie question

I'm just getting started developing modules, and I have a question about a good one to use as an example.

I want to build a document repository, where admin users can upload documents, categorize them, etc.

The mod-development handbook is great to gain an understanding of hooks, but I'd like to see a good example of a module that already has a complex edit state for its administration.

Can someone point me to a well-coded example that perhaps they used when writing their first comnplex module?

Thanks!

tid = 0 for forum nodes in table forum

I was trying to find out what forum a particular node belongs to using sth. like this:

$nid = x; // the node to look for
$term = db_fetch_object(db_query('SELECT tid FROM {forum} WHERE nid = %d', $nid));
echo 'node:'.$nid.' belongs to forum:'.$term->tid;

The code works perfectly for me. But a user reported that on his install
the column 'tid' in table 'forum' is always 0 and therefore above code
doesnt work for him.

Any ideas on that?

aggregator block themes

I've been asking a bunch of questions tonight, its late so I think maybe that makes it ok... ?

I would like to mess with the format of the aggregator blocks a little bit. I don't like the traditional "more" link that lives at the bottom of feeds and it seems like a reduntant thing to me when the title of the block itself is a good candidate for a link to what we know of as "more".

Pages

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