User profile, post photos and/or music, blog: Difference between revisions

From SpaceElevatorWiki.com
Jump to navigationJump to search
(New page: * [http://codex.wordpress.org/Author_Templates Wordpress Author Templates]: let's do it ourselves. * [http://blogmum.com/2009/06/how-to-make-a-wordpress-profile-page/ How to make a WordPre...)
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
* [http://codex.wordpress.org/Author_Templates Wordpress Author Templates]: let's do it ourselves.
Just found [http://wordpress.org/extend/plugins/mingle/ this], which may solve several high-priority tasks, all related to users and community.
 
=== Mingle ===
 
...commited...create branch for testing...
 
...got it working, do a bit less that what we like, see if I need to fork or if I can extend it.
 
...fully integrated and styled, pushing to linode.
 
...found layout bugs, needed fix.
 
...found that login do not redirect to the user specific homepage but to an old-style wordpress profile. fixing..
 
...finally done!
 
=== User Profile ===
* [http://codex.wordpress.org/Author_Templates Wordpress Author Templates].
** Explain how to do it ourselves.
* [http://blogmum.com/2009/06/how-to-make-a-wordpress-profile-page/ How to make a WordPress profile page]
* [http://blogmum.com/2009/06/how-to-make-a-wordpress-profile-page/ How to make a WordPress profile page]
** Nice intro and starting point for an user-profile page.
(DONE)
* [http://wphacks.com/how-to-adding-an-author-page-to-your-wordpress-blog/ Adding An Author Page To Your WordPress Blog]
* [http://wphacks.com/how-to-adding-an-author-page-to-your-wordpress-blog/ Adding An Author Page To Your WordPress Blog]
* [http://wordpress.org/extend/ideas/topic/registered-user-profile-pages Registered User Profile Pages]
* [http://wordpress.org/extend/ideas/topic/registered-user-profile-pages Registered User Profile Pages]
=== Blog ===
We need to allow users to register directly as contributors so they can post blog entries.
* Registrations needs to be moderated.
* User entries have to be moderated to prevent spam.
* User entries shouldn't go into any category, so they only appear on the user's page.
** Or eventually, they go into any category, but the category listing pages should only show posts from a defined set of users. (Bukem, Admin, etc)
==== Idea ====
Display blog entry forms in the "profile" page (if profile shown = logged-in user)
[http://wordpress.org/extend/plugins/tdo-mini-forms/ TDO Mini Forms], allows to put a form to publish content.
If done well, it can be used by users, editors (goodlooking members) and administrator to "create/edit/delete" content. We can kill two bird with one stone!
=== Post photos ===
=== Post music ===

Latest revision as of 15:11, 17 February 2010

Just found this, which may solve several high-priority tasks, all related to users and community.

Mingle

...commited...create branch for testing...

...got it working, do a bit less that what we like, see if I need to fork or if I can extend it.

...fully integrated and styled, pushing to linode.

...found layout bugs, needed fix.

...found that login do not redirect to the user specific homepage but to an old-style wordpress profile. fixing..

...finally done!

User Profile

(DONE)

Blog

We need to allow users to register directly as contributors so they can post blog entries.

  • Registrations needs to be moderated.
  • User entries have to be moderated to prevent spam.
  • User entries shouldn't go into any category, so they only appear on the user's page.
    • Or eventually, they go into any category, but the category listing pages should only show posts from a defined set of users. (Bukem, Admin, etc)

Idea

Display blog entry forms in the "profile" page (if profile shown = logged-in user)

TDO Mini Forms, allows to put a form to publish content.

If done well, it can be used by users, editors (goodlooking members) and administrator to "create/edit/delete" content. We can kill two bird with one stone!

Post photos

Post music