Well thanx but i do need an example of that table + where to put it. A step by step guideline would be nice.

Got trouble integrating PunBB with Coppermine.

I do have the latest 1.3.5 coppermine version and 1.2.10 PunBB version,

I did what everything according to the Oppermine documentation:

In the punbb.inc.php:

// ------------------------------------------------------------------------- //
// PunBB 1.1.5 Integration for Coppermine                                    //
// ------------------------------------------------------------------------- //
// Modify the values below according to your Board installation              //
// ------------------------------------------------------------------------- //

// URL of your punbb
$path = 'http://www.wakeskating.nl/punbb';

// local path to your punbb config file        <--------local path from the copermine dir or   from this file, now it
require_once('../punbb/config.php');                      is set from the coppermine directory to the root and then to
                                                                          the punbb directory
// punbb mod == cpg Admin ?
define('MOD_IS_ADMIN', FALSE);             <------ do i have to edit something here?

In  include/init.inc.php:

// define('UDB_INTEGRATION', 'punbb');    <--------- removed "//"

Created the redir.php and save it in the punbb directory.

I'm getting this error message:

Fatal error :
There was an error while processing a database query

What goes wrong?

I can wait for a stable 1.4 version but would be nice to fix it now, wanna go "on air" with an integrated gallery and board.

Who can help me.  (plz no links to other topics cause if've looked there but I'm getting cinfused with all the different versions)

Thanx.

link's not working.....

I tried chancing the viewforum.php for locked en sticky topics and it works fine but how do i chance the new en old icons?

I tried the css like in http://punbb.org/forums/viewtopic.php?id=9133 but it doesn't work.

Anyone any ideas how to manage that in the viewforum.php. Played with:


if (!$pun_user['is_guest'] && $cur_topic['last_post'] > $pun_user['last_visit'] && $cur_topic['moved_to'] == null)
        {
            $icon_text .= ' '.$lang_common['New icon'];
            $item_status .= ' inew';
            $icon_type = 'icon inew';
            $subject = '<strong>'.$subject.'</strong>';
            $subject_new_posts = '<span class="newtext">[ <a href="viewtopic.php?id='.$cur_topic['id'].'&action=new" title="'.$lang_common['New posts info'].'">'.$lang_common['New posts'].'</a> ]</span>';
        }

Need help here!!!

I tried chancing the viewforum.php and it works fine but how do i chance the new en old icons?

I tried the css like in http://punbb.org/forums/viewtopic.php?id=9133 but it doesn't work.

Anyone any ideas how to manage that in the viewforum.php. Played with:


if (!$pun_user['is_guest'] && $cur_topic['last_post'] > $pun_user['last_visit'] && $cur_topic['moved_to'] == null)
        {
            $icon_text .= ' '.$lang_common['New icon'];
            $item_status .= ' inew';
            $icon_type = 'icon inew';
            $subject = '<strong>'.$subject.'</strong>';
            $subject_new_posts = '<span class="newtext">[ <a href="viewtopic.php?id='.$cur_topic['id'].'&action=new" title="'.$lang_common['New posts info'].'">'.$lang_common['New posts'].'</a> ]</span>';
        }

Need held here!!!