Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Compare to your code and see what I fixed <?php class FrontBids extends CodonModule { public function Controller() { $lastbids = SchedulesData::GetLatestBids(); foreach($lastbids as $lastbid) { echo '<pre>'; print_r($lastbid); echo '</pre>'; } } } ?> [/code
  2. Try reinstalling completely (delete the folder too) Otherwise it's out of the scope for our support, you can try the SATA Virtual forum
  3. It'll be in the template itself, if you scroll down
  4. Yes you use Config::Get() No need to read DB values, the database is automatically connected Any variables set using Config::Set(name, value); can be read as Config::Get(name) You can also read http://codon.nsslive.net
  5. remove the background: bit
  6. Find out which bit of CSS is causing the problem
  7. It's your CSS, specifically this: style.css (line 259) #main img { background:#CCCCCC none repeat scroll 0 0; border:4px solid #F0F0F0; color:#303030; padding:1px; }
  8. Can you try the latest beta?
  9. Nabeel

    Hours

    yup
  10. Nabeel

    Hours

    The time the system is showing (5:37) is correct I checked in Excel and: http://www.csgnetwork.com/timeconv.html
  11. Nabeel

    Whoa?

    Yep re-install. I always use separate databases for different apps. You may also want to ask/notify your host about the data corruption
  12. I think it's under site content, or pilot options
  13. Nabeel

    Mass email

    Can you give some details about what's happening?
  14. Nabeel

    Whoa?

    It's in core/local.config.php
  15. Are there any pilots flying using fsacars?
  16. Nabeel

    Hours

    What are the individual times?
  17. Nabeel

    Live map

    Can you try the latest beta Also, are there any errors in IE?
  18. I think its just routemap
  19. There is a mass mailing option in the admin panel. The pilot isn't accepted until you accept them, there is a captcha too to verify it's a person
  20. Does that table exist in the database?
  21. Nabeel

    Hours

    Can you post the individual hours, what they add up to in the system, and what they're supposed to add up to?
  22. Nabeel

    Live map

    This is fixed in the latest beta, the update will be coming soon
  23. Sorry that was debugging stuff, its basically a ceiling and floor for a graph on the routes, but not supposed to be there hehe
  24. Do you have a screenshot? What page?
×
×
  • Create New...