coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 pnCPG (Coppermine for postNuke/Zikula) => Topic started by: jinxyjinx on February 03, 2006, 06:40:30 AM

Title: pnCPG and Post Nuke .750
Post by: jinxyjinx on February 03, 2006, 06:40:30 AM
In the docs for pnCPG32 it states:

"Finalized compatibility with PN 0.76x"

Is pnCPG32 compatible with .750?
Title: Re: pnCPG and Post Nuke .750
Post by: casNuy on February 03, 2006, 04:54:20 PM
yes, it is compatible with 0.750.

Cas
Title: Re: pnCPG and Post Nuke .750
Post by: jinxyjinx on February 04, 2006, 10:18:45 PM
thanks for the reply!  I got most everything working... except these bloody double scroll bars.  I tried the fix in the tips.txt file and this works great in IE but it does not work in Firefox.  Any Ideas?  Here is the dev site which I am trying to get it to work on.

http://dev.callforblood.com/index.php?module=pnCPG&func=main


(and yes I have searched the forums for this topic but found a bunch of dead end threads with no results)

Title: Re: pnCPG and Post Nuke .750
Post by: jinxyjinx on February 05, 2006, 04:32:23 AM
Ok I was able to fix my problem with the scrollbars.

Here is what I did:

in the pnuser.php file I changed the value of the height for the iframe.

on line 225 it originally says:

                   
Quoteecho "<iframe src='$url' align='center' width='100%' height='800px' space=0 vspace=0 marginwidth=0 marginheight=0 frameborder=0

I changed the height value and it then looks like this:

                 
Quoteecho "<iframe src='$url' align='center' width='100%' height='100%' space=0 vspace=0 marginwidth=0 marginheight=0 frameborder=0


This got rid of my scrollbars and works with both IE and firefox!!