forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: jonket on August 28, 2010, 09:59:42 pm

Title: User Gallery Alphabetic Tabbing, Icelandic characters get lost
Post by: jonket on August 28, 2010, 09:59:42 pm
I would like to use this plugin on my site.  Hope somebody can help.  This will also apply to other languages.

I have modified it a little bit to display Icelandig characters in the bar.

When I click an Icelandic character it seems to get lost in this here:
    
Code: [Select]
global $CONFIG, $FORBIDDEN_SET, $PAGE;
        $superCage = Inspekt::makeSuperCage();
        $getLetter = $superCage->get->getAlpha("letter");

Works fine with all standard English characters.

It seems like it does not want to recognize non English characters.

Coppermine install: http://siglingar.net/cpg/
Bridging app install: http://siglingar.net/
Coppermine version: cpg1.5.8
Bridging app version: Phpbb3 in CPG 1.5.8
Test user account: testing / testing

BridgeManager settings:
Bridge app URL:  http://siglingar.net      
Relative path to your bridge app's config file:  ../
Cookie name or prefix:  phpbb3_p32g5


Best regards,  Jon
Title: Re: User Gallery Alphabetic Tabbing, Icelandic characters get lost
Post by: Nibbler on August 28, 2010, 10:20:14 pm
Just change getAlpha() to getEscaped()
Title: Re: User Gallery Alphabetic Tabbing, Icelandic characters get lost
Post by: jonket on August 29, 2010, 01:40:16 am
Works perfectly.  Thanks one more time.

Best regards,  Jon