Re: Persian Translation cpg1.5.22
Excellent work and many thanks.i've added you to the contributor group and will test your file later today.
View ArticleRe: PM Nachrichten für Coppermine 1.5x
ja gibt es, deine Frage gehört aber glaube ich in die andere Sektion...http://forum.coppermine-gallery.net/index.php/topic,70696.0.htmlcmfa
View Article[Solved] Moderate new pics
Hi, I would like to know if there is a way or a mod to moderate the new pics uploaded (by users/visitors). Thanks
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 ArticleRe: Minimizing / Reducing MySQL database size
Well the records you show for your galley are about as minimal as you can go. You don't seem to be storing a lot of stuff that could increase your DB size such as all the image data, detailed stats...
View ArticleRe: Minimizing / Reducing MySQL database size
So I was thinking, if I let Coppermine skip over the intermediate pictures and use the full-size on the displayimage.php page, would that shrink the picture table by 1/3? (Because ... Coppermine has...
View ArticleRe: Minimizing / Reducing MySQL database size
Mm so I was reading some more about misampack. (By the way, thanks for pointing out this nifty tool). Once the tables become compressed, they become read-only. So I probably wouldn't be able to...
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: Blank modifyalb.php
I created a new user and it worked, so I went ahead, deleted my main user and recreated it.Thanks for the help, Andre!
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: 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 Article