Re: how to update mysql for non existing images
sorry for the late reply ,maybe around 1000+ imagesim not very familiar with sql stuff , so i hope someone will help me .i've tried several images gallery script , and coppermine is the best choise i...
View ArticleRe: How to make my photo grid thumbnail sizes dynamic
my site: http://taskbasket.net/gallery/
View ArticleImpossible ou presque de télécharger des photos
Bonjour,je viens de me créer une galerie photos, ce n'est pas la première fois que j'utilise FTP ou encore coppermine, étant donné que j'ai déjà d'autres sites. Le site est tout neuf, j'aimerais...
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
et tu es sur que la galerie est bien à la racine et qu'il n'y a pas d'autre installation de coppermine qui elle aurait été mise à jour ? (on ne sait jamais)
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: 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