Module in the root folder?

Hello guys. I wonder how does for modules work out the skin folder? I created an area reserved for pilots in phpvms the root folder, but the modules do not work there. Any suggestion?

For example, the flight booking module Codeshare, shows no shedule that page, while the skin is.

Thanks!

I cannot understand what are you trying to do. The modules in phpVMS are placed on the core/modules folder for the user-part and in the admin/modules folder for the admin-part. The modules are in reality classes (just like Java) which extend CodonModule class. The module file should be placed in his folder in the modules folder in order to be shown correctly in your phpVMS system. You can check this for more information:

I cannot understand what are you trying to do. The modules in phpVMS are placed on the core/modules folder for the user-part and in the admin/modules folder for the admin-part. The modules are in reality classes (just like Java) which extend CodonModule class. The module file should be placed in his folder in the modules folder in order to be shown correctly in your phpVMS system. You can check this for more information:

Hello . What I am basically is a module open directly in my restricted area ( /restricted ), which is the root folder of phpvms . I tried to explain through images . When I click on " Search Flights " page of flights is open in my default skin and not in the restricted ( /restricted )

Sorry for my english

I’m using Flight Booking System V1.1 module