Funny I was going to post a request like this but a little more extensive I guess. The ability to not only just do it for friends but for security roles would be a plus. The scenerio being that let's say I have a free member where I only allow the upload of a couple of pictures using a third party module and a paid member to upload more I can do this on the security level when they are editing their profile but what if they don't pay next month? I would like to see something where on the public user profile be able to hide certain modules for the type of user role or friend based on the user being viewed not the user viewing.
I know for your passed in vars you use querystrings so for example (and this just for coding gurus) could be something real simple like
user = request.querystring("UserId")
sql statement for user
if userrole = (defined string admin set in settings) then
response.write some stuff
else
end if
I would love to try this out myself but I am just catching up on DNN and ASP.Net converting from classic asp but I thought that might give a coders view of what I was saying.