Skip to content

imorland/follow-users

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
js
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

Follow Users

License Latest Stable Version

Extiverse

A Flarum extension. Follow users and be notified of new discussions

Building on top of fof/follow-tags, this extension allows for following of individual users.

Features

  • Adds a 'Followed User' badge to users that you follow, forum wide
  • Adds A 'Followed Users' filter to the following filter
  • Permission for which groups can be followed
  • User preference to block followers
  • Notifications for 'Followed', 'Unfollowed', 'Followed User Started Discussion' and 'Followed User Posted'
  • Integration with fof/user-directory
  • Provides a search gambit is:followeduser
  • [Developers] events dispatched for Following and Unfollowing
Discussion list

image

Following dropdown

image

User profile page following view

image

User card integration

image

fof/user-directory integration

image

Notification preferences

image

Privacy setting

image

Installation

Install with composer:

composer require ianm/follow-users:"*"

fof/follow-tags must be enabled before this extension is enabled.

Updating

composer update ianm/follow-users