Info on landing page

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

 

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