Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: DasVON on August 13, 2010, 10:10:11 PM

Title: Page Wrap
Post by: DasVON on August 13, 2010, 10:10:11 PM
Not sure this is the correct place to ask this but here is the question?

I am looking for a mod that will wrap a page from another website within my website. I cannot remember what it is called

Any Idea's

Thanks
Title: Re: Page Wrap
Post by: ɔɔɔɔɔɔuɥoɾ on August 14, 2010, 12:00:13 AM
Do you mean to place another website within your forum in a frame?
Title: Re: Page Wrap
Post by: DasVON on August 14, 2010, 12:11:13 AM
Yes.

I am using PortaMx and I want to make a single page with a page that has a page from another site within a frame.

think that is explained correctly. lol
Title: Re: Page Wrap
Post by: ɔɔɔɔɔɔuɥoɾ on August 14, 2010, 12:17:11 AM
Okay.

So, where would the page be displayed on your forum, which action?
Would their be a button which loads a page with the website in it, or would it simple be on every page?
Title: Re: Page Wrap
Post by: DasVON on August 14, 2010, 04:13:19 AM
Yeah. I would make a custom button with a link to the page e..g  www.xyz.com/?Info/
with [PortaMx]
Title: Re: Page Wrap
Post by: ɔɔɔɔɔɔuɥoɾ on August 14, 2010, 12:04:47 PM
I have a mod which creates 2 buttons with their on specific pages which allow the use of custom HTML, you could use a iframe in that custom html to embed a website into that page.

Click on "My mods" in my signature to check it out.
Title: Re: Page Wrap
Post by: feline on August 14, 2010, 03:17:28 PM
If you have the latests PortaMx version (0.980-1) installed, then you can request any page simple in a php block.
The code you need:

echo ParseXmlurl('http://domain.tld/what_you_will_see', 5, '');


Also with the "special" php block you can cache the content, so ist's not need do a request on each pageload.

Fel