I searched for 'archives' and amazingly, found the result.
http://punbb.org/forums/viewtopic.php?id=10373
You are not logged in. Please login or register.
PunBB Forums → Posts by Elzar
I searched for 'archives' and amazingly, found the result.
http://punbb.org/forums/viewtopic.php?id=10373
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;
}
This isn't my site, but certainly one of the better uses of PunBB i've seen:
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...
This is a known pagination bug
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.
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...
I like the homepage, but the forum colours are very dissapointing. Doesn't feel right at all..
It's tough on everyone around.
You make it sound like we are waiting on them for our food rations...
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;
}
Pun should be alright, if anything it'll be the modifications that cause the problems.
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..
awstats springs to mind http://www.awstats.org/
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.
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...
PunBB Forums → Posts by Elzar
Powered by PunBB, supported by Informer Technologies, Inc.