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

Filter and cache

Hi. I've been reading about the hook_filter and the ability to cache data. I noticed that in the database, the raw, unfiltered text is stored. I'm assuming the filter fires each time the node loads, unless the filtered text is in the cache. I have caching enabled in settings, but I understand that caching really only applies to anonymous users. Does filter caching work the same way? Is there a way to check to see if the logged in users are getting the cached versions of the filter output? I want my logged in users to get the cached versions since it is much faster. Thanks.

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.

Pages

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