By lagerassassin on
Does anybody know if there is a module / method of hiding certain text from a node so that only registered users see it....
But here's the catch, I want registered users to see it, but anons to not see it, but know it's there...
So basically I want to link to other content and want something like "You must login/register to see this content"
Any help or suggestions would be great as I can't see to find anything unless it's hiding somewhere lol
Comments
=-=
We don't know what "part" of what "content" you want hidden. Some conditional php in your tpl.php file could d what you want. A generic example is located below.
note the ADD LOGGED IN CONTENT
then print
print $hiddencontentin your tpl.php fileDepends
You can use modules to provide a teaser and they have to register to see rest, you can have certain parts avail to different levels of user using CCK fields You should look at the access control modules and decide how to construct your content.
How about the Premium module?
How about the Premium module?
Wow thanks for the awesome
Wow thanks for the awesome replies guys! this helps alot! thankyou!!!