Re: Gallery muss auf anderen Server umziehen - Problem zu viele Dateien im...
Quote from: Chris99 on Today at 01:19:18 PMdas Script legt für jedes Album einen Unterordner an und schiebt dann die jeweiligen Fotos da rein..?Genau. Dann solltest du mit deinem FTP-Client auch keine...
View ArticleRe: how to update mysql for non existing images
hi Greg,im running CPG 1.5 versionhttp://sexybabespic.com (NSFW!!!)
View ArticleRe: Impossible ou presque de télécharger des photos
Bonjour,il nous faudrait plus de détails sur le site:Version de Coppermine, Hébergeur, quel client FTP, est ce que le téléchargement un par un fonctionne (pas par le FTP)...
View ArticleRe: Mise à jour du script
Bonjour,pour faire la mise à jour, il faut remplacer sur le serveur les fichiers de Coppermine, à l'exception de ceux du thème et du répertoire albums, ensuite seulement il faut appeler la page...
View ArticleRe: Mise à jour du script
C'est bien ce que je crois avoir fait, et pour lire la doc, je vais finir par la connaître par cur. Je ne pense pas avoir fait la même erreur qu'en 2012 : cette fois le site est bien à la racine, sans...
View ArticleComments on albums
I've found that this request was already made in the past. Is there already anything to get this, have found nothing?Thanks for your answer
View ArticleRe: Theme Pinmine for cpg1.5.x
Quote from: farrahscreations on Today at 09:49:57 AMI want to change the text header to an image header.Open style.css and:find :[code]#cpg_logo_block_logo { text-align: center;}...
View ArticleRe: Theme Pinmine for cpg1.5.x
Another way because I don't exactly what you want.Open template.html and:find: Code: [Select]<a href="index.php" style="text-decoration:none;"><span...
View ArticleRe: How to make my photo grid thumbnail sizes dynamic
Should work like this: add in template.html in the head (<head> </head> section):<script type="text/javascript" src="themes/matheso/js/freewall.js"></script>and under...
View ArticleRe: Impossible ou presque de télécharger des photos
j'avais réinstallé coppermine hier pourtant. Et je dois faire quoi après avoir ouvert update.php ?
View ArticleRe: EXIF data: showing lens model info
here the complete code in theme.php for reading the EXIF data:[code] // read exif data if ($CONFIG['read_exif_data']) { $path_to_pic = $CONFIG['fullpath'] . $CURRENT_PIC_DATA['filepath'] ....
View ArticleRe: Mise à jour du script
oui donc théoriquement pas de problèmes, je t'envoie un MP avec mon adresse mail pour que tu me donnes tes accès admin au site et tes accès ftp pour que je fasse un essai de mon côté si tu es d'accord
View ArticleRe: E_WARNING(2) - array_keys() on Upgrade from 1.5.24 to 1.5.34
The error turned out to be caused by changes to the theme_vanity() function in /include/themes.inc.php from versions 1.5.24 to 1.5.34. I use a custom Geeklog bridge and the combination of the new...
View ArticleRe: E_WARNING(2) - array_keys() on Upgrade from 1.5.24 to 1.5.34
Thanks for coming back and detailing your results, much appreciated.Would be wonderful if you could share your geeklog bridge too.
View ArticleRe: Mise à jour du script
Je t'ai envoyé un mail avec à priori la solution, à savoir que l'installation de coppermine qui est fonctionnelle se trouve dans le répertoire www de ton ftp c'est celle là qu'il faut mettre à jour
View ArticleRe: EXIF data: showing lens model info
That's because exif_parse_file strips the EXIF data, which has not been enabled in the EXIF manager:[code] $exifCurrentData = array_keys(array_filter(explode("|", $CONFIG['show_which_exif'])));...
View ArticleRe: Comments on albums
As far as I know nobody created a mod or plugin, at least it haven't been shared with the community.
View ArticleRe: Remove Album/File numbers from main page
This mod is almost as simple as the other "remove album/file number" mods. We just need to add a new template variable which we use for the root category and then check for the current category in...
View Article