miniBB integration
miniBB integration
Does anybody make an integration miniBB forum in phpwcms?
It can be simply intergrated in own scripts - that they say (http://www.minibb.net/forums/index.php? ... cludeindex) but I trywith "ext. content" .. and without success.
It can be simply intergrated in own scripts - that they say (http://www.minibb.net/forums/index.php? ... cludeindex) but I trywith "ext. content" .. and without success.
Why dont you place that code in a phpfile (foruminclude.php) and call that file via the php reptag?
http://www.studmed.dk Portal for doctors and medical students in Denmark
ok... i try this. THe forum shows but when i click on forum link (to go inside topic) nothing happen. I'm still on forum index page, can't go inside forums and topics
Forum script doesn't recognize variables in URL, I think.
I made few sietes and there was no problems with including php scripts (for example http://www.astrada.net/index.php?cennikciscogpl) but with miniBB I have a BIG problem!
Forum script doesn't recognize variables in URL, I think.
I made few sietes and there was no problems with including php scripts (for example http://www.astrada.net/index.php?cennikciscogpl) but with miniBB I have a BIG problem!
Please look at this pictures:
When I use php include function and add this file using content part "ext.content"
and I get this on fronted:
or this (depending on forum configuration):
And when I put all link to forum (http://www_mysite_com/forum/index.php):
I get somethnig like this:
This look ok and all links in forum are http://www_mysite_com/index.php?id=24,0,0,1,0,0&action=vtopic&forum=1
but I can't go inside forum. When click on this link I'm still on the forum front page
BTW... miniBB has a very usefull option in setup file. U can declare default index page for forum:
Forum scripts use this variable to create forum links. If I change $indexphp to my forum page in phpwcms (like above) I get links:
When I use php include function and add this file using content part "ext.content"
Code: Select all
<?php
include('forum/index.php');
?>
and I get this on fronted:
or this (depending on forum configuration):
And when I put all link to forum (http://www_mysite_com/forum/index.php):
I get somethnig like this:
This look ok and all links in forum are http://www_mysite_com/index.php?id=24,0,0,1,0,0&action=vtopic&forum=1
but I can't go inside forum. When click on this link I'm still on the forum front page
BTW... miniBB has a very usefull option in setup file. U can declare default index page for forum:
Code: Select all
$indexphp='index.php?id=24,0,0,1,0,0&';
Code: Select all
http://www_mysite_com/index.php?id=24,0,0,1,0,0&action=vtopic&forum=1
-
- Posts: 6
- Joined: Sun 18. Dec 2005, 21:32