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

berdir’s picture

The 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.

Rosamunda’s picture

Thanks!

berdir’s picture

Status: Active » Fixed

Setting this to fixed. Feel free to re-open this if you have more questions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.