Topic: I'm new to PunBB

Hope you don't mind the question, but I'm new to PunBB and want to configure it to look like my site. So I want to resize the width of the forums. I've been looking at the CSS files but haven't seen anything for the overall width of the forum tables.   Am I overlooking something smile

I love the overall spead and clean looks of PunBB, great job!!!!

-Jason
---------------------------------
[img]http://camaro.ph-productions.com/images/sig_camaro.jpg[/img]
1999 Z28 A4

Re: I'm new to PunBB

you can add
#punwrap {
    width: 750px;
}
to the css

Re: I'm new to PunBB

Ahh thank you.. that's what I needed...

-Jason
---------------------------------
[img]http://camaro.ph-productions.com/images/sig_camaro.jpg[/img]
1999 Z28 A4

Re: I'm new to PunBB

Ok another quick question. I want to edit the menu, where can I find the menu so I can manipulate it?  This maybe a stupid question but I'm used to editing phpBB...

Thanks...

-Jason
---------------------------------
[img]http://camaro.ph-productions.com/images/sig_camaro.jpg[/img]
1999 Z28 A4

Re: I'm new to PunBB

the generate_navlinks function in functions.php if you know any php its pretty simple otherwise a little testing should make it obvious

Re: I'm new to PunBB

Connorhd wrote:

the generate_navlinks function in functions.php if you know any php its pretty simple otherwise a little testing should make it obvious

Yup I found it with a search..  I don't know much php but manage to get around smile  Trial and error I say smile

Still having a hell of a time matching my design but I'll get it..

Thanks again..

-Jason
---------------------------------
[img]http://camaro.ph-productions.com/images/sig_camaro.jpg[/img]
1999 Z28 A4

7 (edited by Connorhd 2005-01-18 21:20)

Re: I'm new to PunBB

lol yeh sometimes its trial and error and error and error and error though wink