pnCPG and Post Nuke .750 pnCPG and Post Nuke .750
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

pnCPG and Post Nuke .750

Started by jinxyjinx, February 03, 2006, 06:40:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jinxyjinx

In the docs for pnCPG32 it states:

"Finalized compatibility with PN 0.76x"

Is pnCPG32 compatible with .750?

casNuy

yes, it is compatible with 0.750.

Cas

jinxyjinx

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)


jinxyjinx

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!!