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

per role form input and form workflow

Hello ,

I need to create forms with per form, item role access and workflow.
User 1 fills a textfield, workflow changes states, user 2 come to fills a textarea, but textfield is disabled etc...
I think i gonna use formproc, workflow and flexinode modules, but any help would be appreciated.
thanks

getting content of a form element

Newbie here, as learning process, i'm creating a module that collect data from the user then insert them into the db, but i can't figure out how to get the content of the form varible . This is the function that displays the form to the user

order that hooks fire in drupal 4.7

i have gone to :

http://drupaldocs.org/api/head/group/hooks

but those hooks are in alphabetical order...

What order are they called in drupal?

I've made a custom node form. I modified the forum node form with hook_form alter and that has gone well. In which hook do i put the code to save the data to db?

Wich module to make a nice gallery ? (Drupal CVS)

Hello,

I'm using Drupal CVS to make a website for a friend.

He want a gallery on it but the current gallery module (cvs) do not work with drupal CVS.

Also, there are 2 versions of that module:
first here: http://jpmullan.com/galleryupdates/
second here: http://drupal.org/project/gallery

Wich one to take?

What is the best media manager for drupal CVS ?

Thanks.

Image module question

hey all,

ok, I got a pretty simple question.

here is what i got so far for the image.module.

	if (variable_get('image_view_original', 0)) {
		$src = ' http://www.gamebgs.com/images/fullwallpaper.jpg';
		$image = '<img src="/' . $src . '" />';
        $links[] = l($image, 'files/'.$node->images['_original'], array("target"=>"_blank"), NULL, NULL, FALSE, TRUE);
    }

That is to open up the full size image into a new window.

Process of registration of the user

Good afternoon! I would like to learn algorithm of registration of the user. I have absolutely got confused in a code. Especially me the moment when data of the user are transferred in a database interests.
In advance thanks!

Pages

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