Re: Weird MySQL errors in the database.log
Hello,I often have the same type of errors, but I ended up ignoring them.Regarding chinese months, I guess your site was crawled by a chinese search engine like Baidu, so Coppermine displayed content...
View ArticleRe: Broken Captcha
Hello,Seems like an issue with the GD library.You should look at your PHP Info in your administration and search for "GD". You must have GD support enabled, GD version like 2.0.x, FreeType support...
View ArticleRe: Creating Custom Fields
Yer or no. Either I want it to notice the image size in the mysql or give me an option box to check in order to apply the tag.
View ArticleRe: Looking to add simple radio button to registration
So I was doing so more digging through some of the files and came across the following:in register.php there is a section for radio buttons.[code]case 'radio': // added the radio option for...
View ArticleRe: Creating Custom Fields
But there is already such a feature in coppermine http://documentation.coppermine-gallery.net/en/keywords.htm I don't understand what do you need. Can't you use the keywords they are the same thing as...
View ArticleRe: Creating Custom Fields
Look here in the demo, they can also appear on the search page. http://coppermine-gallery.net/demo/cpg15x/search.php
View ArticleRe: Change "My Gallery"
You can edit it in the lang files.In cpg15x\lang\english.php find$lang_main_menu['my_gal_lnk'] = 'My gallery';replace My gallery with whatever text you want.You will have to edit all language files...
View ArticleRe: Change "My Gallery"
Hi Jeff,Sadly, the menu shows up blank when using this method..
View ArticleRe: Change "My Gallery"
Did you try to hide it from the template.php?If you don't have the function for the menus, copy it from the sample template.php.You have to copy several other functions also, as it may not work just...
View ArticleToprated problem
Hi,I did a minor change in functions.inc.php where the toprated images only show those uploaded in the last 24 hours. However, now when you click on the thumbnail in toprated it either goes to a...
View ArticleRe: Change "My Gallery"
Unfortunately I don't have a gallery up to test with.After looking over it quickly I don't see any obvious mistakes. Did you make the changes in your custom themes theme.php?Turn on debug mode and see...
View ArticleRe: Change "My Gallery"
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270635.html#msg270635http://documentation.coppermine-gallery.net/en/theme_copyright.htmAlthough it is not prohibited to remove the "Powered...
View ArticleRe: Creating Custom Fields
I don't think my thoughts are coming across clearly, so I made a little mock-up of what I'm trying to accomplish. I hope that's ok.http://i.imgur.com/uvoVirf.png
View ArticleRe: Wasnt sure where to post this..
Ok Thank you!!!! Couple questions though.. There is an error message at the top of the home page for the gallery."Notice: Undefined offset: 8192 in...
View ArticleRe: Wasnt sure where to post this..
Those are both problems with OLD CPG and PHP v5...You need to upgrade to regain access and eliminate the 'offset' error.Greg
View Article