The Arcive of vBulletin Modifications Site. |
|
MkPortal integration problem! Details »»
|
|||||||||||||||||||||||||
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...
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
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 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; ?> |
![]() |
|
|