forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 pnCPG (Coppermine for postNuke/Zikula) => Topic started by: casNuy on May 13, 2007, 07:00:22 pm

Title: pnCPG version 4.01 released
Post by: casNuy on May 13, 2007, 07:00:22 pm
Yet another version of pnCPG, we reached version 4.01.
New features :
1. Search function within Postnuke, 3 different options for searching the Coppermine DB from within Postnuke.
2. Transaparant single signon, now the options to use the PN passwords also for Coppermine. In order to enable this feature you do need pnSSI. At current only available for PN 7.64.
Have fun.
Cas
Title: Re: pnCPG version 4.01 released
Post by: Kenshino on May 14, 2007, 04:53:29 am
Were there any bugfixes?
Title: Re: pnCPG version 4.01 released
Post by: .carolinecblaker. on May 14, 2007, 06:17:52 am
Were there any bugfixes?

No more double scrollbars!! I could kiss :-* ;D all of you.
Title: Re: pnCPG version 4.01 released
Post by: casNuy on May 14, 2007, 07:48:51 pm
Were there any bugfixes?
No bugs were reported, therefore not fixed.
New features and the additional screen while logging in has been removed.
Cas
Title: Re: pnCPG version 4.01 released
Post by: Kenshino on May 15, 2007, 03:26:18 am
Thank you for your hardwork!

Before I upgrade versions, do I just upload the module, overwrite it and then click upgrade?

Are there any extra instructions?

I have pnCPG 3.5 currently.
Title: Re: pnCPG version 4.01 released
Post by: casNuy on May 15, 2007, 06:37:57 pm
Yep, that is all. Only in case you want to make use of Postnuke passwords for Coppermine, ie the same passowrds for both applications in standalone mode, you need to install the PNSSI module first. Be warned, only for PN 0.764.

Cas
Title: Re: pnCPG version 4.01 released
Post by: javierde22 on August 26, 2007, 11:23:50 pm
Postnuke Coppermine Hack 4.01 haves a bug in the file
pntemplates/pnCPG_block_random.htm

this file haves a (div) < / d i v > tag without the < d i v > (div) tag, and the random block
crash the postnuke's design.
Title: Re: pnCPG version 4.01 released
Post by: casNuy on August 28, 2007, 08:11:38 pm
Thanks for noticing, have adjusted the sources.
Will become general available in 4.02

Cas
Title: Re: pnCPG version 4.01 released
Post by: erinmac on December 05, 2007, 04:46:37 pm
So if I have just crashed my postnuke because of this - what is the fix?
Title: Re: pnCPG version 4.01 released
Post by: casNuy on December 08, 2007, 10:36:47 am
You probably found that this is not the true issue, it will not crash the site as far as i am aware.
If all fails, send me userid/password by PM and I will try to help you out.

Cas
Title: Re: pnCPG version 4.01 released
Post by: msbr on December 11, 2007, 05:46:08 pm
I have upgraded but the search doesnt seem to work.. I put the pnCPGsearchX.php files in the /includes/search/ directory.. is there anything else I need to do?

Thanks.
Title: Re: pnCPG version 4.01 released
Post by: casNuy on December 11, 2007, 08:35:38 pm
That should be the only action to take, have tested this once again on my testmachine and it still seems to work.
What else is there to tell about your environmnet like versions etc ?

Cas
Title: Re: pnCPG version 4.01 released
Post by: msbr on December 11, 2007, 08:49:35 pm
Hi, thanks for the fast reply.

I am running Postnuke 0.7.6.2, Coppermine 1.4.10, and pnCPG 4.01. Postnuke is installed in the root directory, and Coppermine is installed in a /gallery directory.  If there is any other env info you need please let me know -- I will be glad to send you the url privately if needed.

I have added other module's search scripts to the /include/search directory in the past and it picked them up right away.  PNCPG integrated search is the primary function that I have always needed - hope I can figure it out..

Thanks!

Title: Re: pnCPG version 4.01 released
Post by: casNuy on December 11, 2007, 08:56:38 pm
In that case, send me a pm with the url and an account so I can verify what is going on.
Would need an account too.

Cas
Title: Re: pnCPG version 4.01 released
Post by: casNuy on December 11, 2007, 09:34:18 pm
It does work even on your site, just try the following link:
http://www.yoursite.com/index.php?name=Search

The problem you have is with the search box on the top right corner. This makes sense since this search will only search within a few areas and not within Coppermine.
Yes, this can be changed. You need to open up theme.php of the corresponding theme(s).
You will then find lines like
Quote
'<input type="hidden" name="overview" value="1" />' .
In order to add the coppermine searches automatically you need to add the following 3 lines
Quote
'<input type="hidden" name="active_cpg" value="1" />' .
'<input type="hidden" name="active_cpg2" value="1" />' .
'<input type="hidden" name="active_cpg3" value="1" />' .

Please report your succes here so that others can benefit too.

Cas
Title: Re: pnCPG version 4.01 released
Post by: msbr on December 11, 2007, 10:09:52 pm
That fixed it...  I guess this was more of a postnuke issue instead of coppermine/pnCPG.  Only thing I am confused with now is what determines the proper hidden variable name?

Been wanting this feature for a long time -- I appreciate your continued support.
Title: Re: pnCPG version 4.01 released
Post by: casNuy on December 11, 2007, 11:17:06 pm
The variables names were defined by me so that part definately was pnCPG.
Good to hear it is fixed now.

Cas
Title: Re: pnCPG version 4.01 released - Iframe scrollbars
Post by: msbr on February 23, 2008, 12:08:26 am
My site is having the problem with Iframe scrollbars.  I have finally figured out how to replicate the error...

The site has several aliases.  When I access the site using the main domain name (which is configured for postnuke/coppermine/pnCPG) there are no scroll bars.  However, when I access the site by any alias domain name the scrollbars appear.  The scrollbars also happens if I use a sub-domain such as www.domain.com.

It was working correctly before the upgrade.  Does anyone have any suggestions on how to fix this?

Thank you.
Title: Re: pnCPG version 4.01 released
Post by: VTDIZ.COM on June 20, 2008, 11:44:48 am
Thanks a lot for your work ! Good script without any bugs !
Title: Re: pnCPG version 4.01 released
Post by: Joachim Müller on June 26, 2008, 07:36:15 am
@wenwenguo: stop your invalid board spam postings, will you?