tdohrer Posted November 4, 2016 Report Share Posted November 4, 2016 Hello, I am in need of some help. I am trying to use the flight search module from crazy creatives instead of the default module. But i am having trouble what code to use to make this work. This is my current code: <li><a href="http://www.crew.aloftvirtualalliance.com/index.php/schedules">Book A Flight</a></li> This is the code in the install insturctions: <a href="<?php echo url('/flightsearch') ?>">Search Flights</a> Any ideas? Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted November 5, 2016 Moderators Report Share Posted November 5, 2016 (edited) Assuming you are in layout.php at the navigation section, simply replace the following code: <li><a href="<?php echo url('/schedules') ;?>">Book A Flight</a></li> With the one in install instruction like this: <li><a href="<?php echo url('/flightsearch');?>">Search Flights</a></li> And that's about it. Edited November 5, 2016 by parkho Quote Link to comment Share on other sites More sharing options...
tdohrer Posted November 5, 2016 Author Report Share Posted November 5, 2016 So i did that, and i am getting this. Thank you for all the help by the way. Notice: The template file "/home/aloftvir/public_html/crew//core/templates/flightsearch/searchform.tpl" doesn't exist in /home/aloftvir/public_html/crew/core/classes/TemplateSet.class.php on line 248 What does that mean? Quote Link to comment Share on other sites More sharing options...
tdohrer Posted November 5, 2016 Author Report Share Posted November 5, 2016 Sorry did more googling and figured that out, now i have ran into this issue in the pics. I get the serach page then it says no module. I did have to switch file names from php to tpl. I followed the instructions on the devlopers site on how to do so. Any help would be great and thanks for the help so far. You guys have been huge. Quote Link to comment Share on other sites More sharing options...
tdohrer Posted November 13, 2016 Author Report Share Posted November 13, 2016 solved thanks for all the help 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.