Topic: Devlounge Punbb

Skinned to match my site, just need to add the nav.
Don't be afraid to register wink

www.devlounge.net/forum

thoughts / comments?

Re: Devlounge Punbb

I like the layout but I find the red too bright

Re: Devlounge Punbb

very nice. what is the cms? custom?

~James
FluxBB - Less is more

4

Re: Devlounge Punbb

well i think it is wordpress wink

Re: Devlounge Punbb

It looks great! My only gripe though is that the banner at the top doesn't link to the home page.

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Devlounge Punbb

iatbm wrote:

well i think it is wordpress wink

doh... view source can be my friend. big_smile

~James
FluxBB - Less is more

7 (edited by iatbm 2006-04-24 01:09)

Re: Devlounge Punbb

i never really looked at source .... it is obvious it is wordpress ... they all look the same wink and i hate it for that ... it is like windows .. everyone is using it but that doesnt mean it is the best wink

Re: Devlounge Punbb

It looks awsome! Great work.

9

Re: Devlounge Punbb

Very nice!

10

Re: Devlounge Punbb

A really noob question: How do I add a square at the bottom as u have done? (The black one)

Re: Devlounge Punbb

helpme wrote:

A really noob question: How do I add a square at the bottom as u have done? (The black one)

You should be able to add something similar quite easily by editing main.tpl.

Looking for a certain modification for your forum? Please take a look here before posting.

12

Re: Devlounge Punbb

pogenwurst wrote:
helpme wrote:

A really noob question: How do I add a square at the bottom as u have done? (The black one)

You should be able to add something similar quite easily by editing main.tpl.

Yes ofcourse but What shall I write?

13

Re: Devlounge Punbb

#footer {
    clear: both;
    width: 720px;
        height: 100%;
    color: #fff;
    margin-top: 10px;
        margin: 0 auto;
    line-height: 20px;
    padding: 5px;
    background: #4e4c4d;
    font: 0.7em/18px Verdana, Helvetica, Arial, Sans-Serif;
}

put that into css file

and then <div id="footer">Your text</div> in the end of main.tpl


Thats it wink

14

Re: Devlounge Punbb

#footer {
    clear: both;
    width: 720px;
        height: 100%;
    color: #fff;
    margin-top: 10px;
        margin: 0 auto;
    line-height: 20px;
    padding: 5px;
    background: #4e4c4d;
    font: 0.7em/18px Verdana, Helvetica, Arial, Sans-Serif;
}

put that into css file

and then <div id="footer">Your text</div> in the end of main.tpl


Thats it wink