Re: display size of filmstrip thumbnails
Works exactly as you suspected. The filmstrip thumbs display in the new size (height of 50 pixels in this example) except, when the thumbnail strip is scrolled, the newly displayed thumb is displayed...
View ArticleRe: Blank modifyalb.php
Do you still have access to all albums and files you uploaded with your other user? If so, I don't see a reason why it works now
View ArticleRe: display size of filmstrip thumbnails
Open js/displayimage.js, find all occurences ofCode: [Select]<img border="0" and replace each withCode: [Select]<img border="0" height="50" (8 times in total).
View ArticleMostrar/ocultar informacion del archivo
Hola a todoEn la entrada http://forum.coppermine-gallery.net/index.php/topic,74296.msg357723.html#msg357723 se explica como ocultar la información del archiv...
View ArticleRe: include in search field content of cpg15x_cms table
Attached is a simple cms search form. Just extract it, upload it to your gallery and open it in your browser.
View ArticleRe: Ignore certain file types
Quote from: pols1337 on March 13, 2013, 03:22:13 amHi, quick question: is there a way, when using the Admin's batch upload tool, to skip over or ignore certain file types? For example, when I upload...
View ArticleRe: Blank modifyalb.php
Quote from: AnnieBarlow on Today at 02:13:22 amCould it be cause I had too many users? I deleted a couple thousand users I haveThat makes sense, as each user is listed in the "Album category" drop-down...
View ArticleRe: 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: Getting Fatal Error when showing intermediate pictures.
Take a look at the admin tools. There are options in there to re-create intermediate and/or thumbs.
View ArticleRe: Re: Getting Fatal Error when showing intermediate pictures.
Quote from: Phill Luckhurst on Yesterday at 09:04:56 pmTake a look at the admin tools. There are options in there to re-create intermediate and/or thumbs.I'd vote for you anyday, Αndré and Phill, you...
View ArticleCorrecting Database data
I have a similar problem to user Niecher. http://forum.coppermine-gallery.net/index.php/topic,76024.0.htmlMy host only allows a certain amount of server memory to PHP f...
View ArticleRe: display size of filmstrip thumbnails
Works perfectly, thank you very much for your time. I can now display the filmstrip thumbs in an adjustable display-size inside of their adjustable filmstrip thumb_cell sizes. Coppermine Gallery is...
View ArticleDual output parameter "Category album"
Is it possible to make on the "Album Properties" option Category album placed twice (pic2).
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 Article