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

Uplaod Module Icons

I developed a "core" hack fro Upload.module and wanted to make it a module but have spent the last 4.5 hours hitting my head trying to figure it out.

I have read the PI documentation, the Handbook, even IBMs info on Drupal module development...but I am hitting a wall!

Basically I want to append some extra data in front of the output of theme_upload_attachments()

Here is my Basic hack to Upload.module:

Which player to use in Drupal Video Module?

Hi

Please advice as to which player is better to be used for drupal video module. Should I incorporate a Windows media player or a flash player. ..........or there exists any other better option as well.

Actually a player which can support all types of media files including .3gp would be welcome. Please suggest.

Thanks n Regards

don't understand Fileview module error message

I am getting the following error message:

>>
Fileview module fileview index: 8 - upload index: 20
fileview module is loaded before upload module. replacement of attachment table won't work since upload module will overwrite attachement table of fileview module. Change the weight of the fileview module to load after the upload module.
<<

I don't really understand what the message means, or what I can do about it. How do I change the weight of a module?

Multi page form making 3 nodes

I'm using the long form from http://jeff.viapositiva.net/drupal/dynamic-forms and after each step, it submits the node into the database, and I have a 3 step form, so when i'm finished, I have 3 nodes. I can post my code

Why does "print $node->body" in a phptemplate tpl.php file add in <p>?

In my [node].tpl.php file I have the statement

print $node->body

and drupal outputs the body but adds

and

around the body text. What's going on there? Am I just missing something simple, just a bug in my code?

Thanks!
Doug

Form api multistep pass submit values to the next step

Hi,
i have a multistep form like this:

Pages

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