Jump to content

Tom

Members
  • Posts

    1517
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tom

  1. Tom

    PanAM-Airways

    Howcome you arent using phpvms? That's joomla. + by drop down's hes talking about the menu. I agree - you should take a look at a drop down menu, of even just some html+CSS.. it's much better than image hotspots.
  2. I doubt there is any sort of thing on the net which would be of the right format to import directly into your aircraft table.. it would require quite a bit of editing if it exists. And it's also likely that it would take more time removing aircraft you don't want than it would doing a little research and entering the ones you do.. you might as well just wikipedia the planes you want. However, a tool which can create an sql for the aircraft table based on your aircraft choices... it's a good idea.
  3. I just realised.. the schedules list uses more than one template. I had to edit the templates for each page for my skin to work.. and i just pasted it into all three schedules ones without thinking. Fixed now. My bad..
  4. Some are enabled some are not. Not even the ones which are enabled show for the two pilots I asked. I see the ones which are enabled. Just some additional info: We removed every schedule and imported them from a csv.. I see them in Chrome and IE, but not Firefox. The other pilot doesnt see them at all, just a big space where they should be.
  5. Do you mean using a .csv? No.. i exported our schedules a while back.. but i didnt think that removes them from the server? Otherwise, all schedules are on the server.. they were created online.
  6. I'm using version 779, and nobody i've asked but me can see any of our schedules here: http://www.europeangateway.info/index.php/Schedules/view Any idea what could cause this? Thanks.
  7. Okay well im installing the newest beta now, thanks And.. ill make sure i specify which build im using when i ask in the future
  8. I see.. does the latest beta come as an updater or just a full reinstall?
  9. I've added my group and i see no such permissions or anything like that? Infact, i cant even rename or delete a group.. they arent links or anything :S
  10. Ah okay, for that you want to edit pages_content.tpl.
  11. Would you be able to specify how?
  12. First question: If you're talking about a custom page created in phpvms, it uses the global header which automatically inserts the page title.. so unless you change the actual title of the page the title wont change.. Second question: Copy schedule_results.tpl into your theme folder from the main core templates. Open it... Find: <?php echo $route->code . $route->flightnum?> Replace with: <?php echo $route->code .' '. $route->flightnum?>
  13. Is it possible to assign someone a rank - say operations manager - and give them access to only the fleet/schedules in the admin panel? Thanks, Tom.
  14. As he said he's looking for someone to paint the fleet. However you want a "template" which you can just apply to every plane - that's easier said than done in most cases.. which is why people don't do it already..
  15. This: http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm is a particularly good one and shouldn't be too hard to customise.. but there are quite a few on that site, have a look around.
  16. From looking at your pilots list im guessing this happens mostly with pilots numbered 0003/4 upwards, and not 1 or 2? I'm not sure how your auto-login system works, but if each pilot had exactly the same number on the /pacific VMS then it may not cause such problems. Perhaps if when registering on one, it registers on the other - then the userlists will be identical.
  17. You could change it in the database I expect, but it might mess up everything else linked to that user - I'm not sure.
  18. Yeah the code provided only works for the person who posted it in the first place. You need to add quite a few more things and change things (e.g. group, unless you made a group 9)
  19. Scrap that sorry. Ryan: Make a module folder "ForumRegister" Pase that code in as ForumRegister.php done. I'm having a problem though, the users are inactive and when I made them identical to other registered members they can't see any of the forums. Any ideas? Don't worry I fixed it myself.
  20. Would anyone be able to write a quick tutorial on how to actually implement this code? Im not quite sure what to do with it. Cheers, Tom.
  21. I don't think you understand it correctly. Basically he wants a system for pilots to create an airline within the current phpvms system, since multiple airlines are allowed... like an airline host.
  22. It's quite easy - obviously you know a bit about html because of the site so far. Simply make your container (e.g. table, or div/s) and add a border. Once you finish your site design, you just copy everything above where the content will go into header.tpl, and everything below into footer.tpl.
  23. If you don't know it already, you should read up on html and css. Some php may help also. If you prefer, an easy way to start is find a free CSS template and work upon that.. once you get the hang of it you can make your own from scratch. There are tutorials on skinning phpvms here: http://www.phpvms.net/tutorials The way I usually do it is make an entire example home page then: • Decide where the content begins, copy everything above into header.tpl. • Decide where the content ends, copy everything below into footer.tpl • Copy everything left into frontpage_mail.tpl and add the code for the content (news, new pilots etc) where your example content is. These go in lib/skins/yourtheme/ et voila, you have yourself a skin. Just need to edit other template files (found at core/templates/) if necessary and place them in your theme directory.
×
×
  • Create New...