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

acidfree albums

I have tested acidfree and the filemanager everything seems fine. When I go to 'create content > acidfree album' and save a new one it says it's successful but where is it? I saved three and can't find any of them anywhere! When i subsequently go to 'create content > acidfree photo' there are no albums to add these photos to!

TinyMCE: showing/hiding of buttons?

Hi.

I want to have a different number of buttons on different screens...
For example:
* when creating a page I want all buttons available
* when creating a blog I want fewer buttons
* In some cases even less buttons like for signature

I could not find a way to do this.
I only found that you can give different buttons to roles... but not nodes...

I have enabled TMCE for all nodes, all profiles and all buttons...
Going to my profile I see that the signature box only selects fewer...
That's what I want... How?

Bugbits - compatible with drupal 4.7 ?

Hi there,

Is bugbits (mantis integration) compatible with drupal 4.7 ?

Is there a working helpdesk module for drupal ?

Thanks,
Pat

success using the backport module for Drupal 4.6 w/the CCK and Views modules?

I have a site that is at Drupal 4.6 and they really want to use the CCK and Views module but they aren't ready to upgrade to Drupal 4.7, so my question is have fols had success using the backport module against Drupal 4.6 and successfully used the CCK and Views modules?

db_query an foreach in Drupal

Need a help!!!
I'm new in Drupal and now i work on my own module.
I have upload.module and upload_image.module at my Drupal 4.7. I made a node with 4 upload pictures by upload_image.module (pict1.jpg, pict2.jpg, pict3.jpg, pict4.jpg). I want to get filepath from "files" by node in my own module. But have a problem. I recive from query only first line from "files"

My query

Advice on extensible module architecture please.

I am working on a fairly complex module(s) and could do with some advice/pointers on which way to take the development.

The module allows the creation of tournaments and tournament fixtures, where one tournament can have many fixtures associated with it. In version 1, the module was hard-coded for the scores and attributes of one single game, but for version 2 I want to extend this to an open architecture to allow for more game types to be added.

I see this happening as follows:
- the 'core' module handles all the generic things to do with the tournaments and their fixtures, the event's duration, whether the event is a ladder, league, etc.
- game-specific sub-modules that have their own db tables for storing results specific to that game, algorithms for determining the order of results.
- additional sub-modules can be added whenever a new game needs to be accommodated.

A game could be any type of computer game (FPS, RTS, RPG) or even a real-world game (tennis, football, etc.). In each case, different stats and results need storing and the way players are ranked is different.

I would like the interface to behave as follows:
a - create a new tournament node, on the create node form, they select the game type from a list.
b - once the game type is specified, select the conditions for ranking.
c - create tournament fixtures, that are now specific to the game type.

Pages

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