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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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