Re: How to integrate custom registration form with Coppermine's functionality
That's probably the change I'd have also told you. Well done
View ArticleRe: Empty spaces inside photo's description textfield.
Ugh, that's interesting: it looks like that Photoshop CS5 is somehow adding those spaces in the description field. It doesn't happen if I resize the photo with another software.It didn't happen with my...
View ArticleRe: Empty spaces inside photo's description textfield.
Open include/picmgmt.inc.php, findCode: [Select] $title = (isset($iptc['Headline'])) ? $iptc['Headline'] : $title; $caption = (isset($iptc['Caption'])) ? $iptc['Caption']...
View ArticleHow to show registration error within popup window?
Hello, I've created a custom sign-up form which pops up on the index page (it can be accessed directly via taskbasket.net/gallery/registration.htmlbut when a user doesn't fill the form correctly (no...
View ArticleRe: How to show registration error within popup window?
Wait, it seems more logical to change my html to a php. Will report back
View ArticleWo kann man die Position der Hilfefenster verändern?
Hallo André,frohes neues Jahr und gleich eine dumme Frage. Ich habe meine Galerie jetzt in meine Homepage includiert. Da es ja eine Baukastenseite bei der Telekom ist, war das nicht einfach und ich...
View ArticleRe: How to show registration error within popup window?
It doesn't seem to work with the php I posted above. I changed my custom registration page from html to php and included the php code shown above. I wrote the code within proper php tags, right below...
View ArticleRe: How to show registration error within popup window?
You don't need to copy code from register.php. If you want to show potential issues in real time, you need to add some JavaScript code that performs checks even before anything is submitted anywhere....
View ArticleRe: How to show registration error within popup window?
I was able to solve this problem, you can take a look here: http://taskbasket.net/gallery/ and click "Sign-up" in the top-right corner. It checks for bad email/password before allowing you to...
View ArticleRe: Captcha Image Not Showing
Fonts seemed to be Good -- Non the less I took the image file from a working cpg that I have and uploaded and replaced the whole folder.Working version on PHP 5.3 Not working on 5.6 (Different...
View ArticleRe: Empty spaces inside photo's description textfield.
trim() does the trick, so I can confirm that it fixes the issue.As usual, thanks for your help!
View ArticleRe: Captcha Image Not Showing
Ok I found the Problem but I would certainly LOVE to know WHY.A while back I modified some text in the lang -english.php fileHow does this remove the Captcha?Remove modified english.php replaced with...
View ArticleHow to remove title beneath thumbnails?
On my index page under "Last additions" there are some images with a title beneath it, which distorts the masonry layout. I can't find the option in Config... how do I remove titles from beneath...
View ArticleRe: How to remove title beneath thumbnails?
I should have waited to posted, because it's solved now. allvip told me to add this to style.css in another post (which worked):Code: [Select].thumb_title_title,.thumb_caption { display:...
View ArticleNo settings link
After updating from 1.3 to 1.4 then 1.5no settings link in admin pageplease help
View ArticleRe: No settings link
Quote from: mdaud on Yesterday at 07:15:27 PMAfter updating from 1.3 to 1.4 then 1.5no settings link in admin pageplease helpInstead of hovering over the Config button, just click it. That will take...
View ArticlecpmFetch Strict Standard errors
I recently got my host to upgrade to PHP 5.4 and suddenly had a bunch of "Strict Standards" errors on my CPG install. Well, I upgraded my install to 1.5.34 and some of them went away, but I still had...
View ArticleUrgent help!! orig_files not working properly
Hi, I need quick help with an issue Ive never had before. So I use orig_files and I use watermarking on both fullsize pix and normal_ pix. When I go via admin tools to update the orig_file in order to...
View Article