Skip to content

BuddyPress Hashtags - Website Documentation

Members discussing the same topic across different BuddyPress activities and bbPress threads have no way to find each other. BuddyPress Hashtags turns hashtags in activity posts and forum replies into clickable links that surface all

PluginBuddyPress

This folder contains user-facing documentation for BuddyPress Hashtags.

website/
├── images/ # Backend/admin screenshots referenced by docs (webp)
├── getting-started/
│ └── 01-introduction.md # Overview, requirements, installation, quick start
├── features/
│ ├── 01-using-hashtags.md # How to use hashtags
│ ├── 02-follow-hashtags.md # Following system
│ ├── 03-hashtag-suggestions.md # Autocomplete
│ └── 04-content-moderation.md # Profanity integration
├── settings/
│ ├── 01-general-settings.md # General tab
│ ├── 02-analytics.md # Analytics tab
│ └── 03-hashtag-management.md # Manage tab
├── display/
│ └── 01-widgets-shortcodes.md # Widgets and shortcodes
├── integrations/
│ ├── 01-third-party-plugins.md # Compatibility overview
│ ├── buddypress-buddyboss.md
│ ├── bbpress.md
│ └── youzify-theme-points.md
├── developer-guide/
│ ├── 01-hooks-filters.md # Actions and filters
│ ├── 02-functions-api.md # Core functions
│ └── 03-database.md # Database schema
├── faq/
│ └── 01-faq.md
├── troubleshooting/
│ └── 01-troubleshooting.md
├── docs_config.json # Product metadata + value-first section order
└── README.md # This file
  • Product: BuddyPress Hashtags
  • shortId: bphashtags (source of truth is docs_config.json)
  1. Edit the relevant .md files.
  2. Update docs_config.json if you add or reorder a section or document.
  3. Put any new backend/admin screenshots (webp) in images/ and reference them with ../images/filename.webp.
  4. Commit and push. The downstream pipeline handles publishing.