I searched for 'archives' and amazingly, found the result.
101 2006-02-26 20:46
Re: help finding post about a news archive fix (2 replies, posted in PunBB 1.2 troubleshooting)
102 2006-02-26 20:43
Re: this is a mypunbb issue but can someone answer my question please? (38 replies, posted in PunBB 1.2 troubleshooting)
Ask your host to do it..
103 2006-02-24 17:31
Re: US Civil War Online - CSS Integration (6 replies, posted in PunBB 1.2 show off)
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;
}
104 2006-02-24 15:07
Re: Problem "An error was encountered" (3 replies, posted in PunBB 1.2 troubleshooting)
105 2006-02-24 14:21
Topic: Noteworthy PunBB usage (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:
106 2006-02-23 12:22
Re: More extern.php help, please (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2006-02-22 17:54
Re: Empty page in user list (5 replies, posted in PunBB 1.2 bug reports)
This is a known pagination bug
108 2006-02-22 17:13
Re: Im New at this.. Please help! (11 replies, posted in PunBB 1.2 troubleshooting)
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 2006-02-21 19:49
Re: What you think of this? (7 replies, posted in PunBB 1.2 show off)
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 2006-02-21 19:45
Re: Drop Da Funk (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 2006-02-21 19:43
Re: 1.3 coming... (109 replies, posted in General discussion)
It's tough on everyone around.
You make it sound like we are waiting on them for our food rations...
112 2006-02-20 22:01
Re: adding a link to Navlink (12 replies, posted in PunBB 1.2 troubleshooting)
Can you make changes like that on mypunbb?
113 2006-02-20 21:47
Re: "extern.php" - How do I get this to work?? (3 replies, posted in PunBB 1.2 troubleshooting)
That depends what you mean by 'activate'.
Extern.php is to be used like an RSS feed.
114 2006-02-20 17:12
Re: Censorship on Index under "Last post" (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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'];
115 2006-02-20 16:37
Re: Is there anyway i can change the domain for my punbb forum? (5 replies, posted in PunBB 1.2 discussion)
The company you register the domain with has a control panel.
116 2006-02-20 13:52
Re: Two collumns tpl file, css powered (1 replies, posted in PunBB 1.2 troubleshooting)
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;
}
118 2006-02-20 13:33
Re: Worried about my PunBB Forum installation getting bigger! (3 replies, posted in PunBB 1.2 discussion)
Pun should be alright, if anything it'll be the modifications that cause the problems.
119 2006-02-20 13:26
Re: IE7 view problem (15 replies, posted in PunBB 1.2 troubleshooting)
PunBB came first.
Have to wait for PunBB 1.3 if you want to use IE7.
120 2006-02-17 23:44
Re: How do I display the Last_Visit in my header.php? (2 replies, posted in PunBB 1.2 troubleshooting)
?
The last visit is shown on almost every page..
121 2006-02-16 23:25
Re: Web Page Statistics.... (5 replies, posted in General discussion)
awstats springs to mind http://www.awstats.org/
122 2006-02-16 13:54
Re: Username Validation Error (5 replies, posted in PunBB 1.2 bug reports)
I was doing some testing and discovered that a two character username is accepted valid
Yes, usernames are between 2 and 25 characters...
123 2006-02-16 13:44
Re: Site integration problem (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Not Found
The requested URL /forums/style/Oxygen.css was not found on this server.
124 2006-02-15 20:30
Re: Check for new posts (7 replies, posted in PunBB 1.2 discussion)
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...
125 2006-02-14 20:12
Re: ERROR encountered after deleting posting. (5 replies, posted in PunBB 1.2 troubleshooting)
Enable Debug Mode and then post the error here.
Check your database tables...