Search found 119 matches

by CapriSkye
Mon Dec 06, 2004 9:40 pm
Forum: Bugs
Topic: Allow to create the name as" null" category, but c
Replies: 2
Views: 3529

i think he means having no name for the category. it happened to my chinese encoding when it doesn't recognize the character so the name doesn't appear, then no way to delete it. i had to delete it in database.
by CapriSkye
Fri Dec 03, 2004 6:29 am
Forum: Bugs
Topic: ucfirst & mbstring
Replies: 10
Views: 11335

thank you very much for the time, i haven't updated to the latest cvs yet, but i will try later.
also if i enable mbstring.dll in php, do i do anything to [mbstring] section? thanks
by CapriSkye
Fri Dec 03, 2004 6:03 am
Forum: General discussions
Topic: Period in Serendipity Date instead of comma
Replies: 1
Views: 2069

in your language file, change
@define('DATE_FORMAT_ENTRY', '%A, %B %e. %Y');
to
@define('DATE_FORMAT_ENTRY', '%A, %B %e %Y');
by CapriSkye
Thu Dec 02, 2004 1:41 am
Forum: Showcase (old)
Topic: My new blog ^^
Replies: 7
Views: 9921

tomsommer wrote:Nice domain :)
lol
by CapriSkye
Wed Dec 01, 2004 10:41 pm
Forum: Bugs
Topic: ucfirst & mbstring
Replies: 10
Views: 11335

ok i found another solution, in serendipity_entries.php,
i changed
<?php echo ucfirst(ENTRIES); ?>
to
<?php echo ENTRIES; ?>

what is ucfirst() for? thanks
by CapriSkye
Wed Dec 01, 2004 10:39 pm
Forum: Bugs
Topic: ucfirst & mbstring
Replies: 10
Views: 11335

for the ENTRIES string, the blog will mess up the first character in the string, so I put a space in front of it, then I'm able to make it showing the correct characters. i still wonder why this would happen though. My mysql encoding is utf-8, with utf-8 collation, and im using utf-8 language file.
by CapriSkye
Wed Dec 01, 2004 4:29 am
Forum: Bugs
Topic: ucfirst & mbstring
Replies: 10
Views: 11335

the category problem is gone, but the problem shown in the pic still exist. http://www.capriskye.com/file/s9y.png i've narrowed down the problem, it's probably my mysql encoding. it doesn't happen to one of my friend's blog, and he has mysql version 4.0 with s9y v0.7, and i'm using 4.1. i installed ...
by CapriSkye
Tue Nov 30, 2004 12:56 am
Forum: General discussions
Topic: Password Protected Blog
Replies: 3
Views: 4339

is it possible to just protect certain category? maybe entries to the protected category won't show up in main index, and when people click on that category it will prompt for password? thanks
by CapriSkye
Mon Nov 29, 2004 4:02 am
Forum: Bugs
Topic: 11/28/04 Snapshot Error
Replies: 6
Views: 6694

i couldn't get the newest snapshot to work either, i think the one that works is on 26.
by CapriSkye
Sat Nov 27, 2004 2:46 am
Forum: Bugs
Topic: ucfirst & mbstring
Replies: 10
Views: 11335

ucfirst & mbstring

the problem is caused by ucfirst and my misconfiguration of database... i was just testing the blog to see how well it handles chinese characters, everything seems fine except when i'm using php with mysql extension, chinese characters have trouble showing up. when im creating a category with chine...
by CapriSkye
Fri Nov 26, 2004 7:36 pm
Forum: Bugs
Topic: Search fails to function
Replies: 17
Views: 16258

my default type was set to InnoDB, i've changed to myisam, and ran create fulltext index query, the search function seems to work, except im not getting any result even though the result is there. weird...
by CapriSkye
Fri Nov 26, 2004 6:51 am
Forum: General discussions
Topic: Use FCKEdit instead of htmlarea?
Replies: 1
Views: 2258

Use FCKEdit instead of htmlarea?

i've heard alot about FCKEdit, would the developers interested in using that instead of htmlarea? just a suggestion :)
by CapriSkye
Fri Nov 26, 2004 5:50 am
Forum: Bugs
Topic: Search fails to function
Replies: 17
Views: 16258

tadpole wrote:Try running

Code: Select all

CREATE FULLTEXT INDEX entry_idx on serendipity_entries (title,body,extended);
when i run that query it says #1214 - The used table type doesn't support FULLTEXT indexes

im running version 0.8-alpha3, and MySQL 4.1.7. anyone know how to make this work? thanks
by CapriSkye
Sun Nov 14, 2004 8:05 am
Forum: Bugs
Topic: Problem with lang
Replies: 7
Views: 6790

anyone know a good tutorial on how to install locale? im having trouble find any tutorial online. thanks.
by CapriSkye
Fri Nov 12, 2004 4:52 pm
Forum: General discussions
Topic: Traditional Chinese language finished
Replies: 9
Views: 7220

okay it's done, did you get my email? also the one i translated for smarty-branch will work with the normal version right? thanks