Moderators mark1million Posted June 29, 2011 Moderators Report Posted June 29, 2011 Then you need to create it and put that file in there. Quote
Petey Posted June 29, 2011 Report Posted June 29, 2011 Hey Simpilot, Is there a way to edit it to not have a departure time? Rather just a "click here to attend" button and it lists the pilots attending the event. Quote
Administrators simpilot Posted June 30, 2011 Author Administrators Report Posted June 30, 2011 Hey Simpilot, Is there a way to edit it to not have a departure time? Rather just a "click here to attend" button and it lists the pilots attending the event. You can just remove the display of the time slot in the public pages and set the open slots to 1 in the admin panel. That way it will just show a list of pilots and always show a signup button for anyone that has not signed up. Quote
Moderators Parkho Posted July 10, 2011 Moderators Report Posted July 10, 2011 Hi guys I have a problem. When I add the event nothing shows up in Event Main page, but the news will show up! Any suggestions? Thanks -----PROBLEM SOLVED -------- Please disregard! Quote
Toyuko Posted August 10, 2011 Report Posted August 10, 2011 Hi guys I have a problem. When I add the event nothing shows up in Event Main page, but the news will show up! Any suggestions? Thanks -----PROBLEM SOLVED -------- Please disregard! How did you fix it? I'm having the same problem. Quote
Administrators simpilot Posted August 12, 2011 Author Administrators Report Posted August 12, 2011 Not sure what is going on here. Is the event in the database? The news function uses the native news table but the actual event listings use the tables created when you load the event.sql file. Does the event show up in your admin panel? Quote
5SA CEO Posted August 18, 2011 Report Posted August 18, 2011 HI guys, I am looking at adding to the events_index page the stats, instead of going to another page, so I copied ?> <h3>Event Attendance Pilot Statistics</h3> <center> <table width="100%" border="1px"> <tr> <td>Pilot</td> <td># Of Events Attended</td> </tr> <?php if(!$rankings) { echo '<tr><td colspan="2">No Rankings Available</td></tr>'; } else { foreach($rankings as $rank) { $pilot = PilotData::getPilotData($rank->pilot_id); echo '<tr><td>'.PilotData::getPilotCode($pilot->code, $pilot->pilotid).' - '.$pilot->firstname.' '.$pilot->lastname.'</td><td>'.$rank->ranking.'</td></tr>'; } } ?> </table> </center> <hr /> on to the events_index and it shows the table but also shows 'No rankings available' Image 1, but if you click on show rankings link, image 2 (which I left in just in case) shows the rankings of the pilots who have attended. Any ideas on how to solve the issue. Thanks Deano Quote
Administrators simpilot Posted August 20, 2011 Author Administrators Report Posted August 20, 2011 Have you also added the line to the controller to load the variable into the template? Quote
TCX0001 Posted August 21, 2011 Report Posted August 21, 2011 Hello, Every time I go and create a event I fill all the information out then click Save Event but it doesn't put it up for pilots to join or anything. CAn you help please? Regards Quote
TCX0001 Posted August 21, 2011 Report Posted August 21, 2011 Not sure what is going on here. Is the event in the database? The news function uses the native news table but the actual event listings use the tables created when you load the event.sql file. Does the event show up in your admin panel? No sadly not. Regards Quote
Administrators simpilot Posted August 22, 2011 Author Administrators Report Posted August 22, 2011 Did you insert the tables for the exam center into your database? Quote
Jeff Posted August 22, 2011 Report Posted August 22, 2011 Can you help please? I'm not going to start a long griping session about you that may lead to the locking of this thread, but once you can prove yourself to everyone in here that you are serious about starting (1) Virtual Airline, and stick with it without starting another one for at least 6 months, you might be able to get a response to your questions in a positive way. Not to be harsh, but maybe you should get your VA up and running, and wait until you have about 20 members join your VA (not including your relatives or family pets). Until then just don't bother asking any more questions because we're fed up with you at the moment. Quote
shaun105 Posted November 8, 2011 Report Posted November 8, 2011 Just a quick question regarding the module, that works great by the way, Is there a way to enable pilots to book more of the slots instead of just one? Cheers Quote
Administrators simpilot Posted November 8, 2011 Author Administrators Report Posted November 8, 2011 You would have to change the codeing in the main module file, I made it to only allow one signup per pilot. Quote
Gotcha_Buccs Posted November 22, 2011 Report Posted November 22, 2011 Is there a way to change the available sign ups from departure times to aircraft registrations? As seen from here: Events Screenshot Quote
Administrators simpilot Posted November 23, 2011 Author Administrators Report Posted November 23, 2011 The image you have linked to shows time slots with the slots that are filled they also show the PID and the pilot's name. If you want to use one aircraft perslot you will have to re-write some of the internals in both the admin and public modules. Quote
Gotcha_Buccs Posted November 23, 2011 Report Posted November 23, 2011 Is this as difficult as it sounds? Quote
JustinRomaine Posted February 4, 2012 Report Posted February 4, 2012 Hello Guys Was just wanting to find out what am I doing wrong for this errer. Notice: The template file "/home/deltaair/public_html//core/templates/events/events_index.tpl" doesn't exist in /home/deltaair/public_html/core/classes/TemplateSet.class.php on line 248 Quote
twelka3 Posted February 5, 2012 Report Posted February 5, 2012 Looks to be like your missing the Events_index.tpl in your core/templates/events folder Quote
Zishan Posted February 21, 2012 Report Posted February 21, 2012 I have done everything but I get a error Notice: The template file "/home/a2649668/public_html//admin/templates/events/events_index.tpl" doesn't exist in /home/a2649668/public_html/core/classes/TemplateSet.class.php on line 248 Quote
Administrators simpilot Posted February 21, 2012 Author Administrators Report Posted February 21, 2012 I have done everything but I get a error Notice: The template file "/home/a2649668/public_html//admin/templates/events/events_index.tpl" doesn't exist in /home/a2649668/public_html/core/classes/TemplateSet.class.php on line 248 The answer is in the error message, the template(s) are not where they should be in the directory. Double check and make sure that you copied all the files over to your install just as they are in the download. Quote
Zishan Posted February 22, 2012 Report Posted February 22, 2012 The answer is in the error message, the template(s) are not where they should be in the directory. Double check and make sure that you copied all the files over to your install just as they are in the download. Thanks I solved that problem forgot to add the folders thanks anyway. Quote
kisadi00 Posted March 15, 2012 Report Posted March 15, 2012 Where can I download this? There is no files attached Quote
mattia Posted March 16, 2012 Report Posted March 16, 2012 http://www.simpilotgroup.com/home/modules Quote
Administrators simpilot Posted March 17, 2012 Author Administrators Report Posted March 17, 2012 Where can I download this? There is no files attached All code is now hosted on Github, link in my signature Quote
Kieran Jones Posted March 18, 2012 Report Posted March 18, 2012 Wheres the link to install please? i can see it must be my vision :s Quote
Jeff Posted March 18, 2012 Report Posted March 18, 2012 https://github.com/DavidJClark/phpVMS-Event-Booking Quote
chris2 Posted April 4, 2012 Report Posted April 4, 2012 Is it possible to have i bit of code which will show a list of the events on my homepage? many thanks Quote
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.