Bulletin board system help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • soramaster
    New Member
    • May 2007
    • 23

    #1

    Bulletin board system help

    I'm coding a BB system and I need help with one thing. How do I make it where my board can use themes?

    Also if I need to post the code I don't know what to post

    http://soramaster.serv ehttp.com/board/mysqlconnect/


    After you register the only thing you can do is customize your profile page bye going to the user control panel 'UCP'. I am working on the other functions like posting threads and stuff. I still have a lot of work to do.
    Last edited by soramaster; May 28 '07, 09:10 PM. Reason: Spelling error lol
  • kidfiction
    New Member
    • May 2007
    • 16

    #2
    Originally posted by soramaster
    I'm coding a BB system and I need help with one thing. How do I make it where my board can use themes?

    Also if I need to post the code I don't know what to post

    http://soramaster.serv ehttp.com/board/mysqlconnect/


    After you register the only thing you can do is customize your profile page bye going to the user control panel 'UCP'. I am working on the other functions like posting threads and stuff. I still have a lot of work to do.
    Looking at your raw HTML, you are not using stylesheets. The easiest way to have different themes is by a single variable as the stylesheet and then links or a dropdown associated with the variable.

    You should get more familiar with CSS before attempting this, afterwords, take a looke here: http://kurafire.net/log/archive/2006/01/17/easy-css-themes

    Comment

    • soramaster
      New Member
      • May 2007
      • 23

      #3
      Originally posted by kidfiction
      Looking at your raw HTML, you are not using stylesheets. The easiest way to have different themes is by a single variable as the stylesheet and then links or a dropdown associated with the variable.

      You should get more familiar with CSS before attempting this, afterwords, take a looke here: http://kurafire.net/log/archive/2006...asy-css-themes

      Ok I will look into it. Thanks

      Comment

      Working...