Recent Topics

1 May 05, 2004 17:32    

When you generate a static page for one of your blogs, the page created looks as it would if you were logged in. (I.e., when generating static blogs, "is_loggedin()" always returns true.)

However, it would be better if this was not the case. I'd like to have static pages, but then there's a link to my profile, and to log out, instead of a link to register. Also, since I have an "Edit" and "delete" link on each post, for my convenience, I don't want to show those to the world.

Suggestion: When generating static blogs, is_loggedin() should always return false.

See an example at http://isaac.beigetower.org/blog_roll.html

Isaac
http://isaac.beigetower.org


Form is loading...