551

(6 replies, posted in PunBB 1.2 troubleshooting)

You could also apply the following patch from the 1.3 branch:

http://dev.punbb.org/changeset/525

Edit: See below smile

552

(1 replies, posted in PunBB 1.2 bug reports)

Noted. Will fix in 1.3.

553

(69 replies, posted in News)

silence: How about asking over at Punres?

I deleted your other topic on the subject btw.

http://digg.com/videos_comedy/What_Enri … ounds_like

555

(16 replies, posted in PunBB 1.2 discussion)

Cool! I hope it works out.

elbekko wrote:

Myeah, but you would still need to store the last time they sent a mail wink

True. We could probably get away with adding that field to the users table though. I'll put this on the investigate list for 1.3.

Well, who was the sender? Ban him.

558

(1 replies, posted in PunBB 1.2 bug reports)

Updated. Thanks.

Well, if you have a look after "ORDER BY sticky DESC" on that line, you'll notice there's one more sort condition. Just replace that so you end up with something along the lines of:

ORDER BY sticky DESC, subject ASC

560

(3 replies, posted in General discussion)

You should check out this topic.

Moved to general discussion.

Very nice. This should make a nice extension when the time comes.

That's odd. It must be an IIS issue.

Question: Do you need IIS for anything except this? I mean, are you running ASP/ASP.NET scripts as well? If not, uninstall that sorry excuse for a webserver and install Apache.

Moved to "Modifications" since this is related to a mod.

Are you sure that's PunBB and not some other forum based on PunBB? I sure as hell havn't written the "for windows .." comment stuff.

I'm not sure I understand. PunBB does not "allow" HTML in any posts.

566

(5 replies, posted in General discussion)

elbekko wrote:

Hrmm, are your feet now stuck in a block of concrete by any chance? big_smile

Luckily, I wasn't involved in this accident. I just found the link on the net somewhere smile

567

(5 replies, posted in General discussion)

http://digg.com/offbeat_news/Concrete_Oops

Feel free to digg the story smile

568

(20 replies, posted in PunBB 1.2 troubleshooting)

Yes, but the "I can't because poster_id=1 is not attribute to guess but another user." confused me.

At the very top of the topic listing in this forum, you'll find http://punbb.org/forums/viewtopic.php?id=2165

570

(20 replies, posted in PunBB 1.2 troubleshooting)

tomekf: Have a look in your users table and make sure there's a user with id = 1 that's called "Guest". If not, locate the guest user and change it's user id to 1.

Check the permissions on profile.php. Use your FTP client to chmod it to 755.

I am keeping my eye on it. Neither of the two vulnerabilities discovered by Chris Boulton affect PunBB.

573

(20 replies, posted in PunBB 1.2 troubleshooting)

Well, the easy fix is to set the user_id for the missing posts to 1. Then they should appear as guest posts. That's what PunBB does when you delete a user (unless you choose to delete the posts as well).

aPerson wrote:

Are we allowed to edit the files so we can do this?

Feel free.

575

(20 replies, posted in PunBB 1.2 troubleshooting)

The odd thing is that only 47 posts are displayed in the topic. This means there are 5 posts that aren't displayed for some reason. My guess is that there are posts that have a poster_id (the id of the user who posted) that points to a user that for some reason has been removed the users table. Maybe you could go through the posts in the database and check?