1

(3 replies, posted in Discussions)

Maybe site-integration, was not the best word to describe my problem. (ENG not my main language..)

I am trying to access the php functions (punbb forum) from my own php scripts (my website).

I actually want to use the intelligence from the pun php lib, for my site. Like login, last visit, ect...
No need to code something that already exists on my server (points to the forum)...

2

(3 replies, posted in Discussions)

I'm testing this forum, and I have to say I like it. Now I would like to integrate the forum engine into my site.

The idea is to let the forum worry about login / logout / register of users. So I can concentrate on functionality of the site.

My first test: following code is from the documentation page 1.3 (1.4 is non existent on this topic).

 if(!defined('FORUM_ROOT')) {
                    define('FORUM_ROOT', 'forum/');
                }
          require FORUM_ROOT.'include/common.php';

This is straightforward, but still I get this message

Fatal error: Call to a member function escape() on a non-object in /home/a8552167/public_html/forum/include/functions.php on line 1498

, is this only meant to work in 1.3?

3

(15 replies, posted in Supported extensions)

I installed this on punBB 1.4, installed fancy_image-0.9.6.zip (also Fancy jQuery Addons), and when i put an image in my post I am not able to click on it to get the light-box ...