Re: how to update mysql for non existing images
I occasionally make changes to pictures via FTP, and wrote a little code snippet to make the delete check in the edit pics page autofill if the original pic is missing. Then I just process each set of...
View ArticleRe: Creates duplicates with batch-add
It seems that, for some reason, the affected files got added twice (same file path and name, but different picture ID). So what we now see is not related to the albums keyword feature.Please create a...
View ArticleRe: Simple theme (white with a little black)
Ok. I will try, but I thought the file size is too big.
View ArticleRe: Creates duplicates with batch-add
André:I just tried again. Successfully uploaded about 3 or 4 albums before it happened again (this album: http://ryanpaeveynet.com/gallery/thumbnails.php?album=126)Tried with the curve theme with a new...
View ArticleRe: Creates duplicates with batch-add
Please provide a zip package which contains files where it happens always, so we can test and maybe reproduce it ourselves.
View ArticleRe: Creates duplicates with batch-add
I'm terribly sorry, but I don't understand what you mean with "files where it happens always"? The files I uploaded that became duplicates?
View ArticleRe: Re: Email Comments Plugin for CPG 1.5.x
Quote from: lurkalot on Yesterday at 08:32:27 AMGreg, I just installed it on my site. Must say you've done a great job on this, looks fantastic. (Big thumbs up)Been waiting for this plugin to come for...
View ArticleRe: Email Comments Plugin for CPG 1.5.x
Oops... I fixed that before I posted it... but apparently had already zipped up the file...Thanks for letting me know - as it was working fine in my gallery - I wouldn't have caught that.In...
View ArticleRe: Re: Email users on new comments
Quote from: Αndré on Yesterday at 09:30:34 AMThey're not needed anymore. Actually, if the mod would work as expected in your gallery, you should get each email twice with the mod and plugin...
View ArticleRe: Email Comments Plugin for CPG 1.5.x
V1.1 attached to first thread:2015-04-17 - V1.1 Updated package Corrected detection of owner reported by cmfa (wrong prefix used in message) - message:...
View ArticleClick Topic solved button if you found your answer
Nobody is clicking the TOPIC SOLVED button so I will make this a sticky thread. Is at the bottom of the page (bottom of the thread you started): see attachment.Board rules / Forum policies Reply #17...
View ArticleRe: Click Topic solved button if you found your answer
Quote from: Αndré on September 03, 2012, 02:00:04 PMdon't expect further support if you don't play by the rules.
View ArticleRe: Click Topic solved button if you found your answer
I also notice users that don't answer back to coppermine supporters that took time to help them. That's not very nice. Please answer back and say if the answer worked or not for you.Other very...
View ArticleRe: Click Topic solved button if you found your answer
If nobody is answering your question is because:1. Nobody is online 2. They need time to find the solution3. They don't know the answer (they don't have a solution)Don't forget to search the forum...
View ArticleRe: Gallery Merge Plugin for CPG 1.5.x
Blimey Greg, that is a monster tool. Well done and great work as ever.
View ArticleRe: Customizing Coppermine Icons for theme
Actually much simpler...There is a constant 'THEME_HAS_MENU_ICONS'. If set, CPG will get the icons from: themename/images/icons instead of images/icons.No need to change any other source to point to...
View ArticleRe: Customizing Coppermine Icons for theme
Thanks a lot Greg.Correct answer:Open themes/your_theme_name/theme.php and add:Code: [Select]define('THEME_HAS_MENU_ICONS', 16);at the beginning of the file after <?phpCopy the icons folder to...
View ArticleRe: Customizing Coppermine Icons for theme
Quote from: allvip on Yesterday at 09:01:10 PMFor cpg/images/navbar/ copy the navbar folder and add it in themes/your_theme_name/images.Copy function $template_img_navbar in...
View ArticleRe: Customizing Coppermine Icons for theme
To add the images to your theme here the list of constants: List of items in theme.php http://documentation.coppermine-gallery.net/en/theme_theme_php.htm#theme_php_l...
View Article