Dolphin integrating iframe page phpbb or any page

Hello evry one i will try to describe to add new age to dolphin with iframe

  1. Copy caht.php save as forum.php (your new page) you can copy other pages but chat.php is have simle codes and esy to modify
  2. find  [$_page['name_index']    = 57;] change 57 to 61 it is your template page () we chose number 61 there is no other page numbered 61 you can choose any number also
  3. find and delete [$_page['css_name']        = 'ray_chat.css';]
  4. find and replace [_t( "_RAY_CHAT" );] with [_t( "_Forum" );]  ->dont forget to add language key "_Forum"
  5. now goto [PageCompMainCode()] function  delete all codes from function and paste this code [   $ret = '
    <script language="JavaScript">
    function iFrameHeight() {
    //find the height of the internal page
    var the_height=
    document.getElementById(\'forumframe\').contentWindow.
    document.body.scrollHeight;

    //change the height of the iframe
    document.getElementById(\'forumframe\').height=
    the_height;   
    }
    </script>
    <iframe onLoad="iFrameHeight();" src="phpBB3/index.php" width="100%" height="100%"
    scrolling="no" frameborder="0" scroll="auto" id="forumframe" marginwidth="0"
    marginheight="0" ></iframe>';
    return DesignBoxContent( '', $ret );  ]
  6. goto your template directory create page_61.html
  7. paste this code in your page_61.html page [   __include _header.html__
    __page_main_code__
    __include _footer.html__   ]
  8. now create new menu iten to your new page add your link  forum.php in new menu
  9. thats all

thanks to this page or this script owner (resizing iframe javascript code)

http://guymal.com/mycode/iframe_size/

thanks every one

Quote · 29 May 2009

for version 6.1.6 of course :)

oke this looks good, but Only what I got is :

the header

__page_main_code__

The footer.

There is something wrong here, he is not loading the Iframe content, in this case phpBB3/ index.php 
Someone has a idea what to do??

thank

Kids first
Quote · 15 Jun 2009

I have it working!! yessss..
phpBB3.04 into dolphin under 6.1.6 into a iframe.

you want to see it? look here.. www.fordteamnoord.nl

Kids first
Quote · 2 Jul 2009

Re: I have it working!! yessss..
phpBB3.04 into dolphin under 6.1.6 into a iframe.

you want to see it? look here.. www.fordteamnoord.nl

Navigation breaks.  Click on 'Forum', then on the register link on the forum page and you'll see what I mean.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 2 Jul 2009

 

 

Re: I have it working!! yessss..
phpBB3.04 into dolphin under 6.1.6 into a iframe.

you want to see it? look here.. www.fordteamnoord.nl

Navigation breaks.  Click on 'Forum', then on the register link on the forum page and you'll see what I mean.

 If he was properly integrated his register link would either lead back to the dolphin sites http://whateversite.com/join.php but it's not going there or the register link would be complete removed from the phpBB3.  I guess this is what happens when people get excited and advertised a mod is completed when it's not completed.  Cool

 

Keep working on it, your closer than most get with what your trying to do!

Quote · 3 Jul 2009

Hi All,

I have used this iframe method to include into my site a podcast script, Podcast Generator.  However I am getting some funny results.  Could someone assist me in ironing out some of the small issues?  One is to do with the size of the iframe if the window expands due to initiating a HTML text editor after the initial page has been opened.  Also the next issue is I think something to do with the absolute path of the scrip.

I have used this scrip on other websites so know that it is well suited to the task.  However in Dolphin using this iframe method these small issues arise.  The site is http://mymp3locker.com

Quote · 10 Aug 2009

Hey singc,


This worked great!  I only have one question.

When you want to send someone a link to a certain topic, what url should you use?

For example:

If you goto /forum.php it shows the main forum page in the iframe.

If i want to goto a specific topic then phpBB3 uses /forums/viewtopic.php?p=2#2

Right now my "Latest forum posts module" indeed shows the latest post, but the link goes to "/forums/viewtopic.php?p=2#2" and that is the direct link to the phpBB3 installation, bypassing dolphin.

How do I stay on "forums.php" (the page, iframing the forum) and point to a specific topic?

Could I do this through .htaccess or something?

Quote · 2 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.