NATS question...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NickPapageorgio
    Confirmed User
    • Apr 2004
    • 8323

    #1

    NATS question...

    $config.HEADER_COLOR

    Where in the hell is that? I looked in config.php and config_override.php...

    Anyone? Bueller? Bueller?
  • TheDoc
    Too lazy to set a custom title
    • Jul 2001
    • 13827

    #2
    It's in /includes/config.php
    About 3/4 of the way down..

    $config['HEADER_COLOR'] = "#C8C8C8";
    $config['ROW_COLORS'] = Array(
    "0" => "#E8E8E8",
    "1" => "#E7E7E7");
    $config['HILITE_COLOR'] = "#D0D6E8";
    $config['HELP_BGCOLOR'] = "#CCCCCC";
    $config['HELP_COLOR'] = "#000000";
    $config['BGCOLOR'] = "#FFFFFF";
    ~TheDoc - ICQ7765825
    It's all disambiguation

    Comment

    • NickPapageorgio
      Confirmed User
      • Apr 2004
      • 8323

      #3
      ok, right now I am in [servername]/nats/includes/config.php and I got nothing like that.

      Comment

      • TheDoc
        Too lazy to set a custom title
        • Jul 2001
        • 13827

        #4
        Well, maybe that's the problem then. Just make sure and do a search for the word color and see if these setting types come up.

        However, I wouldn't just add it in. If it isn't in the config ask nats for an upgrade.
        ~TheDoc - ICQ7765825
        It's all disambiguation

        Comment

        • TheDoc
          Too lazy to set a custom title
          • Jul 2001
          • 13827

          #5
          oh wait..
          ~TheDoc - ICQ7765825
          It's all disambiguation

          Comment

          • TheDoc
            Too lazy to set a custom title
            • Jul 2001
            • 13827

            #6
            The new nats upgrades have it removed, interesting..
            ~TheDoc - ICQ7765825
            It's all disambiguation

            Comment

            • ShaneRyale
              Confirmed User
              • Mar 2004
              • 961

              #7
              Nick,

              If it's not in there, just add it to the config.php. I just had the same issue myself not too long ago. You can add it to either the config.php or the config_override.php.
              Shane - Affiliate Manager
              [email protected]
              ICQ: 170164556

              See Who I Am At AdultWhosWho.com!

              Comment

              • TheDoc
                Too lazy to set a custom title
                • Jul 2001
                • 13827

                #8
                It does appear the color settings aren't in the config file with the newest upgrade. I'm not sure if NATS has an overall purpose for this, but either way I sent them a message letting them know that the color settings were removed with the config cleanup.
                ~TheDoc - ICQ7765825
                It's all disambiguation

                Comment

                • NickPapageorgio
                  Confirmed User
                  • Apr 2004
                  • 8323

                  #9
                  thanks guys, appreciate the info

                  Comment

                  Working...