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

Module with 2 text Block & 1 image

Hi there

! am new to Drupal. & in the middle of one site building in Drupal CMS. now ! need to create one module that displays 2 text Block & 1 image with admin(add/edit functionalities)

can any one suggest me some codes regarding this?

Thanks in advance..

Vinoth

multi form in a module

i am very much beginner for drupal can any budy suggest me how to use two separate forms in a single module

Workflow/Revision moderation shack up

"Shack up baby, shack up"

Anyway, I'm trying to get these two to work in a fairly rudimentary way. One thing I've tried to do is get the Edit revision form to contain the workflow fieldset. The way I did this was to change

function workflow_form_alter($form_id, &$form) {

  if (isset($form['type']) && $form['type']['#value'] .'_node_form' == $form_id) {
  ...

to

php-ffmpeg

Hi,

I'm working at the audio module.

Want to write a php script and merge it with the audio module.

A script that would use the php-ffmpeg lib to convert every uploaded audio file as an input (any of mp3, wav, ogg, aif, etc) to a 44100 hz mp3 as an output before storing it in the database. So that the stored audio file would be the converted one.

Is there anybody interested by the process who could give me a hint where should i merge my script...

thanks

HTTPRequest POST question

For example

$results= drupal_http_request('http://domain/server', array(), 'POST', $data);

How to fetch values from a database and enter into form using forms api Drupal 5.0

Hi,

I am developing a module that uses a form with many fields and enters them into a table in Mysql. I wanted to use the same form to edit already entered values from the table. How do I enter the values I have fetched from the database into the form ?

Thanks a lot in advance

Regards

Karthik

Pages

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