Ipb Q's

Discussion in 'Spam Heaven' started by nanSTA, Jul 11, 2007.

  1. nanSTA

    nanSTA Senior Member

    Posts:
    4,295
    Likes Received:
    0
    Joined:
    Dec 5, 2006
    Location:
    Chicago, IL
    [​IMG]

    For the skin, how can i change the "No New Post" to something else

    How do i change the color of the bar that says the category, then collaps on the side

    How can i change the BG to an image

    How do i chnange all the extra text to a differrnt text
     
  2. Littlej

    Littlej Well-Known Member

    Posts:
    1,971
    Likes Received:
    0
    Joined:
    Aug 13, 2006
    You have to edit the CSS to change the colours and stuff, theres some guides to what is what on the the internet somewhere. As for the images (I'm assuming the No New Posts is an image) you can either find out what it's called (just right click>properties and look at the path) and just make a new image, call it that and overwrite it in the FTP, or you can edit the CSS and change the path of the url to the location of your new images on the FTP.

    If you don't know your way around CSS there's a simple edit mode (or somthing along those lines) in the ACP where you basically just enter the colours. There's also a section in the ACP (somthing along the lines of Advanced CSS) to edit the CSS normally, probably best to do that through there too.

    For the background, under what should be
    #body
    {

    }

    add:

    background-image:url(path/to/image);

    Within the brackets.

    Havn't edited my IPB in a while so I can't remember exactly where everything is or what it's called :)
     
  3. nanSTA

    nanSTA Senior Member

    Posts:
    4,295
    Likes Received:
    0
    Joined:
    Dec 5, 2006
    Location:
    Chicago, IL
    Thanks m8!
     
  4. Zohair

    Zohair Formerly zohBOT

    Posts:
    6,128
    Likes Received:
    0
    Joined:
    Dec 18, 2005
    Location:
    Cave

Share This Page