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

attachments to comments

I badly want attachments to be added to comments can anybody help me out with that...
Regards,
A.K.Karthikeyan

Is the album/folksonomy/image suppose to work with cvs?

I'm trying to use the walkah's new image module alongside the album module. I installed folksonomy and the rest in a clean install of drupal CVS. However, I get the error

DOC Type and xml info does not appear on first line of page

My website at http://www.my-kart.org/web/ seems to parse the page templates and adds a few blank lines which renders an error in the xml feed.

I know I am not providing much info because I do not know what really is the info to provide.

I am running a standard Drupal 4.5 with a number of the distributed modules installed. I do not what is causing the additional blank lines inserted in the page source.

Any general thoughts as to what typically would cause these additional lines to be inserted?

Is there a need for a block_access_by_role module ?

I'm quite convinced that there is the need to setup the visualization of blocks based upon the role. I need to show or not some blocks on a per-role basis. I would like to implement it, but it needs a new block_access table (similar to the node_access one). It should have to be moved into CVS and not be a simple module, I guess...

moves.module (embedding quick time videos into drupal) Help with creation of new nodes

Hi guys!

I need help with my first module.
This module (moves.module) has been created to add to drupal

a moves node wich is a quicktime video with other info.

I have problems during the creation of new nodes of moves type.
It doesn't do anything. But if I add fields with mysql it displays correctly.

If you want to use this pre-pre-pre-pre alpha module just create
the db table as follow and create a category moves and a term for it (as usual).

The code is a lot similar to weblink.module.

Handling file uploads

I'm writing a custom module for our school district and need to be able to upload Word docs. The code for the form is:

$form = form_file(t("$filetype to upload for $date"), 'filename', '', NULL, TRUE);
$form .= form_submit("Save");
$content = form($form);
print theme ('page', $content);

The code for processing the form looks like this:

Pages

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