Follow System
Users can follow/unfollow each other. Relationships stored in {prefix}or_follows.
- Follow button appears on profile pages for other users
- Follower/following counts shown on profile stats bar
- Following awards XP (configurable action
follow_user) - Followed user receives a notification
Direct Messaging
Basic user-to-user messaging via {prefix}or_messages.
| AJAX Action | Description |
|---|---|
or_send_message | Send a message to another user |
or_get_messages | Load conversation thread between two users |
or_get_inbox | Load all conversation threads for current user |
