Closed (fixed)
Project:
LoginToboggan
Version:
6.x-1.6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2010 at 20:35 UTC
Updated:
25 Feb 2010 at 15:10 UTC
Hi,
I have set my user login block to the top header region.
When the user logs in the "Login successful" message appears in the content area which user has to scroll down to see.
Is it possible to redirect the "Login successful" message to a specified block ?
Comments
Comment #1
hunmonk commentedit's a drupal_set_message(), i believe the theme controls where that is displayed, so you'll need to address it there.
Comment #2
rolandk commentedThanks. Where do I change the drupal_set_message() block within a theme ?
Comment #3
hunmonk commentedno idea. check the handbook or the forums.