My post-1.0 wish list
-
Great job on the release, folks! Here’s my wish list, in descending order of importance:
1. list_users() — it should behave just exactly like list_cats(), except filtering by author. Optionally exclude admin, optionally restrict it only to those who have posted, etc. I tried starting on this, but I hit a snag when I realized that the primary key in both the users and posts table are both named ID, rather than user_ID and post_ID. The best solution would, of course, to be to make these field names unique, because it makes the join a pain in the ass. I don’t know if anyone wants to take that on, though — that’s a pretty sweeping change. Then I got lost in the apply filters code and gave up.
2. E-mail notifications/subscriptions — believe it or not, the rest of the world still uses e-mail. I’d like to be able to have readers be able to subscribe via e-mail to:
– Whole blog, any topic, any author, or responses to one particular post
– Every post, or daily digest, or weekly digest
– Send headlines & excerpts or whole posts
3. Pass a single URL parameter to index.php (rather than creating a separate page) to tell it to display headlines only, headlines and excerpts, or full content.
4. Pass a parameter to index.php telling it how many posts to display, over-riding the default configuration.
5. Have RSS feeds for each individual category and author (see above) that are clearly displayed somewhere and named within the feed itself. This would approximate the effect of having multiple blogs, i.e., multiple authors, without having a whole ‘nother instance of WP installed.
6. Admin should be able to post as anybody. Because I blog some things as admin and other things as me, I’m constantly having to log out and back in. If I’m logged in as admin, I should be able to pick. I should also be able to change the author on a post through the UI, instead of hacking MySQL.
7. Configurable pings — it would be nice for the admin to be able to configure additional sites to ping besides weblogs.com and blo.gs. This also should be able to be restricted to a particular category or author. This would be especially for use with something like TopicExchange.com.
OK — that’s my laundry list! I’m not much of a coder, but I’m happy to help flesh out the specs for anyone who wants to take some of these on.
Scott Allen
https://www.OnlineBusinessNetworking.com/blog
- The topic ‘My post-1.0 wish list’ is closed to new replies.