You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using default install of BuddyPress 6.0.0 on Wordpress 5.4.2 with BB Re-Post Activity 1.0.0 installed and no other plugins. Theme selected is Twenty Twenty v1.4
When viewing Activity stream the Repost button does not show when using default settings.
Going to Settings > BuddyPress > Options > ‘Main Settings’ > Template Pack option is set to BuddyPress Nouveau.
Changing this to BuddyPress Legacy fixes this and the Re-Post button shows in the Activity feed and elsewhere as intended.
After inspecting the code in Chrome Developer I noticed the following output to the browser inside the parent div:
Note with the Nouveau option selected the output is wrapped in DIVs nested under the parent div, and the Re-Post link is missing entirely.
When Legacy is chosen, the buttons are output as basic a=href links for all of the buttons, and the Re-Post code appears correctly. Im not sure what the conflict could be as I have no other plugins installed or themes.
The text was updated successfully, but these errors were encountered:
Using default install of BuddyPress 6.0.0 on Wordpress 5.4.2 with BB Re-Post Activity 1.0.0 installed and no other plugins. Theme selected is Twenty Twenty v1.4
When viewing Activity stream the Repost button does not show when using default settings.
Going to Settings > BuddyPress > Options > ‘Main Settings’ > Template Pack option is set to BuddyPress Nouveau.
Changing this to BuddyPress Legacy fixes this and the Re-Post button shows in the Activity feed and elsewhere as intended.
After inspecting the code in Chrome Developer I noticed the following output to the browser inside the parent div:
With BuddyPress Nouveau option selected...
<div class=" activity-meta action"><div class="generic-button"><a class="acomment-reply bp-primary-action" id="acomment-reply-2-from-3" href="#acomment-3">Reply</a></div> <div class="generic-button"><a class="delete acomment-delete confirm bp-secondary-action" rel="nofollow" href="http://adultx.com.au/activity/delete/3/?cid=3&_wpnonce=3e883b7da4">Delete</a></div></div>
With BuddyPress Legacy option selected...
<div class="activity-meta"><a href="?ac=2/#ac-form-2" class="button acomment-reply bp-primary-action" id="acomment-comment-2">Comment <span>2</span></a><a href="http://adultx.com.au/activity/favorite/2/?_wpnonce=491626b639" class="button fav bp-secondary-action">Favorite</a><a href="http://adultx.com.au/activity/delete/2/?_wpnonce=3e883b7da4" class="button item-button bp-secondary-action delete-activity confirm" rel="nofollow">Delete</a><a class="button bp-repost-activity" href="#" data-toggle="modal" data-target="#repost-box" data-activity_id="2">Re-Post <span class="dashicons dashicons-controls-repeat"></span></a></div>
Note with the Nouveau option selected the output is wrapped in DIVs nested under the parent div, and the Re-Post link is missing entirely.
When Legacy is chosen, the buttons are output as basic a=href links for all of the buttons, and the Re-Post code appears correctly. Im not sure what the conflict could be as I have no other plugins installed or themes.
The text was updated successfully, but these errors were encountered: