Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 28, 20204 yr 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!
July 29, 20204 yr Solution 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