@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?post_type=lh-portfolio-doc&#038;p=147287>
  a sioc:Post ;
  dc:title "Admin & front-end interfaces" ;
  dcterms:identifier 147287 ;
  dc:modified "2026-09-13T01:21:39Z"^^xsd:dateTime ;
  dc:created "2026-09-13T01:21:39Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-buddypress-group-taxonomies/admin-front-end-interfaces/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """<ul class="lh_portfolio-meta"><li><strong>Type:</strong> Doc-section</li><li><strong>Part of:</strong> <a href="https://lhero.org/portfolio/lh-buddypress-group-taxonomies/">LH BuddyPress Group Taxonomies</a></li></ul>
<h2 class="wp-block-heading">wp-admin bulk tag management</h2>



<p class="wp-block-paragraph">Reachable via a submenu registered under the BuddyPress Groups admin menu, one per taxonomy with <code>show_in_menu</code> enabled. Gated to the <code>bp_moderate</code> BuddyPress capability (kept from upstream deliberately — this is BuddyPress&#8217;s own group-moderation permission model, not <code>install_plugins</code>, since it&#8217;s day-to-day moderation rather than site administration).</p>



<h2 class="wp-block-heading">Group edit screen metabox</h2>



<p class="wp-block-paragraph">Lets group admins manage a group&#8217;s terms from wp-admin → BuddyPress → Groups → Edit. Gated to the taxonomy&#8217;s own <code>edit_terms</code>/<code>delete_terms</code> capabilities.</p>



<h2 class="wp-block-heading">Group creation / group admin &#8220;Details&#8221; step</h2>



<p class="wp-block-paragraph">Tag editor checkboxes for each registered taxonomy, gated to <code>bp_current_user_can( $tax-&gt;cap-&gt;edit_terms )</code>, or to the user creating/administering the group.</p>



<h2 class="wp-block-heading">Groups directory</h2>



<p class="wp-block-paragraph">Filtering by one or more taxonomies at once (AND semantics) via query args, or (for one taxonomy with a matching action slug) a directory URL segment. See Architectural notes for the SQL-join implementation.</p>



<h2 class="wp-block-heading">Single group pages</h2>



<p class="wp-block-paragraph">Group tags rendered via the <code>group_hook</code> param (default: <code>bp_before_group_header_meta</code>); template hierarchy gains a tag-aware fallback template.</p>
"""^^rdf:XMLLiteral ;
  sioc:content """Type: Doc-sectionPart of: LH BuddyPress Group Taxonomies
wp-admin bulk tag management



Reachable via a submenu registered under the BuddyPress Groups admin menu, one per taxonomy with show_in_menu enabled. Gated to the bp_moderate BuddyPress capability (kept from upstream deliberately — this is BuddyPress&#8217;s own group-moderation permission model, not install_plugins, since it&#8217;s day-to-day moderation rather than site administration).



Group edit screen metabox



Lets group admins manage a group&#8217;s terms from wp-admin → BuddyPress → Groups → Edit. Gated to the taxonomy&#8217;s own edit_terms/delete_terms capabilities.



Group creation / group admin &#8220;Details&#8221; step



Tag editor checkboxes for each registered taxonomy, gated to bp_current_user_can( $tax-&gt;cap-&gt;edit_terms ), or to the user creating/administering the group.



Groups directory



Filtering by one or more taxonomies at once (AND semantics) via query args, or (for one taxonomy with a matching action slug) a directory URL segment. See Architectural notes for the SQL-join implementation.



Single group pages



Group tags rendered via the group_hook param (default: bp_before_group_header_meta); template hierarchy gains a tag-aware fallback template.
""" ;
  sioc:topic <https://lhero.org/?taxonomy=author&term=cap-1> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/?taxonomy=author&term=cap-1> rdfs:seeAlso <https://lhero.org/?taxonomy=author&term=cap-1&feed=lhrdf&format=turtle> .
