+1 On this issue. First time install with
- WordPress 4.7.1
- BuddyPress 2.7.4
- BuddyPress Groups Extra Version 3.6.9.1
- plus various other plugins
I installed the plugin. Went into its settings and added two group pages under an “Information” group-tab. Rich Editor is enabled for both pages and fields.
The two group pages are listed under the Groups ‘Pages’ tab sub menu.
For both pages, the content saved in the pages content area is not displayed, and the “Edit” link for the page is shown at top right corner.
Clicking on the Edit link I see the admin edit form and the content is saved in there correctly.
Here is the html output:
<div role="navigation" id="subnav" class="item-list-tabs no-ajax">
<ul>
<li>
<a href="/groups/mygroupname/gpages/group-info">Group Info</a>
</li><li class="current">
<a href="/groups/mygroupname/gpages/group-news">Group News</a>
</li> </ul>
</div>
<div class="gpage">
<div id="em-wrapper"></div>
<div class="edit_link">
<a target="_blank" title="Edit link for group admins only" href="/groups/mygroupname/admin/extras/pages-manage/?edit=40408">[Edit]</a>
</div>
</div>
-
This reply was modified 8 years, 2 months ago by
Rogyw. Reason: Added html output