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

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:

Donations module v1.0

This is an announcement for the first v1.0 ready donations module. The module can be downloaded here and tested here.

The module testing site itself tells about the module functionality. But this post wants to suggest and explain what is possible to do with this module in support of the Drupal site and all modules/projects as well.

(an introduction into Donorge)
Simple drupal.org integration and the possibilities

Using just only the Donorge dedicated donations.module, what can it already offer the Drupal site and all modules all together?
- An “extra” 0% donation fee
- As Donorge grows, more payment options become available making it possible for more Drupal or module project supporters to donate in the first place
- Per project maintenance free, dedicated and detailed donation tracking on the Drupal site itself
- Very easy and quick ability to integrate into the current existing 'project pages'. Think about the power for visitors to simply support individual Drupal projects/modules and for each the ability to track their donations statistics within the Drupal site itself. No other CMS development site would offer such extensive/dedicated and integrated donation tracking. Drupal users could even use the same donation module on their own site by downloading the module themselves. Plus each project can even indicate relations among themselves or interests outside Drupal because remember; Donorge supports any open source development project or any software for that matter, any organization even. It's the relations between the organizations which build the trust and show the interests in the network.

Pages

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