Recent Topics

1 Nov 13, 2006 22:16    

How would I go about removing these from the side of my journals:
# RSS 0.92 (Userland)
# RSS 1.0 (RDF)
# RSS 2.0 (Userland)
# Atom 0.3
# XHTML valide

and archives, recently and categories

and then add a list of all the blogs
Is it hard?

So basically I have a list of journals and log in/register

And by the way, it took me ten minutes to notice that I posted this on PHPbb's support forum. I was like "oshi... *delete*"

3 Nov 14, 2006 23:48

I have no idea how to do that.

4 Nov 15, 2006 04:18

Ok, I can walk you through the changes. First, open up /skins/[the skin you're using]/_main.php in a text editor. You'll probably need to download it with your ftp client first. Once you've made your changes, save it and upload it back to the server. Skim through the _main.php file and you should see lots of comments. Those are the lines that begin with "//". Read the comments and they'll tell you what each bit of code does. Find the sidebar section, then find the bits in that section that you want to remove and delete them.

5 Nov 16, 2006 20:32

Okay, I made a load of skins. Thing is, when I scroll down, the background like dissapears, as it doesn't continue forever...
So... where would I stick a "fixed" tag?

6 Nov 16, 2006 20:38

I don't have a very good imagination. Can you give a link to your site so I can see this problem in action?

8 Nov 16, 2006 20:45

add this to your body {} style in clelbleu.css:

BODY {
. . .
font-size: 84%;
background-attachment: fixed;
}

9 Nov 16, 2006 20:54

*huggles you*

ps. teh like hugs ;p


Form is loading...