It'll work.
Just install punbb, edit the config manually so that it points to the correct db, load your backup, and that should be it.
26 2006-02-23 20:12
Re: this is a mypunbb issue but can someone answer my question please? (38 replies, posted in PunBB 1.2 troubleshooting)
27 2006-01-21 13:40
Re: Pun BB is great for mobile devices! (7 replies, posted in PunBB 1.2 discussion)
I can get you a couple.
Here's punbb on a nokia communicator 9500:
28 2005-11-16 22:52
Re: MySQL to SQLite (7 replies, posted in PunBB 1.2 troubleshooting)
Well, you could fix that.
It'sprobably only adding the correct table rules for sqlite for it.
I did the same for the PM mod, it's not difficult, as long as you know your sql.
29 2005-11-16 09:30
Re: MySQL to SQLite (7 replies, posted in PunBB 1.2 troubleshooting)
It should be possible. As long as you can get a standard sql-dump from mysql.
The table and cellnames are the same, so that's no problem.
Can you make a dump and test-load it? That way you can try before really converting.
30 2005-11-09 23:51
Re: Things Look defrent on Mozilla/Firefox. (4 replies, posted in Programming)
You didn't close your <p> with </p> anywhere, so I'm guessing mozilla is at a loss where the paragraph ends.
31 2005-11-07 22:44
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
you probably forgot to place a "; " on or near line 1061
in file c:\wamp\www\punbb\include\functions.php
Smartys is right, check your editing.
Hendrik-Jan
32 2005-11-06 12:28
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I've added sqlite support to the plugin.
The new version is 1.2.2b, also available at: http://145.98.209.235/deel/
Not sure if it all works correctly, as I don't have an sql db to test it with, so feedback from sqlite users please!
Hendrik-Jan Heins
33 2005-11-04 14:17
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Another change:
The plugin gave everybody BUT the administrators the possibility to use the PM system.
I modded /plugin/AP_Private_messaging.php so that now also admins can use the system.
For sqllite: can sqllite users tell me (or connerhd) the commands they need to add and modify a table, so that we can also adapt this plugin for sqllite.
Hendrik-Jan
34 2005-11-04 13:35
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
STUPID MISTAKE!!!!!
If you downloaded the file on my server before nov. 4th, 13:30 GMT, it won't work!!!!
The version that is available there now, will.
Hendrik-Jan Heins
35 2005-11-04 13:01
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just another small change:
in files/include/header_new_messages.php, change line 11 to:
if($pun_config['o_pms_enabled'] != 0 && $pun_user['g_id'] > PUN_GUEST){
(<- so it's about the "o_pms_..." part!) This prevents the error in the head of your forum.
Hendrik-Jan Heins
36 2005-11-03 23:04
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hey all,
I've just modified this mod to also work on postgresql.
I'm not sure where/to whom to send it, Conner maybe?
For now you can find it on: http://145.98.209.235/deel/
I'd like to merge the changes with the current version, so can the maintainer of this mod send me a message?
Hendrik-Jan Heins