1 (edited by sypie 2007-11-08 21:33)

Topic: [SOLVED]admin_options Board desription doesn't work in 1.2.

In my board i've set the board description to a customized description. No slashes, no html code at all. But it doesn't show up. 

Simple question: How do i get my Board description on my forum?

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

Could you post a link to your forum?

[img]http://i192.photobucket.com/albums/z314/avantgarde--/helplol.png[/img]

3

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

forum.websurfing.nl

Everything is still in development, but this won't go..

4 (edited by MattF 2007-10-05 18:21)

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

Can't remember which it is exactly, but look for the 'display: none' line in your stylesheet for either, (I believe), brdtitle or brdheader. Comment that out and it should appear.

Edit: I think it's this section it's in: .pun #brdtitle p {

5

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

The admin, with server acccess takes a look at it.

6

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

Indeed, the solution.

Mybe someone want's to check again to see what the total header does? In my browser it doesn't show the settings of pixels in the css.

7

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

The project was a few weeks off, i needed vacation and i took it. Now i'm back and i see that there are 3 lines of text running over eachother. Logged in as, last visit and the board description.
Grab a look at http://forum.websurfing.nl Someon knows any solution or hint in wich file i need to search?

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

#brdtitle H1 {

    HEIGHT: 100px;
    MARGIN: 0px;
    FONT-SIZE: 40px;
    COLOR: #FFF;
    PADDING-TOP: 40px;
    PADDING-LEFT: 130px;
}

You're messing with the placement via CSS.

9 (edited by sypie 2007-10-28 22:52)

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

I checked it out and found exactly this code in the CSS file.  Is it the wrong code or the right one?

This is the code that i have in the template.css file:

/*#brdtitle P {DISPLAY: none}   Turned off, shows the Board description*/

#brdtitle {
    BACKGROUND: url(../img/Mac4Dummies/desertybg.png) repeat-x top left;
    HEIGHT: 100px;
    PADDING: 0px;
    BORDER-BOTTOM-WIDTH: 1px;
}

#brdtitle H1 {

    HEIGHT: 100px;
    MARGIN: 0px;
    FONT-SIZE: 40px;
    COLOR: #FFF;
    PADDING-TOP: 40px;
    PADDING-LEFT: 130px;
}

10

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

This thing is still not solved. I really have no idea where to look for the right code and what to do to get it right on it's place... Now i disabled it, but i want to have it back....

Thanks in advance!

11

Re: [SOLVED]admin_options Board desription doesn't work in 1.2.

Problem solved. I asked a smarty that was in my buddylist and together we figured out things. The header is now better then ever big_smile

It was a case of trial and error until i found some lines that really made a difference. I'm still not a programmer in PHP and CSS...