Plugin / BP Post Status

Venutius

Changelog

Changelog

1.38.11

  • 13/05/2019

  • Fix: Corrected undefined variable notice in bp-members.php.

1.8.10

  • 13/05/2019

  • Fix: Now site admin can automatically post to groups.

  • Fix: Group Posts Add New post button now only displays when the user has the ability to post to the group.

1.8.9

  • 12/05/2019

  • Fix: Further updates for site post all members posting.

1.8.8

  • 11/05/2019

  • Fix: Allow profile Add Post menu item when Site Post is set to allow posting for all members.

1.8.7

  • 16/04/2019

  • Fix: Corrected error when groups are not active.

1.8.6

  • 14/04/2019

  • Fix: Made Ajax call unique.

  • Fix: Corrected error when only one group post is there to be counted.
  • Fix: Corrected php variable error in sticky-posts.php/

1.8.5

  • 20/03/2019

  • Fix: Corrected function not found notice in Group Posts single post view.

  • Fix: Corrected Undefined variable error in bpps_get_user_post_count.

1.8.4

  • 17/03/2019

  • Fix: Updated checks for Current_user_id in bpps_get_user_posts_count

  • Fix: Corrected SQL for single post types and post status in bpps_get_user_post_count.

1.8.3

  • 15/03/2019

  • Fix: corrected php error in myposts.php.

  • Fix: reworked SQL to avoid syntax errors where there are no group-posts for a group.
  • Fix: Corrected group posts count by removing any home page as this is not displayed in the group-posts page.
  • Fix: Added checks in bpps_get_user_posts_count() to handle instances where a not logged in user is viewing the my posts tab.

1.8.2

  • 13/03/2019

  • Fix: Corrected error preventing friends and group posts being counted correctly.

1.8.1

  • 13/03/2019

  • Fix: Corrected count to only count search-able post types. This was exaggerating the post count for admin users in particular

1.8.0

  • 13/03/2019

  • New: Revised my posts query to find all authors posts.

  • New: Improved user post count algorithm.
  • New: Added Post Moderation tab in groups for group admin to moderate submitted posts from group members.
  • Fix: corrected error displaying pending group posts outside of the group
  • Fix: Corrected edge case where authors who had left a group were excluded from viewing their own posts/

1.7.7

  • 12/03/2019

  • New: Pending group posts now display the group name in the My Posts Moderation page.

  • New: The my Posts Moderation page now shows the full content of the post and includes a Publish button.
  • Fix: corrected missing Pending Posts toolbar menu item for standard users.

1.7.6

  • 11/03/2019

  • Fix: Refactored bp_members.php.

1.7.5

  • 11/03/2019

  • Fix: Corrected bp toolbar menu loading issues.

  • New: Created separate Pending Posts and Moderation profile pages.

1.7.4

  • 10/03/2019

  • New: Added Pending Posts page for users who can edit_others_posts, so that editors have and easy approvals queue.

  • Fix: Corrected my posts count for Nouveau.
  • Fix: Corrected error caused by BP Profile nav trying to load in admin view.
  • New: Added post count to group posts nav for both Legacy and Nouveau themes.
  • New: Added bpps_get_group_post_count( $group_id ) function.

1.7.3

  • 09/03/2019

  • New: Added posts count to My Posts tab link.

  • Fix: Corrected not found error with My Posts.
  • Fix: Corrected duplicate My Posts Menu error with BP Site Post loaded.
  • Fix: Corrected isset() for $approve_email in bp-emails.php.
  • Fix: Corrected Sticky posts delete link positioning error.

1.7.2

  • 07/03/2019

  • Fix: corrected invalid function call error in single-post.php

1.7.1

  • 07/03/2019

  • Fix: corrected BP Nav setup timing.

  • Fix: Corrected error passing existing post__not_in queries forward.
  • New: My Posts and Group Posts page now gives authors and group admin the option to delete posts straight from the front end.
  • New: My Posts and Group Posts now have a sticky posts section.
  • Fix: Adjusted plugin text-domain to wp standards.

1.7.0

  • 05/03/2019

  • New: Added My Posts tab to BP Profile.

  • New: added search bar to My Posts and Group Posts pages.
  • New: modified My Posts so that drafts are displayed when author is viewing.
  • New: Added post status view to My Posts authors view.

1.6.4

  • 02/03/2019

  • Fix: corrected settings issue for post content display.

  • New: Added filter to display correct link for group posts.

1.6.3

  • 01/03/2019

  • Imp: Refactored bpps_get_content().

  • New: Added bpps_the_excerpt() function.
  • Imp: Refactored bpps_the_summary().

1.6.2

  • 01/03/2019

  • Fix: corrected bpps_get_content() to remove excerpt default read more link.

1.6.1

  • 26/02/2019

  • Fix: Corrected redundant code in bp-activity.php.

  • Fix: Corrected issue where bpps_get_content would send no content;
  • Fix: Corrected issue with bpps_update_activity() where group_id is not found.
  • Fix: Corrected missing variable error for group members viewing posts in group.
  • Fix: Group Post page pagination fixed.
  • Fix: Corrected error in returning posts query in user_can_view() functions.
  • New: Group home directory will now only be the default tab if a post has been assigned to it.
  • New: Refactored bpps_get_post_permalink() to allow it to be used for any post status.
  • New: Added My Posts Template in support of BP Site Post.
  • New: Admins now see posts of any status in the group post page.

1.6.0

  • 25/02/2019

  • New: Group posts can now be constrained within the group pages, it’s an admin option in NP Post Status settings.

  • New: Private and hidden groups can choose to make posts and their homepage public whilst being constrained in the groups directory.
  • Fix: Numerous functions have been repurposed and updated.

1.5.1

  • 24/02/2019

  • Fix: Corrected error causing site pages to load incorrectly.

1.5.0

  • 24/02/2019

  • New: Added Admin option to constrain group posts to be within the group, meaning that the permalink shown in the posts loop will be within the group, not as any other post would be. What this means is that with this setting enabled public and members only posts for a private group will not be visible to non group members as they would need membership to view the post within the group.

  • Fix: Corrected error preventing the group home from being disabled.
  • Fix: Corrected error with translation text domain.

1.4.6

=

  • 17/02/2019

  • Fix: Corrected error getting group id in group creation screen.

1.4.5

  • 03/07/2018

  • Update: added shortcode specific template – shortcode-posts.php to allow for differing views to be produced to the group posts posts.php template file.

1.4.4

  • 03/07/2018

  • New: Added Settings and Review link to plugins directory view.

  • New: Added shortcode to display group posts list.
  • New: Added edit link in the group posts areas (Home and single view).
  • Update: Removed group home from the group posts list in groups.
  • Update: Removed redundant author info from single-post.php.

1.4.3

  • 01/07/2018

  • Feature Change ! Group Home now enabled in all groups by default.

  • Fix: removed disable Group Posts from the group creation screen to prevent group corruption, Group Posts can be disabled once the group has been created.

1.4.2

  • 26/06/2018

  • New: Added Notifications support for Followed and Following posts.

  • New: Made page templates overloadable.
  • New: Added activity updates for revisions, with settings to disable and set a minimum delay between updates.
  • Fix: Revised conditional formula for excluded posts to minimise errors with count().
  • Fix: revised group home so that only the post content is displayed.
  • Fix: Removed redundant menu links.
  • Fix: Revised Group Only posts activity updates.
  • Fix: Corrected blank notifications issue when bbPress is loaded.

1.4.1

  • 26/06/2018

  • Fix: Revised conditional formula for excluded posts to minimise errors with count().

  • Fix: revised group home so that only the post content is displayed.
  • Fix: Removed redundant menu links

1.4.0

  • 25/06/2018

  • New: Added support for BP Follow; Now you can set posts to be viewed only by Followers or Following. Notifications not enabled yet.

1.3.2

  • 25/06/2018

  • Fix: Corrected error causing Group Only posts to be public.

1.3.1

  • 24/06/2018

  • Fix: corrected code causing count() error.

  • Fix: Removed PHP undeclared variable warning.
  • Enhancement: Revised group posts display to any post type, not just posts.

1.3.0

  • 19/05/2018

  • New: Added pending post statuses to Group and Members only posts, users with ‘edit_posts’ capability will only see pending options for those post types.

  • New: Added pending notifications: When a post is saved as group post pending or members only pending an options notification will be sent to the site admin and the group creator (for group posts).
  • New: Optional sending of approval request emails to site admin and Group creators.
  • New: Added support for Co-Authors plus – when active, group creators are automatically assigned as co-authors for group-only posts assigned to their group.

1.2.12

  • 16/05/2018

  • Fix: More elegant checks for BP active.

1.2.11

  • 16/05/2018

  • Fix: Corrected white screen error if BP is not loaded.

1.2.10

  • 09/05/2018

  • Fix: updated translation textdomain used in bp-statuses classes

1.2.9

  • 09/05/2018

  • Fix: refined admin settings html.

1.2.8

  • New: Added option to email post author by email when a post gets a comment.

1.2.7

  • 06/05/2018

  • Fix: Revised code for get_group_permalink and related functions.

1.2.6

  • 06/07/2018

  • Fix: Corrected taxonomy lookup in is_single function.

1.2.5

  • 03/05/2018

  • Fix: Group creation save error resolved.

1.2.4

  • 27/04/2018

  • Fix: Corrected undefined function error in group posts tab.

1.2.3

  • 27/04/2018

  • New: Moved groups settings into separate tab.

  • Fix: Group menus now honour sitewide and group settings.

1.2.2

  • 26/04/2018

  • New: added content summary function to allow for alternative activity feed and posts loop content.

  • New: Added site admin setting to choose default activity content type.
  • New: Added group admin setting to choose activity content type.
  • Fix: Updated translation for status labels.
  • Fix: Corrected single view logic error.
  • Fix: Corrected undefined function error in single view.
  • Fix: Corrected undefined function error in posts loop.
  • Fix: Removed date class from category posts element.
  • Fix: Prevented random homepage display when no group homepage is set.

1.2.1

  • 22/04/2018

  • Fix: Group posts now update last activity time.

  • Fix: Group posts activity link now points to the group based page, not the post permalink.
  • Fix: Activity entries now displaying excerpt correctly.
  • Fix: Amended group activity text.

1.2.0

  • 22/04/2018

  • New: Added group homepage option – groups can now choose a post to use as the group homepage.

1.1.1

  • 21/04/2018

  • Fix: Correcting BP Statuses Core Status load error

1.1.0

  • 21/04/2018

  • Fix: Public and Members only group_post now show activity site-wide.

  • Fix: Public and Members only group_post now notify to all members.
  • New: Added group Posts tab 1n group page showing all posts assigned to the group.
  • New: Added group setting to enable/disable Group Posts tab per group.

1.0.0

  • 20/04/2018

  • Initial Release.

Upgrade Notice

Ratings

5
1 reviews

Rating breakdown

Details Information

Version

1.8.11

First Released

16 Apr, 2018

Total Downloads

2,635

Wordpress Version

-

Tested up to:

4.9.12

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.