1 (edited by paulleb 2006-01-12 13:36)

Topic: Need help with MOd

I added a Mod to be able to have an Avatar gallery

One of the final aspects of the Mod said:

2) In the code you just added, find:

    // changeme
    define('CPG_PATH', '../coppermine/');

and fill in the local or full path to your coppermine directory - not an url !

I'm having trouble with that path, and the install file wasn't very helpful. What should I place here?? I added an Avatar folder and attempted to enter a path here to that folder, but I keep getting the following error message:

Warning: main(/home/calvaryc/public_html/ccforums/avatar/include/config.inc.php): failed to open stream: No such file or directory in /home/calvaryc/public_html/ccforums/profile.php on line 447

Warning: main(/home/calvaryc/public_html/ccforums/avatar/include/config.inc.php): failed to open stream: No such file or directory in /home/calvaryc/public_html/ccforums/profile.php on line 447

Fatal error: main(): Failed opening required '/home/calvaryc/public_html/ccforums/avatar/include/config.inc.php' (include_path='.:/usr/local/lib/php') in /home/calvaryc/public_html/ccforums/profile.php on line 447

Can anyone give me a hand?

Paul

Re: Need help with MOd

That mod links coppermine to PunBB I think

Try this one:
http://www.punres.org/viewtopic.php?id=152

Re: Need help with MOd

Yeah try Smartys link... you have been trying to install the CPG Avatar Mod.

Re: Need help with MOd

Smartys wrote:

That mod links coppermine to PunBB I think

Try this one:
http://www.punres.org/viewtopic.php?id=152

Thank you!

Paul

Re: Need help with MOd

Hey gang,

The last bit of code for this mod goes like this:

#
#---------[ 9. OPEN ]
#

lang/English/profile.php


#
#---------[ 10. ADD ]
#

'Upload avatar'            =>    'Upload avatar',
'Select avatar'            =>    'Select avatar',
'Avatar_gallery'        =>    'Avatar Gallery',
'Avatar_Error'            =>    'You didnt select an avatar you wanted to use. Please go back and check one.',

But it doesn't say WHERE to insert this code. I've added in two different places and either place caused different things to happen, neither of which was good. Can someone help??

Paul

Re: Need help with MOd

Forget it! I got it!!

Thanks!