View Single Post
  #4  
Old 10th October 2012, 15:40
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by Giorgatzelos View Post
How can this be done?

i could install it to the same database...that is no problem...what should i write
PHP Code:
OpenTable("Forum:");

CloseTable(); 
in here then?

Bump: I installed it again...now uses the same database with pmbt...it has only 3 tables

admin
replies
topics

none of wich is used in pmbt...what should i write in pmbt/index.php so that it shows correctly?

as Joe mentioned you would be best iframe that to show better. something like below.

Code:
if ($user->user) {

OpenTable("Forum:");

      echo "<iframe src=myPinBoard/index.php name=myPinBoard scrolling=no frameborder=no align=center height=235 width=100% allowtransparency=true></iframe>";

CloseTable();
}
also added so its viewable only for registered users. just remove from above if you want all to see.

Code:
if ($user->user) {

code here

}
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote