Re: display size of filmstrip thumbnails
Copy the function theme_display_film_strip from themes/sample/theme.php to your theme's theme.php file, if it doesn't exist. Then, find Code: [Select]foreach($thumb_list as $thumb) {and below, add...
View ArticleMOVED: Coppermine Error: Template Error (using 1.5.22)
This topic has been moved to cpg1.5 upload.http://forum.coppermine-gallery.net/index.php?topic=76169.0
View ArticleRe: Persian Translation cpg1.5.22
Added Persian language file in SVN revision 8548. Thank you for your contribution.Quote from: Phill Luckhurst on April 07, 2013, 10:41:10 ami've added you to the contributor groupChanged to translator...
View ArticleRe: Commenting Pictures
http://trustingfate.sosugary.com/cpg15x/captcha.php returns a blank page. This probably happens because one or more GD functions don't exist on your gallery setup:[code=include/captcha.inc.php]...
View ArticleRe: Blank modifyalb.php
Does it happen for all albums or just a few ones? Please create a test user account (no admin account), create an album with that user and try if modifyalb.php works for that user. If not, I'd need the...
View ArticleRe: External tracker (Google Analytics, Piwik, etc) for cpg.1.5.x
Sorry for very late reply but I didn't get an email notification about your message, probably because I didn't login when I read your previous message. I guess I can add both Bing and Google Webmaster...
View ArticleRe: Ignore certain file types
Open searchnew.php, findCode: [Select]$checked = isset($expic_array[$picfile_replaced_forbidden]) ? '' : 'checked="checked"';and replace with[code]$checked =...
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: include in search field content of cpg15x_cms table
I just updated the attachment in my last post (fixed a typo).
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: Re: Getting Fatal Error when showing intermediate pictures.
Quote from: Αndré on Today at 03:34:52 pmThe 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: 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: Fehler beim Anzeigen der neuesten Bilder
Nochmals: bitte entferne zunächst alle Modifikationen. Zur Sicherheit solltest du auch nochmal die Datei include/functions.inc.php neu hochladen.
View Article