pnCPG not full screen - iframe height pnCPG not full screen - iframe height
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

pnCPG not full screen - iframe height

Started by Jrs123, September 24, 2006, 10:35:05 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Jrs123

Hi - I read about double scrollbars problem (and its solution for IE) but Firefox users visit me at least as much often so I need to raise my iframe height for Post Nuke CPG. I cant find it in any file that could be responsible for it.
My source code for generated page:

<iframe src='  --my bridge to cpg--  ' align='center' width='100%' HEIGHT='800px'
space=0 vspace=0 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto
name='pnCPG' onload='parent.scrollTo(0,0);' ></iframe>


So if I change height to 2000 problem can be solved partialy - any suggestions where to find code responsible for that iframe? Link for the curious: http://wrock.pl/galeria.html (I unload left/right blocks)

Or is there any other trick to avoid double scrollbars?
Thanks,
Jarek

casNuy

Souirce can be found in the pnuser.php of pnCPG.

cas