Hi!
I noticed that you here also use minibb - good
I want to embedd minibb in Joomlas content div by inserting it like this:
{source}
<?PHP
$dir=getcwd();
chdir ("/home/jogger/www/forum");
include ('./index.php');
chdir ($dir);
?>
{/source}
My problem: I do not have any global variables of minibb available (e.g. all the language variables $l_xxxxxx) - resulting in a void replacing of {$xxxx}-variables in minibbs templates.
The $GLOBALS array only shows a few Joomla specific indices.
Is there a way to make minibbs variables available to it so that it work?
Best regards (and keep up this good work!),
Chris