[pLog-svn] Roadmap/performance

Christoph Feddersen feddersen at herr-der-ringe-film.de
Tue Jan 17 12:13:40 GMT 2006



Jon Daley wrote:
> On Tue, 10 Jan 2006, Christoph Feddersen wrote:
>> 1. Display a link to the admin area when browsing index.php.
>     If you are ok with always showing the link, you can just put it in 
> the templates.  That is what I do.

I was thinking about a logic similar to this, using pseudo code
if ($currentUser == Admin) {
	display admin link
}

Can this be done using smarty tags in the templates or can this be done
via the plugin api?

> 
>> 2. auto fill username and email when making a comment
>     There is a plugin that does this with cookies.
I already checked this one, but it just sets cookies depending on the
values you fill in on the comments form. I want to use the
authentication system. If authenticated, the username is stored in the
session anyway, so it shouldn't be to complicated to autofill the form.
Username and email address can be grabbed from the user table or
session. A plugin should be able to do this, I think.

> 
>> Next "big" thing is the use of subdomains. Currently either the 
>> username or blogname can be used for subdomains.
>     I just wrote a blog_domain thing that allows a separate field to be 
> used.  It is settable in the blog settings, and you can use it for 
> subdomains of a particular domain, or entirely different domains 
> depending on an admin setting.  It is not finished, and I have a couple 
> more things to do, but nothing that is too difficult.  I am writing it 
> for a 1.0.3 install, but it won't officially be released until 1.1, 
> though I expect I can make a patch for those people who can't wait until 
> 1.1.  Though now that I think about it, It does require a locale update 
> as well as a database column add, so it is a harder patch than some.

Sounds good, please let me know if I can assist you with that.



More information about the pLog-svn mailing list