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 ... 5 6 7 8 [9] 10
 81 
 on: November 22, 2023, 02:08:28 am 
Started by findingcolors - Last post by findingcolors
I know there's a way to add the image dimensions under the thumbnails (in thumbnail view), but is there a way to add the dimensions under the image in the (single) image view? In the same area that the image description shows.

 82 
 on: November 20, 2023, 05:31:57 am 
Started by N2GetherNow - Last post by N2GetherNow
I don't understand what you mean.

 83 
 on: November 19, 2023, 05:31:05 pm 
Started by N2GetherNow - Last post by ron4mac
It might be helpful to install the imagemagick package to see if that makes a difference.

 84 
 on: November 19, 2023, 08:20:52 am 
Started by N2GetherNow - Last post by N2GetherNow
Okay, I was able to confirm that the ImageMagick is installed, properly configured and it's actually working:

Code: [Select]
header('Content-type: image/jpeg');

$image = new Imagick('F:/Web/Private/beforeAfter.jpg');

// If 0 is provided as a width or height parameter,
// aspect ratio is maintained
$image->thumbnailImage(100, 0);

echo $image;

This successfully creates a 100px wide thumbnail.

So I guess the question is really how to set the proper path to the command in step 4?

 85 
 on: November 18, 2023, 10:01:22 am 
Started by N2GetherNow - Last post by N2GetherNow
Hello,
I'm getting an error "There was an error in one or more of the tests, please make sure you selected the appropriate Image Processing Package and it is configured correctly!" when trying Imagick, with GD have no problems, but I want to use Imagick since I'm trying for a few days to make it work and finally did.
PHP Version 8.1.25, on Windows 10, x64 22H2.

I'm attaching screenshots showing that the installer detects both Imagick and GD and also the respective info from a phpinfo() output.

BR,
Petar


 86 
 on: November 18, 2023, 12:57:16 am 
Started by ron4mac - Last post by sharpo
Some of my images are remote videos, using the plugin for that purpose, but the HTML5 Slideshow plugin can't deal with those images and displays the message "COULD NOT PLAY VIDEO: http://sharpos-world.co.uk/BB3cpg/albums/myfolder/2023/2023-4/date20231001v15.youtube".

The standard slideshow ignores remote video images and automatically displays the next normal image in the gallery.

Is there any way the HTML5 Slideshow plugin can be set, or amended, to ignore YouTube or other remote videos?

 87 
 on: November 09, 2023, 08:20:48 am 
Started by roadrunner2000 - Last post by roadrunner2000
Hallo Coppermine-Freunde,

ich fahre immer noch die Version 1.5 die ja schon veraltet ist.
Gerne würde ich auf die Version 1.6 umsteigen, jedoch fehlt mir der Sitemap-Generator.
Er wurde bisher nicht angepaßt. Wird das irgendwann noch gemacht oder darf das nur der Autor?

Nächste Frage, wo ich auch nicht fündig wurde und zwar ein Backup-Modul.
Wird es das auch geben oder könnt ihr eines empfehlen?

Vielen Dank für Antworten

 88 
 on: November 08, 2023, 11:41:07 pm 
Started by alainlizotte - Last post by alainlizotte
I would like my users to be able to vote (stars) directly from the thumbnail page.

I didn't find how to modify to files to allow this.

Could someone help me please ?

 89 
 on: November 08, 2023, 03:34:17 am 
Started by findingcolors - Last post by findingcolors
I installed MiniCMS to display a message in a specific category.

I was wondering if it is possible to edit the look/style of MiniCMS. I don't want the plugin to take the look of my gallery theme (tableh1, tableb, etc). I want it to have custom styling.

I do know HTML & CSS, so adding styling to a style sheet will be no problem, but I cannot find the file in the MiniCMS plugin folder that has the HTML coding to edit the coding (example <div class="maintable"> <div class="tableh1">).

I want to:
1.) Use custom classes
1.) Hide the title
2.) Edit the main content box

I have attached what MiniCMS looks like (with my current theme) & how I want it to look

 90 
 on: November 06, 2023, 06:51:05 pm 
Started by findingcolors - Last post by findingcolors
Is it possible to add a custom message / text area to a specific category page? I want to add a message to the Photoshoots category page (example: https://greyson-chance.net/gallery/index.php?cat=17)

I know I can add coding to the template and theme files, but that shows up on all pages/the whole gallery.

I was able to show what I want the message box to look like (via web browser inspector) and have attached the screenshot

Pages: 1 ... 5 6 7 8 [9] 10

Page created in 0.046 seconds with 15 queries.