Hi,
i am working on integration of miniBB into my existing php page.
I want to make the forum visible only in a specific div container.
It works fine when the first page of it loads (include main.php -> main.php is the renamed index.php). But when i open a new thread or click anything else, the page is opened in full screen and not only in the container i have chosen.
Is there a simple way to force miniBB allways to open in the choosen div. I know a could go writing switch case sentences for every possible link.
Tnx for help. |