# Excuse my poor English.
I've used version 1.1.2 since the day before yesterday.
My format of author permanent link is "authors/%id%-%username%".
And its behavior is different each page.
- /archives/* -> 1-unknown
- (other pages) -> 1-cress (My username is "cress")
So, I corrected include/functions_entries.inc.php as follows.
Code: Select all
*** functions_entries.inc.php.orig Fri Mar 2 04:55:51 2007
--- functions_entries.inc.php Sat Mar 31 02:37:06 2007
***************
*** 502,507 ****
--- 502,502 ----
e.moderate_comments,
a.realname AS author,
+ a.username AS loginname,
a.email
FROM
{$serendipity['dbPrefix']}entries e