Topic: PunBB++ Alpha 2

http://punres.cactuz.nu/?p=projects/desc&id=8

PunBB++ Alpha 2 was just released.

Changelog:
- Fixed a PunBB to PunBB++ DB update
- Updated PunBB++ Alpha 1 to Alpha 2 update
- Added changes from PunBB 1.1.2
- Added Post Enhancer by Rob
- Added some not-so-important features and stuff ;)


Please post your comments in this thread:
http://forum.cactuz.nu/viewtopic.php?id=13&punres

2

Re: PunBB++ Alpha 2

I've tried PunBB 1.1.2 then I decided to upgrade to PunBB++ Alpha2, It didn't work so i deleted my old punBB and tried Fully installing PunBB++ Alpha2 but still nothing, a simple white page. http://s92355458.onlinehome.us/Forum/upload/

Re: PunBB++ Alpha 2

That is the weirdest thing ;)

Have you tried comment out the error thing in common.php?

4

Re: PunBB++ Alpha 2

Ok, i re-re-installed, it worked, don't know what i did different, but wathever it was weird. And by the way, is PunBB 1.1.2 language pack(French in my case) are working or a special one is downloadable or i have to translate it myself?

Re: PunBB++ Alpha 2

There is a few changes and a couple of new language files. Maybe I can make a diff log or something for you :)

6 (edited by Jansson 2004-05-16 18:26)

Re: PunBB++ Alpha 2

Have you run the scripts/112_to_++Alpha2_update.php file from your PunBB++ root?

7

Re: PunBB++ Alpha 2

Yes i did it the first, but whatever now it's work, except for when you post and click on a smilie or code thing it does this error:

Line: 204
Char: 13
Error: 'document.all.post1' as the value Null or is not an object
Code: 0
Url:
http://s92355458.onlinehome.us/Forum/up … .php?fid=2

PS: and meilad, i couldn't see yours because i've got the error you wrote down. big_smile

Re: PunBB++ Alpha 2

You mean the javascript? I'll have a look at that tomorrow :)

9

Re: PunBB++ Alpha 2

I made up an French language package for PunBB++ alpha 2 based on the PunBB french pack, it is avaible here: http://s92355458.onlinehome.us/Forum/upload/lang/fr.zip

Re: PunBB++ Alpha 2

FranK45 wrote:

I made up an French language package for PunBB++ alpha 2 based on the PunBB french pack, it is avaible here: http://s92355458.onlinehome.us/Forum/upload/lang/fr.zip

Can I put it on PunRes?

11

Re: PunBB++ Alpha 2

Yes sure, no problem!:D

12

Re: PunBB++ Alpha 2

oh, now i'm actullay adjusting it a bit, i forggoted some lines and editing liveprelayer.php to make it work with an fr_prelayer.php and en_prelayer.php

13

Re: PunBB++ Alpha 2

ok the final version is online: http://s92355458.onlinehome.us/Forum/up … Alpha2.zip

-Translated: fr_pms.php, fr_online.php, fr_poll.php
-Created: en_generate.php, en_prelayer.php
                fr_generate.php,  fr_prelayer.php
-There is modification to: Footer.php ==> $lang_generate.php
                                     Include/liveprelayer.php ==> $lang_prelayer.php
                                     Include/livepreparser.php ==> $lang_prelayer.php

I think it is pretty much that.

Re: PunBB++ Alpha 2

in setup.php, if you add some code for SQLite, it'll reduce the time for building database.

    $now = time();
    if ($db_type == 'sqlite') $db->query('BEGIN');

    // Insert guest and first admin user
...
       (inserting process)
...
    if ($db_type == 'sqlite') $db->query('COMMIT');

    // Check if default avatar directory is writable