How could I add a text showing something like "To access the full node, please login or register." or "The info below is only available to registered users." when I insert the [restrict]?
How could I add a text showing something like "To access the full node, please login or register." or "The info below is only available to registered users." when I insert the [restrict]?
Comments
Comment #1
pukku commentedRight now, you can't. I will look to see how this might be done.
Comment #2
Willdex commentedThanks a lot, that'd be a great feature.
Comment #3
pukku commentedHi! I was wrong — you can already do this. The key is to know that an anonymous use has a role of
anonymous user, which authenticated users should not have. So, here's a possibility:HTH,
Ricky
Comment #4
Willdex commentedSo,
The following text is only available to known userswill only be viewed by guests andThe secret code word is "marshmallow"; Use this wisely!will only be available to members?Comment #5
pukku commentedThat's what I saw in my tests.
Comment #6
Willdex commentedAwesome, I'll definitely try it out.
Comment #7
Willdex commentedUpdate: everything works, thanks a million.