Search found 26 matches

by Barberousse
Tue Jun 24, 2008 9:33 am
Forum: Plugins
Topic: Lightbox update - Image Gallery
Replies: 17
Views: 11073

Re: Lightbox update - Image Gallery

The only drawback I found out is, that several pictures of different entrys on the same page are all grouped together. Is this by design? Oh no, it shouldn't, I thought I tested it correctly. What gallery are you using: Lightbox plus, Greybox, ... ? Edit: sorry, you're right, I have only one entry ...
by Barberousse
Wed Apr 23, 2008 6:12 pm
Forum: Plugins
Topic: Change language for reCaptcha
Replies: 1
Views: 2043

Change language for reCaptcha

Hello, For those who are interested, you can change the reCaptcha plugin language by changing line 281 of serendipity/plugins/serendipity_event_recaptcha/serendipity_event_recaptcha.php from echo "\n<script>\n var RecaptchaOptions = { theme : '".$theme."'};\n</script>"; to if (is...
by Barberousse
Mon Mar 17, 2008 1:46 pm
Forum: Plugins
Topic: Lightbox update - Image Gallery
Replies: 17
Views: 11073

ormus7577 wrote:Thanks for your post. I've been working on the plugin as well and did similar things: http://board.s9y.org/viewtopic.php?t=12405

I'll download your changes and merge them where necessary, ok?
Of course !

Barberousse.
by Barberousse
Sat Mar 15, 2008 8:17 pm
Forum: Plugins
Topic: Lightbox update - Image Gallery
Replies: 17
Views: 11073

Lightbox update - Image Gallery

Hello, I did an update of the serendipity_event_lightbox plugin for my personnal purpose and you can now find my modifications in the official version in Spartacus. Changelog: Version 1.7 (Barberousse): * Change graybox to greybox * Greybox upgraded to version 5.53 * Lightbox 2 upgraded to version 2...
by Barberousse
Tue Jan 08, 2008 9:54 pm
Forum: Bugs
Topic: [Resolved] Search for a word accentuated
Replies: 8
Views: 5359

Of course, but it was the fastest way: to do a dump, replace latin1 with utf8 and latin_idontrememberwhat_ci with utf8_unicode_ci with a text editor and execute the query. But I lost all "à" because the "à" gives "Ã " (0xC3A0 in hex) and the space (0xA0) becomes another...
by Barberousse
Tue Jan 08, 2008 11:59 am
Forum: Bugs
Topic: [Resolved] Search for a word accentuated
Replies: 8
Views: 5359

Ok, I made a complete dump of my database, change every charset from latin1 to utf8 and every collate from latin1_general_ci to utf8_unicode_ci. It didn't work for the tables serendipity_permalinks and serendipity_plugincategories (key too long (1000 max)) so I let this tables with latin1 charset. I...
by Barberousse
Mon Jan 07, 2008 10:55 pm
Forum: Bugs
Topic: [Resolved] Search for a word accentuated
Replies: 8
Views: 5359

Should I change table's collations on all serendipity tables ?

Barberousse.
by Barberousse
Mon Jan 07, 2008 6:10 pm
Forum: Bugs
Topic: [Resolved] Search for a word accentuated
Replies: 8
Views: 5359

Hello, The "entries" table is using the "latin1_general_ci" table type. MySQL is version 5.0.45 UTF-8 Unicode (utf8). Serendipity is configured with "Enable DB-charset conversion" to "No", "Language" to "French" and charset to "UTF-8&q...
by Barberousse
Fri Jan 04, 2008 2:58 pm
Forum: Bugs
Topic: [Resolved] Search for a word accentuated
Replies: 8
Views: 5359

[Resolved] Search for a word accentuated

Hello,

With Serendipity 1.2.1, PHP 5.1.3 and the quick search plugin, a search with the word "fatiguée" for instance will give no result, but it will give correct results with "fatigu*e".

A problem of encoding maybe?

Thank you.

Barbrousse.
by Barberousse
Thu Jan 03, 2008 3:42 pm
Forum: Themes
Topic: If you have no colorset choice in Bulletproof
Replies: 9
Views: 6889

yellowled is right, Free.fr has a lot of limitations. I made modifications for the Menalto Gallery script too, but it is huge... But I had no problem with Serendipity until I discovered the "glob" problem. I think that it's a waste of time for Bulletproof maintainers to keep trying to make...
by Barberousse
Sun Dec 30, 2007 8:16 pm
Forum: Themes
Topic: If you have no colorset choice in Bulletproof
Replies: 9
Views: 6889

If you have no colorset choice in Bulletproof

Hello Found here: http://www.php.net/manual/function.glob.php For security reason, the glob function may be prohibited on some servers (on free.fr for instance) and you will get no colorset listing with the Bulletproof template. To correct this, open "config.inc.php" in "templates/bul...