Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
shaven Posted July 28, 2020 Posted July 28, 2020 I'm just getting started with Invision and imagine someone has already addressed this.. but I can't find it! I am making a forum with restricted access for members only. Is it possible to set a default home page for guests, while keeping the forums as the default for logged in members? It seems to be one or the other regardless of status. Just thought I'd check to see if I'm missing something easy before doing it the hard way. Thanks!
Solution Hegnauer.io Posted July 29, 2020 Solution Posted July 29, 2020 Set pages as your default application Add your page for guests, set that as the site's landing page and add whatever content you like Create a custom PHP block with: header("Location: https://domain.com/forums"); Change the permissions of the block to only be visible to the Members group Add that block to your landing page IPCommerceFan and shaven 1 1
Recommended Posts