If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
How do I hide content in the layout.master from authenticated users?
Basically I want to put information (eg. ads, pricing,...) in the footer that is only visible to anonymous users. I want to do this in the layout.master since this information should be available in all pages (including the blog, forum, cms-pages, ...)
Is there any way to do this? Or a better solution?
My last try was with the ModuleWrapper for htmlcontent, but that bypasses security I guess.
Tx
Hi Ken,
Use the LoginView control. You can read about it in a blog post I made last year.
HTH, Joe D.
Using the loginview solved the problem.
Thanks Joe.