Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Just do this; <?php echo Statsdata::TotalHours(); ?> http://docs.phpvms.net/api
  2. So the total hours shows up blank?
  3. You can just change them to hidden fields in your template with a default value of 0
  4. There's also options in the config for the text color, etc Aha, wait, this one is in the docs: http://docs.phpvms.net/using_phpvms#signatures
  5. How does it show up in the admin panel, when you go to accept the PIREP? I won't have time to test this until tomorrow most likely
  6. That wouldn't cause that
  7. Nabeel

    Ads

    I've tried adding "channels" to targeting, still learning some of the details. Still messing with it a bit I don't think it'll be a problem, just alerting people to the fact that there are some ads
  8. Linking will manually be done - you register on VACentral, and enter an API key in your install. Nothing is automatic in terms of participation
  9. Nabeel

    Add bid

    Did you change anything in the core_htmlhead.tpl? Check the firefox error console
  10. There's an option in the local.config to include the transfer hours (I know the docs haven't been updated on this, haven't had time) Set your background image in your pilot center
  11. Nabeel

    Add bid

    Is there a Javascript error happening?
  12. Hehe, you could also change the page encoding to UTF-8 if you use international characters
  13. It changes when an admin approves the PIREP, not immediately on filing
  14. Nabeel

    Add bid

    You modified the schedule_results.tpl and removed this: <?php # Don't allow overlapping bids and a bid exists if(Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0) { ?> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo SITE_URL?>/action.php/Schedules/addbid/">Add to Bid</a> <? } else { if (Auth::LoggedIn()) { ?> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo SITE_URL?>/action.php/Schedules/addbid/">Add to Bid</a> <?php } } ?> You removed the else { } portion, so it wouldn't show the "Add Bid" if you're logged in and the disable schedules bit is false. So just add that back in, and you should be ok. I didn't modify it
  15. Nabeel

    Add bid

    PM me your FTP login/make one for me, and your site's URL so I can take a look at the files and debug
  16. Just modify the template. There's code that's like if(popup) so you can add an else {} to that and add in your code
  17. Nabeel

    Ads

    I think that's how it works lol I have one click and made 60 cents. Wahoo! lol
  18. Yeah, I heard. It sucks. That's why I keep offsite backups of everything. Of this server I have 4 running backups. The things people will do...
  19. Nabeel

    Add bid

    Can you send me your FTP information so I can take a look?
  20. Have you edited the template or added any non-english charaters to the flight time?
  21. Gotcha, I made a note to change that
  22. Every phpVMS install can be linked to a central stage - bringing everyone's profits, finances, passengers, loads, all into account, to a central area for ranks and more, to build a virtual airline industry. There are rankings based on flights and financials and pilots, eventually leading to virtual stocks and market worth. This will hopefully bring about some real, tangible competition, and some consolidation of everything that's out there. Several VAs are testing and whatnot. The site is: http://www.vacentral.net
  23. You can't. I suggest adding them in though, they will be used in the future for vacentral
  24. In the admin panel, under settings->maintenance options, click "reset total hours", that should fix it up for you
  25. It's hardcoded for now, I can change that for a future version
×
×
  • Create New...