7,026

(15 replies, posted in General discussion)

http://boards.ign.com/ is absolutely huge.

7,027

(8 replies, posted in PunBB 1.2 bug reports)

:D

7,028

(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

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

(10 replies, posted in Archive)

Du menar med base_url? Det påverkar dock bara admins och moderatorer.

7,031

(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

(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

(2 replies, posted in PunBB 1.2 troubleshooting)

Yes, exactly.

7,034

(16 replies, posted in Feature requests)

Or use the code tag.

7,035

(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

(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

(16 replies, posted in Feature requests)

I'm an idiot :)

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.

Yes. Just put whatever PHP code you want executed in the templates. Don't forget <?php and ?>.

7,040

(10 replies, posted in Archive)

Det är ingen dum idé :)

7,041

(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

(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

(5 replies, posted in PunBB 1.2 show off)

That's nice to hear :)

7,044

(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.

I see you've got it under control now.

Excellent :)

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.

Yes, even smaller please. How about 60 pixels high?

7,049

(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.

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?