Bart Posted November 9, 2021 Report Share Posted November 9, 2021 Hi is there a way of adding some information like text or image on the landing page that users can see before they log in? So far I think they only see pilot list o menu. Thanks Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted November 10, 2021 Report Share Posted November 10, 2021 (edited) If you are asking the landing page of v7, yes you can add anything you wish there. Like a widget showing some stats or some fixed text/images etc. Landing page is called home.blade.php and it is located under your theme folder. resources/views/layouts/YourThemeName/home.blade.php If your main page, so called landing page is different then either you need to use v7 api to pull data there or write your own code to read/display v7 data outside of its namespace/domain. like homepage : mygreatva.com/index.php but phpvms installed under : crew.mygreatva.com In theory anything and everything is possible Edited November 10, 2021 by DisposableHero Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.