Jump to content

Connor1994

Members
  • Posts

    167
  • Joined

  • Last visited

Posts posted by Connor1994

  1. Hi all, posted previously about how to go around getting something like this:

    72uas4.jpg

    Never really got a strong response, Nabeel suggested something like:

    <table>
     <tr>
           <td>flight num</td>
           ...
           <td>deprt city</td>
           <?php
           // We are gonna loop each day of the week
           for($dayofweek = 0; $dayofweek < 7; $dayofweek++)
           {
                   // echo our column opening
                   echo '<td>';
    
                   // Check if $i (the current day of week) exists
                   if(substr_count($schedule->daysofweek, $dayofweek) > 0)
                   { 
                           // there is a flight for sunday , so echo that plane icon out
                           echo 'plane icon';
                   }
    
                   // Close that column
                   echo '</td>';
    
           }
           ?>
           <td>arrival time</td>
           ...
     </tr>
    </table>

    I am not the best at coding, could someone please give me some sort of instructions ?

    I would like it to look like the picture although not exact as it looks like I would be asking for too much then :P

  2. YOu do knoww, when you create pilot groups, you can set what they are able to access?

    Cheers

    Dan C

    yes i know what you mean, but i would only like hub managers to be able to access the members withing their hubs, not the whole VA, as far as i know you cannot select what members are visable and who they are visable to.

    I've made a application or a few for my airline..

    3 clients:

    Hub Manager

    Admin

    Human Resource

    Hub Manager

    -

    Can see all his pilots in a list, then if anyone requests a hub transfer he will send it into a pending mode.

    Admin

    -

    The admin will quick-review the request, and choose if it should be send to the final step or not.

    Human Resource

    -

    Will be able to accept or delince a request, and his choice is the final.

    When the human resource has accepted or delinced the request, a mail will be sent to hub manager and to the pilot.

    Both admin and hub manager can open a window and see all delinced and accepted transfers!

    That sounds amazing although i dont really know if it would do the job for me? does it display member information to hub managers???????? if not, can it be ammended to do so?

    Thanks alot EENielsen and nightfox for your quick replies

  3. yes that would be an AMAZING IDEA, i would be using it!

    mabye a good idea would be to add into it, just a plain page for every member, that notes can be made on, for staff to keep up to date with their members in their hub, just really basic pages, nothing fancy, that every hub manager that has a login for that hub can see.

    i cant wait for a responce, i would be such a GREAT addon

  4. hi, i followed these steps and now my VA is just a white page, everypage is plain white, nothing,

    it was working fine before, and this was the only think i edited. any ideas? i have replaced the local config with the backup and still nothing

  5. Hello everyone,

    i am still working on my new VA, we are not open to public yet so this is a good time for us to get all our little adjustments made, although this is something that is really annoying me and i havent been able to fix:

    When i load up my VA in the likes of Google Chrome the menu bar is really unresponsive and the site generally slow, my VA likes chrome, but chrome clearly doesnt feel the same way :L

    In Mozzila the site runs generally well, but when you change tabs and then come back it takes a bit to load again.

    IE, the site doesnt even display properly, not sure about the latest version.

    not sure about other browsers...

    website - click here

    any ideas?

    Thanks alot

    Connor

×
×
  • Create New...