Re: Plugin that monitors a directory for uploads and automatically adds to...
hithank you very much i will try to find the command line versionbest regards,stefan
View ArticleRe: Moderate new pics
You can use upload approval. The users get to upload their pics but they are only displayed to others on admin approval. This can be set on a group basis -...
View ArticleRe: Moderate new pics
sorry, i didn't find that part while searching in the documentation. Thank you
View ArticleCoppermine Error: Template Error (using 1.5.22)
Hi there,I've just found the forums, and I really want to have this issue solved. Since a week or a week and a half, I am experiencing issues when it comes to batch-adding files. Every time I try to...
View ArticleRe: Coppermine Error: Template Error (using 1.5.22)
Which the rare you using and can we have a link please.
View ArticleProblems with making admin section for my plugin
Hello I am working on a new e-commerce solution for coppermine, and for that i have build a quick'n'dirty plugin which works pretty well.... (will post a version, once i cleaned up the code, and made...
View ArticleRe: Minimizing / Reducing MySQL database size
Only partly. You would save on normal disk space for sure removing intermediate images but the amount per image saved on removing that element from the db would none. Examine the table and you will see...
View ArticleRe: Blank modifyalb.php
I did upload the base themes from the original package (curve, eyeball, water_drop) and tested and didn't workI disabled the plugin manager in config and it's still giving me a blank page
View ArticleRe: change text colour in album description
Tried that, doesnt seem to have altered it - to confirm, its the text colour in the image below that got a red line under it(http://s9.postimg.org/i4fvz2a4v/Image2.jpg)
View ArticleRe: change text colour in album description
Quote from: rapidyellow on Yesterday at 11:40:18 pmTried that, doesnt seem to have altered it - to confirm, its the text colour in the image below that got a red line under...
View ArticleRe: change text colour in album description
yeah, still isnt showing in black, have tried on two machines to double check
View ArticleRe: 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 Article