Modpack with bridge support: PM, avatar, watermark, cropped/ sharpened thumbs... - Page 16 Modpack with bridge support: PM, avatar, watermark, cropped/ sharpened thumbs... - Page 16
 

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

Main Menu

Modpack with bridge support: PM, avatar, watermark, cropped/ sharpened thumbs...

Started by Stramm, February 24, 2006, 01:34:35 PM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

Stramm

no, if you don't have bridged your coppermine with a forum you don't need to do the bridge setup. Bridge support only for smf and PhpBB 2.0.18, 19... new version soon

all features of the modpack require only the modpack itself. The modpack enhances Nibblers onlinestats plugin with an option to see the online status of a registered member in the profile and buddy list. For that you need to have installed mentioned plugin

ymca

the experimental plugin you mean?
http://forum.coppermine-gallery.net/index.php?topic=26532.0

i need it for private messaging?

about the watermark, i know that it takes lots of CPU, will a permanent watermark take less of CPU & is there an option for this in the modpak?

thank you

Stramm

yes, that experimental plugin... and it's not needed for PM. It's just needed to show 'who is online'

the modpack uses a permanent watermark to save resources. Therefore it only uses extra CPU cycles when applying the watermark, ie when uploading the image. It is not a 'on the fly watermark'. That's the reason why you need to recreate images (using the admin tools) if you want your already uploaded images to get the watermark too. For recreating masses of images the admin tools have been modified so you can do that unattend.

The modpack makes a backup of the uploaded image when watermarking is enabled. With that backup you can undo the watermark (of course not you would do all the work undoing the watermark but the admin tools will do that for you).

ymca

cool...

can i choose to not backup the pictures that are watermarked?

Stramm

there's no config option but you can modify picmgmnt.inc.php. In one of the modpack threads I've described how to do it. Sorry, but I've forgotten where. You'll have to search

Davide Renda

works fine and (apparently) no bug/problem with MiniCMS plugin.  ;)

PS. I'd like to translate into italian, which one/s is/are the files to modify? I'll of course post here the translation when it's finished!

ymca

the mod is cool :)

1 more thing...
can you add an option that let me limit the upload pictures to 1 picture per user?

Stramm

Quote from: lontano on May 28, 2006, 09:11:45 PM
works fine and (apparently) no bug/problem with MiniCMS plugin.  ;)

PS. I'd like to translate into italian, which one/s is/are the files to modify? I'll of course post here the translation when it's finished!

I'd appreciate an italian translation :)
http://forum.coppermine-gallery.net/index.php?topic=31907.msg147991#msg147991

see if you understand what I mean. It's the easiest way to compare files

Stramm

Quote from: ymca on May 29, 2006, 12:09:51 AM
the mod is cool :)

1 more thing...
can you add an option that let me limit the upload pictures to 1 picture per user?

I don't think that's an option a lot of users would profit from. So better would be a 'standalone' hack


Stramm


macsimoin

As per your request, Stramm, I've come here to continue the thumb issue I'm having:

I ran "Update thumbs and/or resized photos" in Admin Tools since I already have uploaded images, as you suggested. However, although the thumbnail images are now at 120x120, they now appear distorted. Am I going to have to edit every single thumb (manually) created in order for this to work?

BTW, where are the "modpack docs" located? There wasn't anything in the download...or did I miss them here somewhere?

Stramm

http://forum.coppermine-gallery.net/index.php?topic=28367.msg131255#msg131255

And please post a link to your gallery.

Update thumbs and/or resized photos is necessary when you already have pics up.
Select - Update thumbs and/or resized photos (1)
Select - Only thumbnails (mini and regular)
check - Auto refresh (no need to click continue button anymore)
Set to 5 - Number of processed images per click

Scroll down and find 'Select album'
In the dropdown box select 'All albums' and click 'submit'

Now wait till all thumbs have been recreated

macsimoin

QuoteSelect - Only thumbnails (mini and regular)
This is the step I missed. Problem SOLVED, and thank you for all you help (and for the ModPack).

My CPG (so far, still polishing things up a bit):MacSimoin's Kilt Photos

Cheers. ;D

macsimoin

Sorry, forgot this bit: I tried the following (in the Kubrick .css) but it didn't work:

p img {
        padding: 0;
        max-width: 100%;
        border-width: 1px; <---added
        border-style: solid; <---added
        border-color: #515528; <---added
        }

Stramm

for the thumbs?? For them try something

img.image {
padding: 0px;
margin: 0px 0px 0px 0px;
display: inline;
float: center;
border-style: solid;
border-width:1px;
border-color: #515528;
}

macsimoin


macsimoin

Last one, I swear ;)...

Just added this and increased the border to 3px ('fits' the site better than a 1px border):

a:visited img.image {
border-color: #E1EB8D;
}

a:hover img.image {
border-color: #C0C977;
}

The a: colors match the overall look of the site. :D

Again, thanks for all your help, Stramm.

doggystyle

hi,

im not shure if it's the modpack or the file extension mod, but if the extension for 3gp (or any others?) files is written in capital letters (3GP), you can't upload a custom thumbnail. it just doesn't appear.

greets

doggy

Stramm