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