5
Quote:
snow77 wrote:
couple (and more) options available:
A) go to Administration Menu > System Admin > Groups > YOURGROUP; and make xxx blocks visible to whom you want
quote]
thanks I found out about the groups thing...
Now I have another prob or question.
the new members blok have I allowed to be seen in the front page by anonymous ...but I dont want them to be able to view the profile by clicking on the username. How do I do that...
have been trying to make a new blok with the code from the template from new members :
[quote]
<{foreach item=user from=$block.users}>
" valign="middle">
<{if $user.avatar != ""}>
<{/if}> <{$user.name}> |
<{$user.joindate}> |
<{/foreach}>
and remove the Quote:
so the wasnt any link tó the profile but it doesnt work. Could not see the blok at all.
So how do I get around this so only people who are logged in are alowed to see the new profile and access the profiles info. But anonymous people only can see the nick on the new user in the block and not go further to the info pages for the x new user.