Hello,
iam new to PHP and also new to this forum.
I need some help with my PHPbb forum. Everything is working well but i would like to make the width of the forum smaller. Can anybody explain me how. I think i need to edit one of the files that i've got with the template, but i don't know which one file. I have alot of knowledge with HTML so PHP shouldn't be any trouble i think 🆒 . Thanks!

    Hey, welcome to the board.

    I have alot of knowledge with HTML so PHP shouldn't be any trouble i think

    hehe... php and html have absolutely nothing in common. one is a programming language, the other, markup.

    Anyway, to the point. This sort of question is more specific to phpbb than to php itself. It might be best if you asked in a phpbb forum (this would be like me asking a linux question in a C forum), or atleast narrow down the relevent piece of code and let us take a look at it. If you can narrow it down you may even be able to fix it yourself. Html is resonsible for how the page looks, not php.

    Myself, ive never even looked at phpbb's code.

      thorpe wrote:

      or atleast narrow down the relevent piece of code and let us take a look at it. If you can narrow it down you may even be able to fix it yourself.

      I know, that's just the problem. I don't know where to look for the piece of code and you are right. If i can narrow it i could probably fix it myself. You are right, i'll go and find a PHPBB forum. Thnx anyway 🙂

        Open up 'forum/templates/subSilver/' I'm not 100% sure, but look in either header.tpl or each *_body.tpl file for the width.

        ~Brett

          bpat1434 wrote:

          Open up 'forum/templates/subSilver/' I'm not 100% sure, but look in either header.tpl or each *_body.tpl file for the width.

          ~Brett

          That's it !! Thanks alot m8 !

            Write a Reply...