-
If my username is "BigJoe" and I log in as "bigjoe", I can log in ok, but I cannot edit my posts.
It seems the username is case-sensitive when it comes to determining whether the user can edit his own posts, but not case sensitive when it comes to logging in.
Logging off and relogging in as "BigJoe" gives me the edit pencil and delete "X" on my posts.
2006-12-31 05:12:56 UTC in newtelligence dasBlog Community Edition
-
I am thinking this will do it, but I don't have VS2003 installed on this machine. I did this editing with TextPad and replaced tabs with two spaces.
On second thought, this may return a link with the email address instead of the author's name.
Sheez, I need VS2003...
///
/// The Author of a single weblog entry.
/// Corresponds to the macro: <%itemAuthor%>
///...
2006-12-31 05:07:36 UTC in newtelligence dasBlog Community Edition
-
The macro displays a non-spam-proofed email address for the item's author, regardless of the site's ObfuscateEmail setting.
The macro handler should check the ObfuscateEmail setting and appropriately spam proof the results of that macro.
2006-12-31 04:51:58 UTC in newtelligence dasBlog Community Edition