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

automatic email updates for forums thread and topic comments

Does anyone know how to automatically notify thread participants of new responses by email ?
This would be for forum threads or topic comments.

I noticed that many users don't get to respond to comments because they never receive emails when additional forum comments are made.

This feature is found on Vbullitin and PHPBB. Since Drupal is such a community centric tool, I think we should get the capability working.

Where would be the best place to add this function ? or does something like this exist already ?

Taxonomy Permissions idea

This is my idea (mockup only) for taxonomy permissions:

http://www.construct3d.com/temp/taxperm.htm

The basic idea is to keep it simple and usable, whilst still allowing flexibility.

The select options are:

  1. inherit
  2. no access
  3. read only
  4. read/write

inherit is the default, so permissions are automatically inherited from the term's parent, but can be overridden easily when required. This saves having to explicitly set each term's permissions, especially if the taxonomy tree is large.

no access means those taxonomy vocabularies and terms are not shown anywhere (including menus) and if a user were to type a valid URL, they'd get the usual access denied page. Would this require modifications to the core menu system?

Given that Drupal now supports multiple roles per user, user-level permissions could be accomplished with the same interface. For example, if the admin wanted a single user to have access to a particular term, simply create a new role, assign the user to that role and then allocate the relevant permissions.

Similarly with node-level permissions, if the admin wanted a role to have access to a particular node, simply create a new parent term for that node and assign the relevant role permissions.

In this way one interface could serve all three purposes.

Indexing and Searching Contents of Uploaded File

I have written a simple module that will index and search the contents of uploaded files (doc,xls,pdf,rtf and txt) using the very powerful and fast (IMHO) swish-e search engine (http://www.swish-e.org). This module requires swish-e and filters (for doc, xls, rtf and txt) programs installed in the server. I know, i know... this is not ideal in a shared environment where you dont have a total control of your server.

When does flexinode_page_table get called?

I've been looking at that method for some time and I still wonder when it gets called? Is there a certain URL that produces a page of flexinodes in tabular form?

Node file attachments or filestore2? Tracking downloads.

With the addition of file attachments for nodes in Drupal 4.5, what's the advantage of using filestore2? Does it have to do mainly with fscache?

I'm looking to hack one of these modules so I can track downloads per user and am not sure which one to use. The idea is to be able to generate a report of who has downloaded specific files. Has anyone done anything like this?

Pages

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