Jas Posted April 21, 2009 Report Share Posted April 21, 2009 When prospective pilots come and look at the website, they are unable to search the flight schedules unless they are logged in as a pilot. Some pilots (including me in the past) might be a bit hesitant to sign up unless they can search the schedules to see if htere is enough variety etc to satisfy them. Is there an easy way to add the search schedules part to the main screen so they can do this before joining/logging in? Quote Link to comment Share on other sites More sharing options...
steelerboi Posted April 21, 2009 Report Share Posted April 21, 2009 The way I've done this is to add a link to the schedules page directly. That way visitors can still see and search flights and pilots still have to login in order to bid on a flight. I've used the link within a php file, so mine is as follows: <a href="<?php echo SITE_URL ?>/index.php/Schedules">Flight Schedules</a> Don't forget that if you're making any alterations to core templates or modules, copy them into your skins folder so that they don't get overwritten when you perform an update. Quote Link to comment Share on other sites More sharing options...
RogerB Posted April 21, 2009 Report Share Posted April 21, 2009 Anyone can search the schedules, Nabeel didn't put the link out there cause he figured people would put it where they want anyway. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 21, 2009 Administrators Report Share Posted April 21, 2009 Yep you can just link to it directly, I don't check if they're logged in or not Quote Link to comment Share on other sites More sharing options...
Jas Posted April 22, 2009 Author Report Share Posted April 22, 2009 Thanks. I'll try linking it in the next day or so. 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.