drupalninja/drupal-social
Composer 安装命令:
composer create-project drupalninja/drupal-social
包简介
Project example for drupalninja/social module.
README 文档
README
This sample Drupal project installs a standard Drupal site that configures user profile pages to act like user timelines (similar to Twitter and other social media applications).
Read full tutorial: https://medium.com/@jrcallicott/create-a-twitter-style-application-in-drupal-8207e4aaef96
Key Features
- User timeline with short posts
- User mentions
- Threads
- Likes
- Follow user posts
- Drush command for creating test users
- Easy to customize
Quick start
-
Create a new Drupal project with this template
composer create-project 'drupalninja/drupal-social:1.x-dev' projectname -
Enable ddev (optional)
ddev start
-
Install Drupal (standard)
ddev . drush si -y -
Enable social feature
ddev . drush en -y social -
Create test users with comments
ddev . drush sdu
Customizing
- Views: liked_posts and posts_timeline can be customized
- "Posts" comment type can be customized
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-10-05