Hallo Community
our CF @admin has shared a way about how to create a custom homepage for your CF installation. Because it was a part of another topic I thought it would be great to create a own tutorial topic about it.
Here you go
Step 1- create a page from backend like this:
Step 2 - now add this line around line 884 in routes.php i.e replace
if ($user->can('view forum')) {
with
if ($user->can('view forum')) {
header("Location: " . RURI . "page/8");
The number 8 is from the url you see in the page created in above image.
Kind regards, Andy 
### Hallo Community
our CF @admin has shared a way about **how to create a custom homepage for your CF installation**. Because it was a part of another topic I thought it would be great to create a own tutorial topic about it.
---------------------------------------------------
### Here you go
Step 1- create a page from backend like this:

Step 2 - now add this line around **line 884** in **routes.php** i.e replace
if ($user->can('view forum')) {
with
if ($user->can('view forum')) {
header("Location: " . RURI . "page/8");
The number 8 is from the url you see in the page created in above image.
Kind regards, Andy ;)
https://net-twin.de/ Community for creative people - JOIN it Now please
https://github.com/WebCrew My GitHub account
https://sell-co.de/ Lots of Web-Tools and Utilities for free
edited Apr 22 '21 at 12:29 am