In the docs for pnCPG32 it states:
"Finalized compatibility with PN 0.76x"
Is pnCPG32 compatible with .750?
yes, it is compatible with 0.750.
Cas
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)
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!!