Re: How to integrate custom registration form with Coppermine's functionality
Actually I've solved it completely (I think).By removing this line from register.phpCode: [Select]array('input', 'username', $icon_array['username'] . $lang_register_php['username'], 25),and changing...
View ArticleRe: Download complete album als ZIP
Quote from: Αndré on Yesterday at 11:13:24 AMFeel free to check yourself which is the more recent version or if they differ at all. The SVN respository shows v1.0, which is the same as the first post...
View ArticleRe: How do I change background image for only one page (register.php)
I am using a custom registration page, except the old background image is still showing up for my index page: www.taskbasket.net/gallery/It's the checkered image behind the photos. I can't find where...
View ArticleRe: Slideshows
Andre - I am extremely satisfied with the results of this Forum. I really like the updated look of Coppermine. It has a lot of bells and whistles that I am just beginning to explore. Took a lot of work...
View ArticleRe: 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 Article