Version 8.0 - Can the edit profile page be routed to use a custom theme and not the dashboard theme ( with the sidebar on the right)?
Permalink
Hello,
In my bootstrap/app.php file I have the following code.
In older versions of c5 you could change the theme to your own them based on different routes,
On my website though the edit profile page is still using the default theme.
Are developers not allowed the change the theme of the profile pages in version 8.0? Or am I doing something wrong now? Did this code structure change with the new version?
In my bootstrap/app.php file I have the following code.
Route::setThemeByRoute('/account/edit_profile','theme_folder_name');
In older versions of c5 you could change the theme to your own them based on different routes,
On my website though the edit profile page is still using the default theme.
Are developers not allowed the change the theme of the profile pages in version 8.0? Or am I doing something wrong now? Did this code structure change with the new version?
So I guess if your an administrator you see the dashboard theme