Templating & Designer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Barefootsies
    Choice is an Illusion
    • Feb 2005
    • 42635

    #1

    Templating & Designer

    I have some scripts that I want to install a template system for (eliminating design).

    Long story short, those using the script(s) would be able to pick the color schemes and basic things to change out like colors in the CSS and what not.

    What is needed to accomplish this type of set ups in my script(s)?
    Should You Email Your Members?

    Link1 | Link2 | Link3

    Enough Said.

    "Would you rather live like a king for a year or like a prince forever?"
  • brassmonkey
    Pay It Forward
    • Sep 2005
    • 77396

    #2
    answer the Q
    TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
    DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

    Comment

    • Barefootsies
      Choice is an Illusion
      • Feb 2005
      • 42635

      #3
      Originally posted by brassmonkey
      answer the Q
      Should You Email Your Members?

      Link1 | Link2 | Link3

      Enough Said.

      "Would you rather live like a king for a year or like a prince forever?"

      Comment

      • ottopottomouse
        She is ugly, bad luck.
        • Jan 2010
        • 13177

        #4
        Originally posted by Barefootsies
        I have some scripts that I want to install a template system for (eliminating design).

        Long story short, those using the script(s) would be able to pick the color schemes and basic things to change out like colors in the CSS and what not.

        What is needed to accomplish this type of set ups in my script(s)?
        with colour changing in a wordpress template it is just a css file selector, dunno if you could incorporate the wordpress code if i can find where i put it.
        ↑ see post ↑
        13101

        Comment

        • brassmonkey
          Pay It Forward
          • Sep 2005
          • 77396

          #5
          Originally posted by Barefootsies
          TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
          DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

          Comment

          • brassmonkey
            Pay It Forward
            • Sep 2005
            • 77396

            #6
            Originally posted by Barefootsies
            I have some scripts that I want to install a template system for (eliminating design).

            Long story short, those using the script(s) would be able to pick the color schemes and basic things to change out like colors in the CSS and what not.

            What is needed to accomplish this type of set ups in my script(s)?
            u mean like our site im thinking
            TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
            DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

            Comment

            • Barefootsies
              Choice is an Illusion
              • Feb 2005
              • 42635

              #7
              Originally posted by ottopottomouse
              with colour changing in a wordpress template it is just a css file selector, dunno if you could incorporate the wordpress code if i can find where i put it.
              I have my own CMS and scripts where I would like to build in a basic template option.
              Should You Email Your Members?

              Link1 | Link2 | Link3

              Enough Said.

              "Would you rather live like a king for a year or like a prince forever?"

              Comment

              • ottopottomouse
                She is ugly, bad luck.
                • Jan 2010
                • 13177

                #8
                can't find the wordpress snippet i know i've got it somewhere but my external drive is a disorganised mess but i'm sure it was just the code for a css picker in the control panel

                can't really help with starting templating from scratch.
                ↑ see post ↑
                13101

                Comment

                • Barefootsies
                  Choice is an Illusion
                  • Feb 2005
                  • 42635

                  #9
                  Originally posted by ottopottomouse
                  can't really help with starting templating from scratch.
                  Should You Email Your Members?

                  Link1 | Link2 | Link3

                  Enough Said.

                  "Would you rather live like a king for a year or like a prince forever?"

                  Comment

                  • Barefootsies
                    Choice is an Illusion
                    • Feb 2005
                    • 42635

                    #10
                    Should You Email Your Members?

                    Link1 | Link2 | Link3

                    Enough Said.

                    "Would you rather live like a king for a year or like a prince forever?"

                    Comment

                    • MetaMan
                      I AM WEB 2.0
                      • Jan 2003
                      • 28682

                      #11
                      I think you are trying to find a complex solution for a simple problem. It would indeed just be controlled through CSS.

                      that should be a small small job for a programmer to set something up like a find and replace.

                      Comment

                      • Barefootsies
                        Choice is an Illusion
                        • Feb 2005
                        • 42635

                        #12
                        Originally posted by MetaMan
                        I think you are trying to find a complex solution for a simple problem. It would indeed just be controlled through CSS.

                        that should be a small small job for a programmer to set something up like a find and replace.
                        Ah ok. Let me make sure I follow you.

                        It is something that a programmer could do. They would add in a control panel, or menu in the admin, where owner can pick and choose the colors for the different areas of the script? Or would it be something that the designer who does the CSS/HTML can set up?

                        I am just trying to figure out the process needed to add this into my scripts.
                        Should You Email Your Members?

                        Link1 | Link2 | Link3

                        Enough Said.

                        "Would you rather live like a king for a year or like a prince forever?"

                        Comment

                        • MetaMan
                          I AM WEB 2.0
                          • Jan 2003
                          • 28682

                          #13
                          Originally posted by Barefootsies
                          Ah ok. Let me make sure I follow you.

                          It is something that a programmer could do. They would add in a control panel, or menu in the admin, where owner can pick and choose the colors for the different areas of the script? Or would it be something that the designer who does the CSS/HTML can set up?

                          I am just trying to figure out the process needed to add this into my scripts.
                          color can and should be 100% controlled in CSS. (.css)

                          any designer who cant do it needs to go back to school.

                          if you are doing say having white labels for affiliates. a programmer could set up a small admin where your affiliates can choose color, logo etc etc. and all it would be doing is changing certain elements in the CSS file.

                          Comment

                          • Barefootsies
                            Choice is an Illusion
                            • Feb 2005
                            • 42635

                            #14
                            Originally posted by MetaMan
                            color can and should be 100% controlled in CSS. (.css)

                            any designer who cant do it needs to go back to school.

                            if you are doing say having white labels for affiliates. a programmer could set up a small admin where your affiliates can choose color, logo etc etc. and all it would be doing is changing certain elements in the CSS file.
                            Awesome information. Thanks man!

                            As for use, I am going to make some of my scripts available for my web hosting clients. So for those who do not want, or can't afford, custom design work and coded CSS/HTML, I want a simple template system for some of the smaller scripts.

                            This allows a broader distribution for use. Obviously, those who are serious will skin their own sites with custom design work. But some are looking for a simple solution.
                            Should You Email Your Members?

                            Link1 | Link2 | Link3

                            Enough Said.

                            "Would you rather live like a king for a year or like a prince forever?"

                            Comment

                            Working...