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
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