forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: DaBe on December 23, 2007, 08:34:36 pm

Title: cropping thumbnails like modpack but without the modpack
Post by: DaBe on December 23, 2007, 08:34:36 pm
hello

I love the cropping method from the modpack 1.4.14 but I need a bridge with a blog.

And the modpack bridge only with punbb and phpbb.


is there a plugin or mod with the cropping from the modpack?


pls help
Title: Re: cropping thumbnails like modpack but without the modpack
Post by: Joachim Müller on December 24, 2007, 09:25:31 am
Try it the other way round: use the modpack and come up with a modified bridge for your blog. Afaik there are instructions posted how to convert existing bridges to work with the modpack. Depends on your skill level wether this method will work.
Title: Re: cropping thumbnails like modpack but without the modpack
Post by: DaBe on December 24, 2007, 10:58:20 am
Hm..

Ihave search about one day. but nothing foud.

I have looked the modpack phpbb.inc and the normal phpbb.inc files, there are only the avatar method new is that right?


where are instructions for the converting the bridgefiles?
Title: Re: cropping thumbnails like modpack but without the modpack
Post by: Stramm on December 30, 2007, 08:52:01 pm
you'll need to add some table field names, the avatar path and PM link

that's the changes in the phpbb bridge file

Code: [Select]
'notify' => 'user_notify_pm',
'auto_subscribe_post' => 'user_notify',
'auto_subscribe_comment' => 'user_notify',
            'avatar_url' => 'user_avatar'
);

//mod define Avatar path
define('AVATAR_PATH', $BRIDGE['relative_path_to_config_file'].$BRIDGE['avatar_path'].'/');
define('PM_LINK', $BRIDGE['relative_path_to_config_file'].'privmsg.php?mode=post&u=');