Jump to content

Shepred

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by Shepred

  1. I can't say that I've heard of VidaHost, I can however only recommend these guys: Meebox, a danish hosting company. Never had any issues, downtime is extremely rare and always announced well ahead. Support is excellent, and pretty much available 24/7. They're cheap as chips as well, in case you grow tired of problems.. These guys are definitely the way to go.
  2. Are you sure...? ... Sorry, couldn't resist - carry on!
  3. Shepred

    Vatsim

    Haven't we sort of seen this layout before? *Cough* Qantas *Cough* .. If you are going to make a website, at least make it your own, please.
  4. Add the fields in manually. Find the latitude and longitude of the airfield here.
  5. Surely the whole point of an online network is the vast amount of available traffic and air traffic control, not 'just' the function of counting your online hours? (Which can easily be viewed on Vataware, by the way).
  6. I do apologize if this sounds rude, but why are you trying to reinvent the wheel here? Could you explain how this would differ from the already well established networks, such as VATSIM & IVAO?
  7. Wow, this is absolutely brilliant! Looking forward to this.
  8. Correct me if I'm wrong, but as far as I can see, all you've done to the GitHub is remove the remaining copyright tags and rename the folder? I really don't see how that translates to developing a module.
  9. Call me old fashioned, but in my honest opinion, ripping off a payware module and then releasing it for free is nothing but wrong.
  10. Alright, have you included any call from phpVMS? For an example, add the above call and then try calling the airline name: <?php echo SITE_NAME; ?>
  11. I haven't actually tried this myself, however, my guess would be: include the call for the phpVMS config at the beginning of either the index page, or each seperate page, where you wish to load phpVMS functions. I believe you will then be able to call phpVMS functions as usual. .. Again, haven't tried this myself.
  12. Not necessarily, you can link multiple CSS files.
  13. Slightly off topic here, however, you can edit your pilot center through the profile_main.tpl and the respective CSS file you have linked.
  14. Shepred

    error message

    You must enter it as a full numeric altitude. For an example, FL300 = 30000.
  15. Shepred

    kacars

    A single Google search would answer a lot of your questions. With that being said, kACARS is my personal favourite. Other than that, I can recommend SmartCars.
  16. As I can't access your admin panel, I can't tell from your site. Also, I can't really tell from your webpage which files you use, you would have to tell me I'm afraid. Although I must admit, I don't see why you would edit the colours, as no one will be able to access them apart from your admins.
  17. Which ever part contains the HTML of the content you wish to change.
  18. Could you post the HTML as well, please? Preferably here.
  19. If you post the related code, I might be able to help you. If not, I'm afraid I can't. ... Don't worry about the name, it's all intentional.
  20. Shepred

    music

    This should explain how it's done. Although I do not recommend adding music to your webpage, as visitors generally find it annoying and distracting (including myself).
  21. I am almost certain that changes to the admin center will be overwritten in updates, don't quote me on that though.. You can modify the CSS of the admin center, and therefore the colours, by navigating to and editing this file: admin\lib\layout\styles.css
  22. Shepred

    admin

    We will need a bit more information than that. Which error did you receive? Which module did you install? Where else did you get the error?
  23. What I usually do is create a php script that choses a random image on page load, instead of a slider. A slider takes the attention away from the important part of the webpage, in my opinion. Here's the code (if you want it to show up on every webpage, put it in 'layout.tpl' or 'core_navigation.tpl'): <?php $rotate[] = "<img src='/lib/skins/YOURSKINFOLDER/IMAGEPATH'/>"; $rotate[] = "<img src='/lib/skins/YOURSKINFOLDER/IMAGEPATH'/>"; $number = rand(0, sizeof($rotate) - 1); echo $rotate[$number]; ?> Let me know if you have any questions
  24. If it's just the actual welcome message you wish to edit, you will be able to do so in the Admin Center under "News & Content" on the "News" page.
×
×
  • Create New...