coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 pnCPG (Coppermine for postNuke/Zikula) => Topic started by: Jrs123 on September 24, 2006, 10:35:05 PM

Title: pnCPG not full screen - iframe height
Post by: Jrs123 on September 24, 2006, 10:35:05 PM
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
Title: Re: pnCPG not full screen - iframe height
Post by: casNuy on September 26, 2006, 09:46:52 PM
Souirce can be found in the pnuser.php of pnCPG.

cas