Dee Posted December 23, 2009 Report Share Posted December 23, 2009 Hello again Build 822 , in "view my Pireps" >>> Clicking on a flight number for a previously filed pirep now loads the Log details i.e additional log information ... expanded on first view, without having to click on the "view log" link Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted December 24, 2009 Administrators Report Share Posted December 24, 2009 I left it open for pireps filed with FSFK since they are prettier http://dev.phpvms.net/index.php/pireps/viewreport/90 Quote Link to comment Share on other sites More sharing options...
Dee Posted December 24, 2009 Author Report Share Posted December 24, 2009 Hi Nabeel Ah thanks yes looks nice with the FSFK log indeed . about the Logic with the view log link , can it be that ? .............. <?php /* If it's FSFK, don't show the toggle. We want all the details and pretty images showing up by default */ if($pirep->source != 'fsfk') { ?> <p><a href="#" onclick="$('#log').toggle(); return false;">View Log</a></p> the above if else does'nt work for some reason ? since the Link shows anyway http://www.airindiavirtual.net/vms/index.php/pireps/view/440 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted December 24, 2009 Administrators Report Share Posted December 24, 2009 I will check, it should only be doing that with FSFK flights Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 23, 2011 Moderators Report Share Posted February 23, 2011 HI Guys is there a fix for this as i would like to hide the log on page load and only display if clicked. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 23, 2011 Moderators Report Share Posted February 23, 2011 Don't worry fixed it the p needed changing to a div 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.