Page 1 of 1

[RESOLVED] additional portal page questions

PostPosted: Wed Feb 07, 2007 6:24 am
Author: BMD
Hi gang

I have a few php pages that I have written and who knows how, have gotten to integrate with IM 1.4.0

They are weather forecast related dealing with wind and visibility for Hot Air Ballooning.

What I am trying to do is use a portal page setup (layout1) to call them up so everything looks somewhat uniform. I can get things to play nice as far as using bbcode to insert the page into a block, but the block height is so that you have to scroll down the block to view all the data.

I'll like to be able to have the block taller so that you scroll the page instead of the block window.

Is this possible?...

Here is the original weather page that my users are currently seeing...
:la:

Here is the "integrated page"....
:la:

Any help here would be greatly appreciated.

Re: additional portal page questions

PostPosted: Wed Feb 07, 2007 7:03 am
Author: Ma®©uS
In the Source I see:

[code]<iframe width="100%" height="350" src="http]

Edit the height in the block file or template. Try 100% first though I don't think Iframes work with height too well, if that fails try "auto" or "*" - if they fail, set a large px value.

It might even be worth adding: scrolling="no" to prevent the scoll bar showing.

[code]<iframe width="100%" height="100%" scrolling="no" src="http]

Re: additional portal page questions

PostPosted: Wed Feb 07, 2007 9:25 am
Author: BMD
Well I broke down the php int 3 seperate .scripts and am closer.... but the blocks are still about half as high as I need.

I looked at the latout1.tpl and could not tell what to set a height value on... the table?

here is what it looks like now

:la:

Re: additional portal page questions

PostPosted: Wed Feb 07, 2007 11:27 am
Author: BMD
While we are on the subject....

Is there a way to have certain banners from style ACP to show in certain portal pager....

like certain banners for certain usergroups?

Re: [RESOLVED] additional portal page questions

PostPosted: Wed Feb 07, 2007 11:46 am
Author: BMD
ok I found what I was looking for... thanks Marcus

Code: Select all
<P><iframe src="http]

you set the size and enter your url for the page grab....

the
[code]<P>
just centers the page in the frame