Hi there!
Is there a way to prevent users to see and use the /messages/new/ tab?
I want them to write messages only using the links inside each profile.
Can I do that?
Hi there!
Is there a way to prevent users to see and use the /messages/new/ tab?
I want them to write messages only using the links inside each profile.
Can I do that?
Comments
Comment #1
berdirThe issue is that those links use the same path. You can probably write a custom access callback and pass the recipients string to it and then only return TRUE when that string is not empty.
Comment #2
Rosamunda commentedThanks!
Comment #3
berdirSetting this to fixed. Feel free to re-open this if you have more questions.