Hello,
First, thank you very much for this great module!
In 'Points Settings' there is a section for Messages.
I was wondering if it is possible to reposition the messages on the page about points that user's receive.
Thank you!
Hello,
First, thank you very much for this great module!
In 'Points Settings' there is a section for Messages.
I was wondering if it is possible to reposition the messages on the page about points that user's receive.
Thank you!
Comments
Comment #1
kbahey commentedUserpoints uses the normal drupal_set_message() mechanism for this.
So, if you want to change where this is, then you can do this in the theme layer. The variable is
$message, just print it where ever you like.Comment #2
Bilmar commentedthank you very much for the useful info!