0

我想用 Wordpress 创建一个具有以下功能的网站:

  • 用户可以注册和登录
  • 用户有自己的个人资料(个人资料图片和简短信息)
  • 用户可以互相发送消息
  • 只有注册用户才能发表评论
  • 只有某些用户可以写帖子
  • 管理员可以管理用户(删除/编辑/创建/授予发布权限)

任何指针或帮助表示赞赏。

4

2 回答 2

4

Most of that is straight out of the box with Wordpress. Care to expand a little bit and we can perhaps suggest some plugins or ways to extend? For example, are you trying to run a facebook style social site, shopping cart, reddit etc..

To clarify further:

User can register and login

Out of the box with Wordpress. To hide the fact that the system is running wordpress have a look at the front end logins which integrate directly with the theme you are currently using. Have a look at Theme My Login

Users have own profile (profile picture and short info)

Again, out of the box. Set "Anyone can register" to true on the Settings page of wp-admin and when a user signs up they'll be asked to fire in profile information (works well with Theme My Login).

Users can send messages to each other

Have a look at this plugin: Cartpauj PM

Only registered users can post comments

Change the "Users must be regisetered and logged in to comment" in Settings->Discussion

Only certain users can write posts

Change the role of users in the admin panel. This in conjunction with front-end editing will allow users to submit posts depending on their role without even seeing the admin panel

Admins can manage users (delete/edit/create/give permission to post)

WP-admin functionality again through users.

于 2013-09-06T19:53:31.433 回答
1

试试BuddyPress。它功能强大,可扩展,可以很好地满足您的需求。

于 2013-09-07T02:28:01.797 回答