MOVED: Enable special char and disable "_" replacement in filenames
This topic has been moved to cpg1.5 miscellaneous.http://forum.coppermine-gallery.net/index.php?topic=75325.0
View ArticleRe: Enable special char and disable "_" replacement in filenames
Open include/functions.inc.php, findCode: [Select] $condition = array ( 'transliteration' => true, 'special_chars' => true );and replace with[code] $condition = array (...
View ArticleRe: How do I suppress File Details on mouseover in thumbnails please?
Please read the whole thread: http://forum.coppermine-gallery.net/index.php/topic,74445.msg359441.html#msg359441
View ArticleRe: Re: How to add an adcode or text/other into the photo window
You mean in theme.php? Or in some other file? I'm so confused...
View ArticleRe: The emails haven't stopped stince yesterday! Totally 63 now.
apparently all I needed to do was change the email address under my username
View ArticleRe: Re: The emails haven't stopped stince yesterday! Totally 63 now.
Quote from: Jeff Bailey on Yesterday at 12:10:56 amDoes your profile have an email address? Not sure if that has anything to do with it but it's worth looking at.This email?Thank you for coming back...
View ArticleRe: Issues after upgrading my SMF bridged install from 1.4.19 to 1.5.20
The problem ended up being the way SMF keeps track of user groups.If the user is not created as the admin it gets a group id of 0 which doesn't exist, it has another column for additional groups that...
View ArticleRe: Issues after upgrading my SMF bridged install from 1.4.19 to 1.5.20
Solution tested and working!Jeff, thanks so much, I was pulling my hair out on this one.. I appreciate the assistance.
View ArticleRe: Issues after upgrading my SMF bridged install from 1.4.19 to 1.5.20
No problem and thank you for resolving your thread.
View ArticleRe: Batch add problems
Open searchnew.php, findCode: [Select]display_dir_tree($folder . $file . '/', $ident . ' ');and remove that line.
View ArticleRe: Fullsize access plugin for cpg1.5.x
I will have a look and if I figure it out, I'll report it back here.Thank you.
View ArticleRe: TIFF image support?
I do not understand why the thumbnails are saved in the original file type knowing that the goal is to display in a browser...
View ArticleRe: Where is $section variable set
Please post a link.http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616Like I said that value changes, which one would you like to include on the other page?If you...
View ArticleRe: Adding a (specific) captcha to the reg screen
What about this?Addrequire('include/solvemedialib.php');underrequire('include/mailer.inc.php');in register.phpFind[code] // captcha code if ($CONFIG['registration_captcha'] != 0) {...
View ArticleRe: Socialshare Plugin now available (includes facebook and others)
Did I miss something?I'm installing from the plugin link and getting ....Critical Error: "There was an error while processing a database query"
View ArticleRe: Socialshare Plugin now available (includes facebook and others)
The only thing I can think of is that the plugin didn't install correctly. I have installed it on one of my gallery sites. Here is a link:...
View ArticleRe: Socialshare Plugin now available (includes facebook and others)
Yep, Tried direct installed with zip file ... nothing. Deactivated, then uploaded files direct .... still nothing.It shows in the plugin list. I get the error when I try and activate.
View ArticleRe: Upload redirect to localhost/editpics.php? instead of refresh
In short the flash upload works fine. Everything says completed. Then you hit the continue button under the files you uploaded and it brings you to some unresolvable localhost page that doesn't seem to...
View ArticleRe: Socialshare Plugin now available (includes facebook and others)
The same kind of error happens when I activate the OnlineStats on another site I run. I'm sorry I don't have the solution for you. NWN
View Article