http://boards.ign.com/ is absolutely huge.
7,028 2003-11-23 15:46
Re: Admin Edit (8 replies, posted in PunBB 1.2 bug reports)
I edited your post and it works.
Try this post: http://www.jasonbucher.com/dale/forums/ … ?pid=43#43
7,029 2003-11-23 13:19
Re: Table "forums in use" and no access allowed to the Forum anymore... (2 replies, posted in PunBB 1.2 troubleshooting)
We've had the same problem at sweclockers.com (running vBulletin). It's been a while now though. I can't really remember how we fixed it. Try running check table on the table that is supposedly in use.
7,030 2003-11-23 13:16
Re: tableprefix + style (10 replies, posted in Archive)
Du menar med base_url? Det påverkar dock bara admins och moderatorer.
7,031 2003-11-23 13:15
Re: Admin Edit (8 replies, posted in PunBB 1.2 bug reports)
Could you try it again with a different post? I want to make sure there isn't a bug.
7,032 2003-11-23 11:21
Re: Admin Edit (8 replies, posted in PunBB 1.2 bug reports)
That's odd. Did you perhaps edit the post one time without silent edit checked? If you did, there is no way to remove the edited by notice.
7,033 2003-11-23 11:20
Re: Upgrading... (2 replies, posted in PunBB 1.2 troubleshooting)
Yes, exactly.
7,034 2003-11-23 11:19
Re: quoted text format (16 replies, posted in Feature requests)
Or use the code tag.
7,035 2003-11-23 00:49
Re: PunBB Awards? (15 replies, posted in General discussion)
Dale: I have no idea. However, when I googled for PunBB about two months ago, it returned a thousand hits. Now I get almost 7000 :D
7,036 2003-11-23 00:48
Re: The work continues (87 replies, posted in PunBB 1.2 discussion)
Thank you for the concern gunny. I promise it will not be bloated. If it turns out a feature will require a lot of code or be "too big" in any other way, I will just skip it.
7,037 2003-11-23 00:46
Re: quoted text format (16 replies, posted in Feature requests)
I'm an idiot :)
7,038 2003-11-22 23:25
Re: Displaying forms without forums header. (6 replies, posted in PunBB 1.2 troubleshooting)
Hmm, that will be a little tricky. One way of solving it is to set a variable in those scripts and then check that variable in header.php to see if the header should be displayed. The file header.php must be executed regardless of whether the header is displayed or not.
7,039 2003-11-22 23:22
Re: Processing PHP code in templates (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes. Just put whatever PHP code you want executed in the templates. Don't forget <?php and ?>.
7,040 2003-11-22 23:22
Re: tableprefix + style (10 replies, posted in Archive)
Det är ingen dum idé :)
7,041 2003-11-22 23:21
Re: quoted text format (16 replies, posted in Feature requests)
Actually, it's post.php you want to look at. Locate the following (row 339):
$quote = '
'.$qposter.' '.$lang_post['wrote'].':'."\n\n".$qmessage."\n".'
'."\n";
and replace it with:
$quote = '
'.$qposter.' '.$lang_post['wrote'].':'."\n".$qmessage."\n".'
'."\n";
That will remove the extra linebreak. This tip will not apply to PunBB 1.1 though. The quote code has been updated a bit.
7,042 2003-11-22 23:18
Re: Whos online and what are they doing? (2 replies, posted in Feature requests)
PunBB doesn't keep track of logged in users IP-addresses or what they are doing, so that will unfortunately be quite difficult.
7,043 2003-11-22 23:16
Re: my new forum and style (5 replies, posted in PunBB 1.2 show off)
That's nice to hear :)
7,044 2003-11-22 23:16
Re: PunBB Awards? (15 replies, posted in General discussion)
Why, sure. However, I feel there are perhaps too few website running PunBB at the moment. I would prefer to have a broader selection of boards to look at.
7,045 2003-11-22 23:14
Re: Spacing On Front Page (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I see you've got it under control now.
7,046 2003-11-22 15:19
Re: D-Frame Updated... You may wanna see... (9 replies, posted in PunBB 1.2 show off)
Excellent :)
7,047 2003-11-22 15:19
Re: Spacing On Front Page (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
All the columns are there. It's just that since every category is a new table, the browser doesn't know how wide the different columns should be. When they are all in the same table, it can just align columns with the ones in the row above it.
7,048 2003-11-22 14:52
Re: D-Frame Updated... You may wanna see... (9 replies, posted in PunBB 1.2 show off)
Yes, even smaller please. How about 60 pixels high?
7,049 2003-11-22 12:59
Re: tableprefix + style (10 replies, posted in Archive)
Ok, du kan inte göra såhär då:
Om man som användare registrerar sig i forumet på sida1, så får man som förval sida1.css som stil i sin profil. Registrerar man sig på sida2, så får man sida2.css som förval. Du lämnar dock kvar möjligheten att byta stil i profilen.
7,050 2003-11-22 12:56
Re: D-Frame Updated... You may wanna see... (9 replies, posted in PunBB 1.2 show off)
That's some advanced styling you've got going. Nice to see people are not afraid to hack the code :)
BTW, might I ask you to shrink the image in your signature a bit?