Hi,

I am new to PunBB and was wondering how I can change the style sheet for the admin interface???
Or is there a tutorial somewhere?

Thanks!
Dada

2

(3 replies, posted in PunBB 1.2 troubleshooting)

Thanks a bunch Smarty's!
By the way, where do I find and download plug-ins?
Dada

3

(3 replies, posted in PunBB 1.2 troubleshooting)

Hi,

I would like to create an internal message board that only allows people who I grant access or provide with a password to access the board. I wouldn't want the public to post on it or see it.

Is this possible and if so easily achievable?

Thank you.
Dada

Thank you all. I got it resolved. There must have been a glitch with the css file but now everything works as it should. The title text is hidden as suggested above.

One more thing: The header image is not displayed correctly on Mac IE. Does it look okay on a PC? Any work arounds for this?

Thanks you!
Dada

Sorry for being so problematic but I would like to keep the description but would like the forum title :'Tägliches Brot Lädt zum Schwafeln Ein' disappear.

Any suggestion how to hide it? Problems described above.

Thanks,
Dada

Thanks for the tips, but I removed the id and span tags but it still displays the title text.

I cannot remove the <pun_title> tag because my header image is linked to it.

Can anybody explain to me how my code in the main template has to look like so it hides the text?

<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox"><pun_title><pun_desc>
</div>

Thanks,
Dada

Thanks for your help but I must be doing something wrong:

In main.tpl I put:

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
<span id="brdtitle"><pun_title></span>


In mystyle.css I put

DIV#brdtitle h1 span {
        display : none;
}

Thank you!

Hi,

I have a header image that already has the name of the forum.

How can I remove the title of the forum?

Right now it displays the title over the image

see here:

http://www.carinafuller.com/forums/

Thank s guys!

9

(2 replies, posted in PunBB 1.2 troubleshooting)

Nevermind solved it. I just didn't changed the import rule of the mystyle.css to my new style so it kept linking to the wrong style. roll

10

(2 replies, posted in PunBB 1.2 troubleshooting)

:  roll

I followed this tutorial: http://www.punres.org/doku.php?id=dev:s ? go_via_css
on adding a header with css but it doesn't diplay:

I placed my header image in the following directory:  /forums/img/header/header.gif

then I went to mystyle_cs.css and added this:

/* header logo */
.pun H1
{

/* your logo and position */
background-image: url(forums/img/header/header.gif);
background-repeat: no-repeat;
background-position: left; /* you set your logo position here */
display: block;
height: 125px; /* logo height in here add width: size px if u need*/
}

/*header title*/
.pun H1 span
{
/* your font style */
color: #0066B9;
font-size: 20px; /* title size */
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: none ; /* transform text: uppercase, capitalise */
text-decoration: underline; /* decoration: none, overline */

/* position for your text (board title) with the logo */
position: absolute;
top: 40px;
left: 90px;
}

Then I went to mystyle.css and removed .pun H1


Here is the forum http://www.carinafuller.com/forums/

Am I missing something here?

Thank you!
Dada

Thanks so much Ludo!

I still don't have that header problem resolved though: roll

I followed this tutorial: http://www.punres.org/doku.php?id=dev:s … go_via_css
on adding a header with css but it doesn't diplay:

I placed my header image in the following directory:  /forums/img/header/header.gif

then I went to mystyle_cs.css and added this:

/* header logo */
.pun H1
{

/* your logo and position */
background-image: url(forums/img/header/header.gif);
background-repeat: no-repeat;
background-position: left; /* you set your logo position here */
display: block;
height: 125px; /* logo height in here add width: size px if u need*/
}

/*header title*/
.pun H1 span
{
/* your font style */
color: #0066B9;
font-size: 20px; /* title size */
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: none ; /* transform text: uppercase, capitalise */
text-decoration: underline; /* decoration: none, overline */

/* position for your text (board title) with the logo */
position: absolute;
top: 40px;
left: 90px;
}

Then I went to mystyle.css and removed .pun H1 


Here is the forum http://www.carinafuller.com/forums/

Am I missing something here?

Thank you!
Dada

Hi Programmer Gurus,

I would like to know where I would be able to change the file size for the avatar that the user uploads to the server?

Also- is there a way to display images/avatars for the categories?

Thank you!

Great!
Thank you for your help!
Is very appreciated!
dada

Hi guys,

I have seen some other posts about this but it's still not clear to me:

1-->Which style sheets do I have to alter in order to have a fixed width forum?
      (For example 800px wide)

2.-->What is the easiest way to add a header image?


Thank you!!!

Dada