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
This folder contains user-facing documentation for BuddyPress Hashtags.
Structure
Section titled “Structure”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 fileProduct identifier
Section titled “Product identifier”- Product: BuddyPress Hashtags
- shortId: bphashtags (source of truth is
docs_config.json)
Update flow
Section titled “Update flow”- Edit the relevant
.mdfiles. - Update
docs_config.jsonif you add or reorder a section or document. - Put any new backend/admin screenshots (webp) in
images/and reference them with../images/filename.webp. - Commit and push. The downstream pipeline handles publishing.

