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/ # All images referenced by docs├── getting-started/│ └── 01-introduction.md # Overview, installation, quick start├── features/│ ├── 01-using-hashtags.md # How to use hashtags│ ├── 02-follow-hashtags.md # Following system│ ├── 03-hashtag-suggestions.md # Autocomplete feature│ └── 04-content-moderation.md # Profanity integration├── settings/│ ├── 01-general-settings.md # Core settings│ ├── 02-analytics.md # Statistics dashboard│ └── 03-hashtag-management.md # Managing hashtags├── display/│ └── 01-widgets-shortcodes.md # Widgets and shortcodes├── integrations/│ └── 01-third-party-plugins.md # Plugin compatibility├── developer-guide/│ ├── 01-hooks-filters.md # Action and filter hooks│ ├── 02-functions-api.md # Core functions│ └── 03-database.md # Database schema├── faq/│ └── 01-faq-troubleshooting.md # FAQ and troubleshooting├── docs_config.json # Category and slug configuration├── image_map.json # Image URL mapping (pipeline-generated)└── README.md # This fileShort Identifier
Section titled “Short Identifier”Plugin: buddypress-hashtags Short ID: bpht
Subcategory slugs use format: {name}-bpht (e.g., getting-started-bpht)
Update Flow
Section titled “Update Flow”- Edit the relevant
.mdfiles. - Update
docs_config.jsonif you add a new section or document. - Put any new images in
images/and reference them with../images/filename.png. - Commit and push. The downstream pipeline handles publishing.

