cropping thumbnails like modpack but without the modpack cropping thumbnails like modpack but without the modpack
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

cropping thumbnails like modpack but without the modpack

Started by DaBe, December 23, 2007, 08:34:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DaBe

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

Joachim Müller

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.

DaBe

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?

Stramm

you'll need to add some table field names, the avatar path and PM link

that's the changes in the phpbb bridge file

'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=');