Here we go putting the ice on the cake:danleedham wrote:Sorrry - does this stop Guests seeing the Portal? or does it give you the choices of what Guests can / cannot see?
That would be the icing on the cake... thanks
You can control wether guests may see certain blocks or not like this:
Usually a block is included like here (in /styles/*your_style*/template/portal/portal_body.html):
Code: Select all
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<!-- INCLUDE portal/block/birthday_list.html -->
<!-- ENDIF -->
Code: Select all
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/birthday_list.html -->
<!-- ENDIF -->
<!-- ENDIF -->