Forums

Unfortunately no one can be told what FluxBB is - you have to see it for yourself.

You are not logged in.

#1 2008-08-21 20:15:31

kraoc
Member
Registered: 2008-08-18
Posts: 4
Website

1.3 beta2 SVN

I upgraded my wow guild forum from PunBB 1.2 (heavily tweaked) to FluxBB 1.3 latest svn revision.
You can look it at: http://forum.ledb.net/.

PS: it's inspired from http://diablo3community.com/, thanks to them tongue

Offline

#2 2008-08-21 21:10:37

raptrex
Member
Registered: 2008-05-11
Posts: 121
Website

Re: 1.3 beta2 SVN

lol did you steal my nav-link and red header image?
if not, im glad i inspired you :S

Last edited by raptrex (2008-08-21 21:11:00)

Offline

#3 2008-08-22 09:58:59

kraoc
Member
Registered: 2008-08-18
Posts: 4
Website

Re: 1.3 beta2 SVN

Yup... I apologize smile

Therefore I'm planning to change them to "more wine appeal" image ^^

Offline

#4 2008-08-22 13:26:35

debil
Member
Registered: 2008-05-13
Posts: 15

Re: 1.3 beta2 SVN

what did you guys edit to put a background image as header?

Last edited by debil (2008-08-22 13:56:10)

Offline

#5 2008-08-22 17:09:12

raptrex
Member
Registered: 2008-05-11
Posts: 121
Website

Re: 1.3 beta2 SVN

debil wrote:

what did you guys edit to put a background image as header?

brd-head

Offline

#6 2008-08-22 17:55:15

debil
Member
Registered: 2008-05-13
Posts: 15

Re: 1.3 beta2 SVN

sorry im a noob at css files. is it something like this i should edit oxygen.css?

#brd-head {
    padding-bottom: 0.75em;
    padding-top: 1em;
    background-image:
    url('http://z3n.se/img/banner.jpg')
    }

Offline

#7 2008-08-22 19:01:16

debil
Member
Registered: 2008-05-13
Posts: 15

Re: 1.3 beta2 SVN

oh just noticed it was Oxygen_cs.css i should edit.

Offline

#8 2008-08-22 21:08:13

Ophie
Member
From: /bin/laden
Registered: 2008-05-09
Posts: 22

Re: 1.3 beta2 SVN

debil wrote:

sorry im a noob at css files. is it something like this i should edit oxygen.css?

#brd-head {
    padding-bottom: 0.75em;
    padding-top: 1em;
    background-image:
    url('http://z3n.se/img/banner.jpg')
    }

you don't need to write full path of your site for images. If the css file is in the root firectory of the index, you can only write url('img/banner.jpg'). It will save bandwidth. Or if your css file is in another directory add url('../img/banner.jpg'). Either that or your hotlinking, lol.


[img]http://i28.tinypic.com/5c0sxi.jpg[/img]
[img]http://i25.tinypic.com/2yv2fyq.jpg[/img]

Offline

#9 2008-08-25 08:12:32

kraoc
Member
Registered: 2008-08-18
Posts: 4
Website

Re: 1.3 beta2 SVN

Full url is composed by FluxBB when parsing files and generating final content...
You can add - and shoud - use relative path smile

Offline

Board footer

Powered by FluxBB 1.4.8