651

(3 replies, posted in PunBB 1.2 discussion)

Your best bet, if the converter doesn't support it, is to convert to a forum software that the converter does support and then convert to PunBB.

652

(3 replies, posted in PunBB 1.2 discussion)

Moved to PunBB Discussion

It's only shown to administrators/moderators.

654

(5 replies, posted in PunBB 1.3 troubleshooting)

Well, that's a problem with your home computer, not the server smile

655

(17 replies, posted in PunBB 1.3 troubleshooting)

Valve has a funnier page tongue
http://developer.valvesoftware.com/wiki/Valve_Time

656

(7 replies, posted in PunBB 1.2 troubleshooting)

Aha: that's probably because of the fact that it's making a request to the external Akismet service.

That's how it works in 1.3 smile

658

(7 replies, posted in Programming)

$_POST stuff should be set, but there are many reasons it won't. Trying for E_ALL compatibility is never a bad thing. wink
As for query builder, take a look at 1.3's source and see how query builder is used wink

659

(7 replies, posted in Programming)

1. You're using $db->query_build wrong
2. #1 is probably marginally faster than #2
3. Try and use isset before accessing variables that might not be set (eg: in POST).
4. I don't think Bekko read the code properly

660

(17 replies, posted in PunBB 1.3 troubleshooting)

Well then, what was rude about it was the way it was phrased. It was phrased as if the developers were being remiss in their duties and as if you were entitled to make demands of them, neither of which are true. A better way to phrase it is "How close are we to a new beta or a final release"

661

(17 replies, posted in PunBB 1.3 troubleshooting)

Yes, it was a question. It was also a question that was phrased in a fairly rude and obnoxious manner, which is why matt reacted the way he did. wink

662

(7 replies, posted in PunBB 1.2 troubleshooting)

If the actual page generation time is low, the problem is likely network related as opposed to PunBB related.

Easy Poll by Mediator

664

(11 replies, posted in Programming)

Is $user_id a valid regular expression? And if it's just a number or a plain string or something, use strpos.

665

(11 replies, posted in Programming)

foreach, preg_match, counter?

666

(4 replies, posted in PunBB 1.2 troubleshooting)

I think that's your browser acting up with the caching. PunBB's settings should have the pages not being cached.

667

(17 replies, posted in PunBB 1.3 troubleshooting)

Because it is beta software.
http://en.wikipedia.org/wiki/Betaware
http://en.wikipedia.org/wiki/Beta_version#Beta

668

(5 replies, posted in PunBB 1.2 troubleshooting)

Link to your forum?

669

(17 replies, posted in PunBB 1.3 troubleshooting)

db_update.php should be able to take your database up to the current revision level.
That being said, you should not be using beta software in a production environment.

Mpok: Very correct analysis of the problem smile

Right. Try replacing the stuff you set for .pun H1 span in the last part of those instructions with display: none

Fixed

Mmm, I don't know what the problem could be then. Ask the XAMPP people? Or check the error_log and paste it here? wink

What's the link you're getting on the XAMPP server and what error are you getting?

Removed <pun_title> from include/templates/main.tpl