Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: cropping thumbnails like modpack but without the modpack  (Read 4460 times)

0 Members and 1 Guest are viewing this topic.

DaBe

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 110
cropping thumbnails like modpack but without the modpack
« 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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: cropping thumbnails like modpack but without the modpack
« Reply #1 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.
Logged

DaBe

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 110
Re: cropping thumbnails like modpack but without the modpack
« Reply #2 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?
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: cropping thumbnails like modpack but without the modpack
« Reply #3 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=');
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.