Re: display size of filmstrip thumbnails
Open include/functions.inc.php, findCode: [Select]$thumb_width = $CONFIG['thumb_width'];and above, add something likeCode: [Select]$CONFIG['thumb_width'] = '60';
View ArticleRe: Ignore certain file types
Quote from: avery-t on Today at 06:46:17 amWouldn't the easiest solution be to upload only the image file?Sure, but some people don't upload pictures to their (external) gallery, but use already...
View ArticleRe: Getting Fatal Error when showing intermediate pictures.
Does it work with other themes, like curve?
View ArticleRe: Re: Getting Fatal Error when showing intermediate pictures.
Quote from: Αndré on Today at 09:24:58 amDoes it work with other themes, like curve?No, I have tried unmodified themes and none are working. Later ...
View ArticleRe: Getting Fatal Error when showing intermediate pictures.
The function cpg_picture_dimension_exceeds_intermediate_limit is defined in include/functions.inc.php, so you should have a closer look especially at that file.
View ArticleRe: Fehler beim Anzeigen der neuesten Bilder
Mir wird als Gast bei den neuesten Dateien merkwürdigerweise nur 1 Datei angezeigt, obwohl ich ansonsten viel mehr Dateien ansehen kann. Hast du irgendwelche Mods/Plugins installiert? Falls ja,...
View ArticleRe: Fehler beim Anzeigen der neuesten Bilder
Hallo ΑndréDas gibt es doch nicht. Als ich den Beitrag vorhin verfasst habe waren es noch 3 Datein. Jetzt sehe ich auch nur noch eine Datei obwohl ich als Admin drin bin. Was gaht da vor sich? Soll ich...
View ArticleRe: Fehler beim Anzeigen der neuesten Bilder
Quote from: VolkerF on Today at 06:18:37 pmSoll ich trotzdem die Plugins deaktivieren?Ja, bitte.
View ArticleRe: Correcting Database data
http://documentation.coppermine-gallery.net/en/admin-tools.htm#admin_tools_options_reload_dimensions
View ArticleRe: Error 500 populatemysqldb function failing
Problem solved. I had to fix the function by creating a $temp_data variable at the top of the function, replace all the references to $GLOBALS['temp_data'] inside the for loop where the web page output...
View ArticleMigrating Coppermine Gallery to another server
Hi, I need help with moving my Coppermine installation from one host (a shared hosting environment, no Cpanel) to another host (virtual private server, with cPanel). I can FTP the files over, so all...
View ArticleRe: Migrating Coppermine Gallery to another server
Actually I just realized I can probably change the [mysql.gip.superb.net] on the new host, no need to change on the old host and then export. I just don't know where to look in the database. Please...
View ArticleRe: Fehler beim Anzeigen der neuesten Bilder
Hallo ΑndréDie Ursache ist eindeutig das Plugin File Replacer. Ich hatte ihn deinstalliert, dann die letzte Version 1.7 wieder installiert und die Bilder neu hochgeladen nachdem ich auch diese komplett...
View ArticleRe: Migrating Coppermine Gallery to another server
The file /include/config.inc.php contains all your database details and you can adjust the pointer to your db in there.
View ArticleRe: Fehler beim Anzeigen der neuesten Bilder
Hi AndreSchau mal jetzt, habe die functions.inc.php hochgeladen, jetzt geht es.Frag mich nur was da los war. Wenn ich nochmal mit dem File-Replacer arbeite, bin ich mal gespannt ob es so bleibt.Ich...
View ArticleRe: Problem with Final Extract plugin for cpg 1.5.x
I downloaded from the thread. It seems there are a few problems with that version. Not got time to go through them all now but if we can get a working version together I will spend some time tidying up...
View ArticleRe: Problem with Final Extract plugin for cpg 1.5.x
I'll have a closer look at the both available versions soon. I recently pointed some people to that plugin, curiously enough nobody reported any issue.
View ArticleRe: Problem with Final Extract plugin for cpg 1.5.x
First run it failed with unable to connect to its db table as for some reason it didn't create. Tried again and it failed because it had already created the fex item in the config table (not sure why...
View ArticleRe: Problem with Final Extract plugin for cpg 1.5.x
I just downloaded version 1.2 from the plugin announcement thread and installation worked without any issue in my tested.Quote from: Phill Luckhurst on Today at 11:54:05 amFirst run it failed with...
View Article