I searched for 'archives' and amazingly, found the result.

http://punbb.org/forums/viewtopic.php?id=10373

smile

Ask your host to do it..

It's the font size in default.css..

http://www.uscivilwaronline.com/default.css

body {
    background: #6A6D7C;
    text-align: center;
    [b]font: .7em Verdana, Arial, Helvetica, sans-serif;[/b]
    margin: 0px;
    padding: 0px;
}

http://punbb.org/docs/faq.html#faq2_4

105

(6 replies, posted in PunBB 1.2 show off)

This isn't my site, but certainly one of the better uses of PunBB i've seen:

http://www.colorschemer.com/forums/index.php

Bradyn wrote:

What I'd like is for the information displayed under the 'Discussion board" header to be displayed as a list (as below).

* Guests online: 0
* Registered users online: 1
* Total number of registered users: 3
* Newest registered user: Ares
* Total number of topics: 8
* Total number of posts: 21

That's how I see it...

107

(5 replies, posted in PunBB 1.2 bug reports)

This is a known pagination bug smile

Use WinZip http://www.winzip.com/ to unzip the file.

You can ask your host for support on setting up a database etc, that's what you pay them for.

109

(7 replies, posted in PunBB 1.2 show off)

davestanton wrote:

mostly looking to see what people think of the idea and can you get the idea from the home page?

If it wasn't for the giant photo i wouldn't really know what it was. The problem is that it looks like every other standard portal/cms layout.

The text seems aimed more at Google than your human readers...

110

(3 replies, posted in PunBB 1.2 show off)

I like the homepage, but the forum colours are very dissapointing. Doesn't feel right at all..

111

(109 replies, posted in General discussion)

Photics wrote:

It's tough on everyone around.

You make it sound like we are waiting on them for our food rations...

112

(12 replies, posted in PunBB 1.2 troubleshooting)

Can you make changes like that on mypunbb?

That depends what you mean by 'activate'.

Extern.php is to be used like an RSS feed.

I take it you are using the PunRes mod:

Replace

// Display the last topic
    $idm = $cur_forum['subject'];

With

// Display the last topic
if ($pun_config['o_censoring'] == '1')
{
$idm = censor_words($cur_forum['subject']);
} else
$idm = $cur_forum['subject'];

The company you register the domain with has a control panel.

The #content also needs floating, and the /width etc isn't needed. Try this one from PunRes:

http://www.punres.org/doku.php?id=tutor … _a_sidebar

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
</head>
<body>

<div id="punwrap">
<div id="pun<pun_page>" class="pun">

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

<div id="container">
    <div id="main">
    
        <pun_announcement>
    
        <pun_main>
        
    </div>    
</div>

<div id="left">    
    <div class="block">
        <pun_include "summary.php">
    </div>
</div>

<div class="clearer"></div>

<pun_footer>

</div>
</div>

</body>
</html>
    #left {
        width: 120px;
        float: left;
    }
    #main {
        margin-left: 130px;
    }
    #container {
        width: 100%;
        float: right;
        margin-left: -120px;
    }

117

(1 replies, posted in PunBB 1.2 troubleshooting)

Yes.

Pun should be alright, if anything it'll be the modifications that cause the problems.

119

(15 replies, posted in PunBB 1.2 troubleshooting)

PunBB came first.

Have to wait for PunBB 1.3 if you want to use IE7.

?

The last visit is shown on almost every page..

121

(5 replies, posted in General discussion)

awstats springs to mind http://www.awstats.org/

122

(5 replies, posted in PunBB 1.2 bug reports)

addicted68098 wrote:

I was doing some testing and discovered that a two character username is accepted valid

Yes, usernames are between 2 and 25 characters...

Not Found
The requested URL /forums/style/Oxygen.css was not found on this server.

124

(7 replies, posted in PunBB 1.2 discussion)

bodhisattva wrote:

I want to write a program which would poll a forum (PunBB and/or Revo)

Tell me again why we should help your Revo project...

Enable Debug Mode and then post the error here.

Check your database tables...