Hi,
I’m not sure I, totally, understand your inquiry but, I’ll provide some information that may be of some help. The BP Nouveau template pack provides for use of the wp_editor()
function configured as TinyMCE and by default provides 7 buttons, e.g.:
- Bold
- Italic
- Bulleted list
- Numbered (ordered) list
- Blockquote
- Link
- Image
Compose and Reply makes use of the same wp_editor
and due the use of various filter hooks, the number of buttons can be altered by a plugin or someone implementing custom code. Depending on the code that is external to BuddyPress, there is opportunity to make various buttons available to different users.
For the sake of simplicity, the following screenshot is a simple illustration:
As for settings within BuddyPress, there isn’t a UI available for this purpose. However, some plugins that provide additional TinyMCE buttons, may offer UI settings.