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.
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
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
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?