Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by mark1million

  1. Keep it in your skins folder then any update will not overwright your custom settings of individual files.

    The system will look first for any files in your active skin directory and if they are not there then are displayed from the core templates directory.

    • Like 1
  2. 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 :)

  3. 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
  4. 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');
    

×
×
  • Create New...