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 2008-03-11 23:31
Re: Migration IceBB to PunBB? (3 replies, posted in PunBB 1.2 discussion)
Moved to PunBB Discussion
653 2008-03-11 22:25
Re: ip address showing for every user (2 replies, posted in PunBB 1.2 troubleshooting)
It's only shown to administrators/moderators.
654 2008-03-11 22:02
Re: latest 1.3 dev (5 replies, posted in PunBB 1.3 troubleshooting)
Well, that's a problem with your home computer, not the server
655 2008-03-11 20:43
Re: important question (17 replies, posted in PunBB 1.3 troubleshooting)
Valve has a funnier page
http://developer.valvesoftware.com/wiki/Valve_Time
656 2008-03-11 10:31
Re: Slow posting (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.
657 2008-03-11 10:31
Re: Request: the topic's title concerned. (1 replies, posted in Feature requests)
That's how it works in 1.3
658 2008-03-10 22:41
Re: What is faster? (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.
As for query builder, take a look at 1.3's source and see how query builder is used
659 2008-03-10 22:10
Re: What is faster? (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 2008-03-10 22:02
Re: important question (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 2008-03-10 21:30
Re: important question (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.
662 2008-03-10 21:13
Re: Slow posting (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.
663 2008-03-10 18:49
Re: Anyone has a POLL working with PunBB 1.2.17 or PunBB 1.2.16? (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Easy Poll by Mediator
664 2008-03-10 18:49
Re: how to filter something out of an array (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 2008-03-10 18:42
Re: how to filter something out of an array (11 replies, posted in Programming)
foreach, preg_match, counter?
666 2008-03-10 18:41
Re: User settings crossed? (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 2008-03-10 10:56
Re: important question (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 2008-03-10 00:42
Re: Users not being logged out (5 replies, posted in PunBB 1.2 troubleshooting)
Link to your forum?
669 2008-03-09 23:51
Re: important question (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.
670 2008-03-09 23:50
Re: [Bug]: no headers in messages in install.php (8 replies, posted in PunBB 1.3 troubleshooting)
Mpok: Very correct analysis of the problem
671 2008-03-09 01:43
Re: Problem with when I put logo in header. (8 replies, posted in PunBB 1.2 troubleshooting)
Right. Try replacing the stuff you set for .pun H1 span in the last part of those instructions with display: none
672 2008-03-09 01:42
Re: ATOM and RSS Problems in 1.3 Beta (3 replies, posted in PunBB 1.3 troubleshooting)
Fixed
673 2008-03-08 19:22
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
Mmm, I don't know what the problem could be then. Ask the XAMPP people? Or check the error_log and paste it here?
674 2008-03-08 19:17
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
What's the link you're getting on the XAMPP server and what error are you getting?
675 2008-03-08 19:00
Re: Problem with when I put logo in header. (8 replies, posted in PunBB 1.2 troubleshooting)
Removed <pun_title> from include/templates/main.tpl