Support Forum Project Downloads FAQ Documentation About Demo Tutorials Blog Plugins
November 21, 2009, 04:10:59 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Private messages disabled
Caused by the massive abuse of the PM system in the past, the sending of personal messages has been disabled for all regular users on the Coppermine forum.
[more]
   Home   Help Search Board rules Login Register  
Pages: [1]   Go Down
  Send this topic  |  Print  
Author Topic: pnCPG version 4.01 released  (Read 79540 times)
0 Members and 1 Guest are viewing this topic.
casNuy Topic starter
Moderator
****
Gender: Male
Posts: 670


My other hobby


WWW
« on: May 13, 2007, 06: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

* pnCPG401.zip (90.14 KB - downloaded 2699 times.)
* pnSSI.zip (15.42 KB - downloaded 2625 times.)
Logged
Kenshino
Coppermine novice
*
Posts: 40


« Reply #1 on: May 14, 2007, 03:53:29 am »

Were there any bugfixes?
Logged
.carolinecblaker.
Coppermine novice
*
Posts: 24


« Reply #2 on: May 14, 2007, 05:17:52 am »

Were there any bugfixes?

No more double scrollbars!! I could kiss Kiss Grin all of you.
Logged
casNuy Topic starter
Moderator
****
Gender: Male
Posts: 670


My other hobby


WWW
« Reply #3 on: May 14, 2007, 06: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
Logged
Kenshino
Coppermine novice
*
Posts: 40


« Reply #4 on: May 15, 2007, 02: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.
Logged
casNuy Topic starter
Moderator
****
Gender: Male
Posts: 670


My other hobby


WWW
« Reply #5 on: May 15, 2007, 05: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
Logged
javierde22
Coppermine newbie

Posts: 1


« Reply #6 on: August 26, 2007, 10: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.
Logged
casNuy Topic starter
Moderator
****
Gender: Male
Posts: 670


My other hobby


WWW
« Reply #7 on: August 28, 2007, 07:11:38 pm »

Thanks for noticing, have adjusted the sources.
Will become general available in 4.02

Cas
Logged
erinmac
Coppermine newbie

Posts: 7


« Reply #8 on: December 05, 2007, 03:46:37 pm »

So if I have just crashed my postnuke because of this - what is the fix?
Logged
casNuy Topic starter
Moderator
****
Gender: Male
Posts: 670


My other hobby


WWW
« Reply #9 on: December 08, 2007, 09: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
Logged
msbr
Coppermine newbie

Posts: 17


« Reply #10 on: December 11, 2007, 04: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.
Logged
casNuy Topic starter
Moderator
****
Gender: Male
Posts: 670


My other hobby


WWW
« Reply #11 on: December 11, 2007, 07: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
Logged
msbr
Coppermine newbie

Posts: 17


« Reply #12 on: December 11, 2007, 07: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!

Logged
casNuy Topic starter
Moderator
****
Gender: Male
Posts: 670


My other hobby


WWW
« Reply #13 on: December 11, 2007, 07: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
Logged
casNuy Topic starter
Moderator
****
Gender: Male
Posts: 670


My other hobby


WWW
« Reply #14 on: December 11, 2007, 08: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
Logged
msbr
Coppermine newbie

Posts: 17


« Reply #15 on: December 11, 2007, 09: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.
Logged
casNuy Topic starter
Moderator
****
Gender: Male
Posts: 670


My other hobby


WWW
« Reply #16 on: December 11, 2007, 10:17:06 pm »

The variables names were defined by me so that part definately was pnCPG.
Good to hear it is fixed now.

Cas
Logged
msbr
Coppermine newbie

Posts: 17


« Reply #17 on: February 22, 2008, 11:08:26 pm »

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.
Logged
VTDIZ.COM
Coppermine newbie

Posts: 2


« Reply #18 on: June 20, 2008, 10:44:48 am »

Thanks a lot for your work ! Good script without any bugs !
Logged

support @ vividtemplates.net
support @ VTDIZ.COM
Joachim Müller
Administrator
*****
Gender: Male
Germany Germany

Posts: 45051


aka "GauGau"


WWW
« Reply #19 on: June 26, 2008, 06:36:15 am »

@wenwenguo: stop your invalid board spam postings, will you?
Logged
Pages: [1]   Go Up
  Send this topic  |  Print  
 
Jump to:  

Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
Page created in 0.181 seconds with 17 queries.