我必须创建一个具有社交网络功能的网站,如果我使用普通的 Drupal 核心包,我有一个问题:创建一个社交网络特色网站是否舒适。我听说过 Drupal Commons;这比这更好吗?
user1838449
问问题
85 次
2 回答
0
您可以使用 Drupal 中提供的各种模块来实现这一点。
以下是模块列表,我需要制作一个社交网站:
-guestbook ( equivalent to comments on profile or scraps )
-image, inline, shazamgaller: to be able to add images inline and create photo gallaries.
-invite ( allows to become member by invitation only )
-OG ( gives you groups or communities )
-cck ( let you make any type of content )
-private message ( and chat, if you want )
-mysite
-nodeprofiles (http://groups.drupal.org/profiles-as-nodes)
-event
-buddylist
于 2012-11-22T15:21:44.833 回答
0
我想建议 Drupal Commons - https://www.acquia.com/products-services/drupal-commons-social-business-software/benefits。它是用于社交网站的经过验证的 Drupal 发行版。Drupal commons 具有以下列出的社交网络功能的最佳实现:
- 群组消息
- 状态
- 问题
- 用户资料
- 民意调查
- 团体
- 活动
- 电子邮件通知
- 团体订阅
- 还有很多
使用 Commons 的最大好处是您没有花费任何时间(开发和测试)基本社交网络功能。分布相当稳定,因为它由 Acquia 维护。
于 2015-05-29T13:28:04.833 回答