JHide allows you to put content in your pages that will only display if the user is logged in. This means you dont need to have two versions of some pages , one for public and one for registered, if the information is very similar. Once you have installed and published the module you can go through and add the extra content for registered members. In your page content you place the information/html for signed in members between the tags {reg} blah blah {/reg}. This will only show up if the user is logged in. **UPDATE Hi all, I have modified the module to respect the {noreg} tag as well. Any content placed inside these tags will only appear for users who are not logged in. {noreg} blah blah {/noreg}