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.