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

how to display special message on logout... (using hook_user() ?)

I am developing a module, and I am trying to display a special bit of content upon user logout.

I know that upon user logout, this is called: module_invoke_all('user', 'logout', NULL, $user);

So in my module I've created a hook function: module_user($type), and checking for $type=logout

Now in that function I have tried displaying my special page with
print theme("page", $special_logout_message);
But that doesn't work.

Also tried drupal_set_message but that didn't work either.

Drupal developers in Russia

Sorry for posting here, but russian community website is down now and I this forum seems to be the best place for our needs.

We are looking for russian-speaking Drupal developers for some paid work. Configuration, installation and development of modules and so on.

Thanks!

mailhandler and freetagging

Now that freetagging will be in 4.7 core, I was wondering if the mailhandler module will support freetagging of content rather than what it does now which is to put content into existing taxonomy terms?

Justin

epublish + taxonomy quick start guide?

with minimum understanding about taxonomy as i did,
( http://drupal.org/node/35482 )

how can i setup epublish for a very basic magazine web?

when i want to publish a new edition,
where do i create the content?
as story or pages or other??

then, how do i get all those content into one edition?

tia.
rex

Call to undefined function: form_textfield()

Hi everyone,
I hope you can help me to solve this headache problem. I tried to figured out the whole day and read a lot of documents, but I couldn't figured out.

After enabled modules such as Filemanager, form_mail, and video, I got an error that form_textfield() is not defined.

Fatal error: Call to undefined function: form_textfield() in /home/up4fun/public_html/modules/filemanager.module

Thank you for anyhelp.

drupal_get_form difficulty

Can anyone point me in the right direction? I'm trying to create a form with the drupal_get_form function, and I get an empty window every time I try to run the following PHP page:

Pages

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