
09-21-2002, 01:18 AM
|
|
|
Join Date: Jun 2002
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Kaelon
Great work! Several issues:
1. I noticed that on the Journal Stats block, only a custom avatar appears and not one of the standard avatars. Is there any way to ensure that the avatar is displayed?
|
Working on this now
Quote:
2. Users that have apostrophe's (e.g., "Mari'a") or other special characters are unable to add journals. The specific error:
You can fix this by finding the following line in journal.php:
Code:
$username = $username_retrieve['username'];
And adding right beneath it:
Code:
$username = addslashes($username);
Hope this helps! Great hack, again!
|
Thanks!
|