Re: Problem Solving CAPTCHA plugin for cpg1.5.x
Quote from: Αndré on October 09, 2013, 10:32:17 AMThis plugin replaces the built-in Coppermine CAPTCHA with custom questions your users have to answer (e.g. "Write cat without an a"). This plugin...
View ArticleRe: comments in gallery
My line now reads[code]require('include/init.inc.php');$result = cpg_db_query("SELECT ".$cpg_udb->field['username']." AS user_name, COUNT(*) as num_comments FROM ".$cpg_udb->usertable." AS u...
View ArticleRe: Coppermine forum plugin (cpgforum) for cpg1.5.x
I downloaded the forum from the top link on 2/12/14. According to the plugin manager it is version 2.1 Beta. My coppermine version is 1.5.24. PHP version is 5.3.24 and MYSQL version is 5.6.When trying...
View ArticleRe: Updating from 1.4.25 (stable) bridged to SMF
One more interesting resource in the event there isn't another database we can properly read... The title of the article accurately describes where you are... And gives a detailed (very extensive)...
View ArticleRe: Coppermine forum plugin (cpgforum) for cpg1.5.x
Bridged with phpBB3 by chance?Try this link if so: https://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors/.I recently had to use this technique with a phpBB...
View ArticleRe: Re: Coppermine forum plugin (cpgforum) for cpg1.5.x
Quote from: gmc on Today at 04:24:39 AMBridged with phpBB3 by chance?No bridge... completely standalone.
View ArticleRe: Can't set thumbnail for category or album
As expected, it's some kind of cache issue, obviously. I just updated the test album in your gallery a few times and used Firebug's network to see what's going on. It doesn't even try to load anything...
View ArticleRe: pms nimmt zu viel Platz in der Menüleiste ein
Ja klar, wohin soll ich sie Dir schicken?
View ArticleRe: pms nimmt zu viel Platz in der Menüleiste ein
Machen wirs einfacher, ich habe Coppermine auf automatische Userannahme gestellt, also einfach registrieren und loslegen.
View ArticleRe: pms nimmt zu viel Platz in der Menüleiste ein
Leider hast du vergessen die Überprüfung der E-Mail-Adresse abzuschalten. Da ich mich mit Fakedaten registriert habe, kann ich mich nach wie vor nicht in deiner Galerie anmelden. Nächstes mal bitte...
View ArticleRe: Updating from 1.4.25 (stable) bridged to SMF
It appears to be an issue coming out of the database... When Coppermine displayed the info incorrectly after the conversion, I ran scripts that just directly accessed the DB and displayed results... If...
View ArticleRe: Re: Updating from 1.4.25 (stable) bridged to SMF
Quote from: gmc on Yesterday at 06:57:58 AMOK - so my thought how to get out of this...Everything needs to be set to utf8... and data must truly be utf8...Convert all CPG data by 'reading' in latin1...
View ArticleShow link to a specific group of users.
Hello.I need to create a link is only visible to a particular user group. How I can do?thanksregardsCherokee
View ArticleRe: Updating from 1.4.25 (stable) bridged to SMF
Thanks Dion,I've tried 3 different alternatives - including yours - with the same results...Starting with copies of the table with 'undisplayable' data in phpMyAdminusing an external script - read all...
View ArticleRe: Updating from 1.4.25 (stable) bridged to SMF
I'd be really curious what would happen if you ran the utf8 output through the mbstring mb_convert_encoding() function, using a CP1252 -> utf8 or CP1252 -> koi8-r conversi...
View ArticleRe: All of my websites using Coopermine got hacked Please Help!
Apologies, that was a typo due to a fat fingers/ipad interface issue.
View ArticleRe: Updating from 1.4.25 (stable) bridged to SMF
OK, this makes me wonder about something. In your program, are you using a header() statement to explicitly set the character set to utf8? If not, please try it. If utf8 does nothing, try setting the...
View ArticleRe: Updating from 1.4.25 (stable) bridged to SMF
Added UTF-8 to KOI8-R:Against 'unconverted':[code]Testing Character Sets against table: parnat_imgcategories field: nameProcessing DEFAULT charsetResult: Array( [name] => ÐиÑнÑе...
View ArticleCaption below Latest Upload Thumbnails
I want to change the default caption below the 'Latest Uploads' thumbnails, to remove the upload date and replace it with the photo taken date and time which I record as the 'user2' optional variable.I...
View Article