Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. You can just change them to hidden fields in your template with a default value of 0
  2. 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
  3. 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
  4. 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
  5. Linking will manually be done - you register on VACentral, and enter an API key in your install. Nothing is automatic in terms of participation
  6. Nabeel

    Add bid

    Did you change anything in the core_htmlhead.tpl? Check the firefox error console
  7. 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
  8. Nabeel

    Add bid

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

    Ads

    I think that's how it works lol I have one click and made 60 cents. Wahoo! lol
  15. 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...
  16. Nabeel

    Add bid

    Can you send me your FTP information so I can take a look?
  17. Have you edited the template or added any non-english charaters to the flight time?
  18. Gotcha, I made a note to change that
  19. 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
  20. You can't. I suggest adding them in though, they will be used in the future for vacentral
  21. In the admin panel, under settings->maintenance options, click "reset total hours", that should fix it up for you
  22. It's hardcoded for now, I can change that for a future version
  23. Nabeel

    Add bid

    That's really odd... hmm. When did it stop working? Is the pilot briefing link there?
  24. Under Maintenance Options in the control panel, run the 'reset hours', see if that helps
×
×
  • Create New...