PDA

View Full Version : MkPortal integration problem!


chris_psycho
09-05-2008, 12:51 PM
Hello! Do you know how we can integrate ibproarcade with mkportal in order to be shown like the forum...inside of the mkportal? Thank you...

spiegelj
10-26-2008, 02:40 AM
anyone find a anser to this i am also wondering

the newscore page seems is wraped in the arcadee but not the rest of the arcade

spiegelj
10-27-2008, 07:27 AM
i figuerd something out here if i use this url instead of arcade.php the arcade is wraped the way it should be

http://ikickit.net/forums/index.php?act=Arcade

is ther a way to make the arcade use this

spiegelj
11-14-2008, 06:22 AM
for users who come across this i have discovered a new work around.

You will need to create a new php internal page with the following code

<?php
/*
Write code inserting output inside
variable $content as in following example.
You have DB connection, all global vars
and all MKPortal and Forum functions at your availability
*/


$content="<iframe src =\"http://yoursiteurl/arcade.php?\" frameborder=\"0\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe>";
$mklib->loadcolumnright = 0;
$mklib->loadcolumnleft = 0;


?>

Then you can add the page link to your mkportal navstrip