Re: 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 ArticleRe: Urgent help!! orig_files not working properly
How it should be is this: http://rachelbilson.org/photos/displayimage.php?album=18&pid=291#top_display_mediabut as soon as I run admin tools on this too the watermark freaks out like in my first...
View ArticleRe: cpmFetch Strict Standard errors
Thanks for the fix. Sadly, the developer of CPMfetch hasn't been around for a long time. It is a great addition to CPG and it would be a shame to loose it.
View ArticleRe: Urgent help!! orig_files not working properly
The orig_ files are created only if watermarking is enabled in config. Read here http://forum.coppermine-gallery.net/index.php?topic=74182.0If watermarking was not enabled...
View ArticleRe: How to remove title beneath thumbnails?
Detailed info here:http://forum.coppermine-gallery.net/index.php/topic,76902.msg371509.html#msg371509
View ArticleRe: Urgent help!! orig_files not working properly
Yes that's the thing. I have clean orig_files in each album (no tags). I recently moved to new servers and started to have this issue. The orig_files only works per album if I remove all other files...
View ArticleRe: cpgShop - a PayPal shopping cart
Hi StrammI am looking for the full version ... are you around ?Regards
View ArticleRe: Urgent help!! orig_files not working properly
Seems to me the orig files end up getting a tag whenever I update the albums with pix in them... not good. How do I solve this
View ArticleHow to scroll down after search submit?
Regarding my site here: taskbasket.net/gallery/If a user types in "nature" at the top, when they submit the form it redirects...
View ArticleHow to remove files/albums from home page of a custom theme?
Hi guys, so I have a custom theme for my gallery and I was wondering how to delete the album number and the files from the home page? Thanks.
View ArticleRe: How to remove files/albums from home page of a custom theme?
Copy function $template_cat_list from themes/sample/theme.php (make sure is not already in themes/your_theme_name/ theme.php):...
View ArticleRe: How to remove files/albums from home page of a custom theme?
If you want Categories in two columns too, then check http://forum.coppermine-gallery.net/index.php/topic,70393.0.html
View ArticleRe: How to scroll down after search submit?
Nav anchor is proabibly what your looking for.nav anchor in Google Search or http://www.w3schools.comNo need for bootrap and other like that to load your server with many plugins. Is simple html.
View Article