Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by mark1million

  1. Thanks guys. Also, I'd like to say, "Please do not PM or ask me for the coding for my schedule_results and schedule_details templates, as I an not giving that info out. Everything you need to make yours similar to mine can be found in here and from Google".

    And finally, I will not be making anymore pages for anyone that won't try to do it themselves. I am always willing to help out in any way possible,as most of you all know, but I will no longer do it for you. If you are interested in knowing how I did something on my website, I can point you to the forum post or website that I got the information from. Other than that, please be considerate and try to do it yourself first before asking me. If you do ask, post in the SUPPORT section, so everyone can benefit from it. If it is something that I'd like to share, I'll post the answer. I will not give support via PM.

    I currently use jquery to display my schedules, maybe its time to update that to the collapsible lines, great work by the way :)

  2. Yeah over 10,000! Thank you that worked. Am I going to do this everytime I Send the PIREPS and Schedules?

    You don't need to resend your pireps this should be automatic, as for the schedules that will not change the exported flag.

    Glad it worked.

    • Like 1
  3. This is what i use.

    In the header or layout tpl depending on your site put this,

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    And in the local.config.php make sure this is in there,

    # Page encoding options
    Config::Set('PAGE_ENCODING', 'UTF-8');
    Config::Set('DB_CHARSET_NAME', 'utf8');
    

  4. enclose in the round function

    so

    <?php echo round (existing code here), 0);?>

    Just replace teh existing code here with the current code you use to display, there are a couple of variations deppending on your code, some may need to be enclosed with {} as well.

×
×
  • Create New...