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/ # 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 file

Plugin: buddypress-hashtags Short ID: bpht

Subcategory slugs use format: {name}-bpht (e.g., getting-started-bpht)

  1. Edit the relevant .md files.
  2. Update docs_config.json if you add a new section or document.
  3. Put any new images in images/ and reference them with ../images/filename.png.
  4. Commit and push. The downstream pipeline handles publishing.

Documentation