Plugin / BuddyForms Members

ThemeKraft

Changelog

Changelog

1.4.6 – 17 Oct 2019

  • Removed the deprecate create function.
  • Improved compatibility with the last version of BF.
  • Added CSS to show Xprofile errors.

1.4.5 24 May. 2019

  • Fixed an issue with the member types. The profile edit was broken if no member type was set

1.4.4 29 April. 2019

  • Fixed an issue with the css rule that make the links not clickable in some themes.

1.4.3 4 April. 2019

  • Fixed a issue in the Member Pages with latest BP and nouveau theme.

1.4.2 28 Nov. 2018

  • Fixed an issue with the labels of the member types in the frontend registration forms

1.4.1 15 August. 2018

  • Fixed an issue with the labels of the member types

1.4 21 Jun. 2018

  • Created a new form element to select a “Member Taxonomy”. This was done with the “Custom xProfile Field Types” plugin. But the plugin is discontinued. “This plugin was closed on January 26, 2018 and is no longer available for download. Reason: Security Issue.”
  • Added a new options for the data type and xprofile field select
  • Added new option for the select box. multiple, create new, limit
  • Added a new tab BuddyPress to all form elements with options for all xprofile relevant data. To map existing.
  • Added a new tab BuddyPress to the general settings page to overwrite the BuddyPress edit screen. You can select a different form for any member type
  • Added option to select a form for each member type
  • Added data mapping for all registration for elements
  • Added new option for user with no member type to select a default form. Otherwise user with no member type would always get the BuddyPress default.
  • Added new function to redirect to profile or profile edit
  • Added the label and description to the member taxonomy form element
  • Fixed a issue with the xprofile description
  • Fixed some array loop issues

1.3.4 27 Mar. 2018

  • Fixed an issue with saving the xprofile fields if new user registration the user id was missing if bp_loggedin_user_id was used. switched to the attribute $user_id

1.3.3 27 Mar. 2018

  • Fixed an issue with in the xProfile fields. The url and the member field was not validated.

1.3.2 22 Mar. 2018

  • Added new options to the form element to select a member type default and hide the member type form element to auto assign a member type during submit of a form.

1.3.1 8 Feb. 2018

  • Added select 2 support to the xProfile fields and display the field label in the form builder
  • Front-end post edit link bug fixed buddyforms_posttypes_default props to Hannah93
  • Created a new function to check if the login redirect is set to profile and redirect to the user profile
  • Make sure we have a value or use te default redirect url
  • Freemius update to the latest SDK

1.3.0.5 8 Sep. 2017

Added a filter buddyforms_user_posts_query_args_posts_per_page to allow change the posts_per_page

1.3.0.4 12 August 2017

  • Fixed some issues in the freemius integration
  • Fixed a redirect issue popped up in the latest version
  • Make the registration redirect free available. Its was a pro feature but we decide to make it free its to general feature for pro

1.3.0.3 1 August 2017

  • Freemius update to allow free pro add ons
  • Make sure the core is loaded

1.3.0.2 27 July 2017

  • Added freemius trial code

1.3.0.1 25 July 2017

  • Fixed a freemius issue cursing fatal error in some instances during activation if BuddyForms is deactivated

1.3 25 July 2017

  • New Professional Version available now with great new Features

  • Added support for BuddyPress Registration page overwrite with the settings form BuddyForms

  • Created tow new form elements xProfile Field and xProfile Group. Its now possible to add xprofile field as normal form elements.
  • Created a new form elements Member Types to select the member types you want to make available in the Registration
  • Add a new template to overwrite the BuddyPress default registration form
  • Make sure registration options are used from BuddyForms general settings
  • Added new option for Activity Support
  • Added freemius free pro code

1.2.4 07.06.2017

  • Added a new filter into the core buddyforms_loop_template_name to register new loop templates.
  • Make sure the new templates do work in the member profile
  • Added new filter buddyforms_the_lp_query to adjust the query result
  • Added a new filter buddyforms_members_parent_tab to allow other plugins to move forms from parent to sub tabs
  • Fixed the post count issue in Profile Tabs
  • Added an extra check for capabilities during redirect and display an error message instead of a 404 if the role does not have the required capability

1.2.3

  • Fixed an issue with the pagination probs go to @mfalk75 to find and fix the issue
  • New freemius integration

1.2.2

  • Make sure multiple child forms work with BuddyPress enabled even if one the forms is embedded and one is separated but both use the same parent.
  • Added the bp->unfiltered_uri[3] to the create url to support child/ parent functionality so plugins not need to reinvent the wheel.
  • Create a new function to make the rewrite working if ajax is disabled

1.2.1

  • Fixed a strange issue. The plugin does not have a valid header. I fixed it by add more * to the header.

1.2

  • Add a new option to define the profile visibility
  • Private – Only the logged in member in his profile.
  • Community – Logged in user can see other users profile posts
  • Public Visible – Unregistered users can see user profile posts
  • Code cleanup to meet the WordPress coding standards

1.1.9

  • Remove the old wp_pagenavi dependencies.
  • Fixed an issue with the pagination. This issue was created with the new parent page logic.
  • Create a new function to overwrite the pagination

1.1.8

  • Fixed an issue with the edit link. There was a conflict if the post was actually not created with BuddyForms and if you select display all posts of this post type in the form settings.
  • By default it is set to display only posts from the post type created by this form. I have added a extra check so if the post type default setting is available this form ist used
  • Rename extention.php to extension.php

1.1.7

  • Fixed an issue with the dependencies management. If pro was activated it still ask for the free version. Fixed now with a new default BUDDYFORMS_PRO_VERSION in the core to check if the pro is active.

1.1.6

  • Remove profiles_visible settings.
  • Fixed an issue with the admin bar links creating a 404
  • Add dependencies management with tgm
  • Fixed an issue if parent sub nav tabs and parent tabs with same attached page but not as parent tab. Should work now in all combinations
  • Change buddyforms_locate_template to use only the file slug

1.1.5

  • Add multisite support
  • Work on the form builder ui conditionals
  • Loop Table View in BuddyPress Profiles
  • Create new functions to show hide metaboxes
  • Work on the conditionals admin ui
  • Add postbox_classes to make the postbox visible.
  • get_currentuserinfo change to wp_get_current_user
  • Remove unneeded subnav tabs. Its not possible to register a buddy press endpoint without create the nav. To keep it constancy we do it like this and hide the subs with css and remove them with jQuery for mobil usage
  • Add form elements select box support
  • Fixed the my post tap issue
  • Make sure hidden sub tabs in profile the li is hidden too
  • Use buddyforms_display_field_group_table to display options
  • No more sidebar
  • Added CSS fixes for Loop Table View in BuddyPress Profiles
  • Loop Table View in BuddyPress Profiles
  • Added all BuddyPress related CSS of BuddyForms to this CSS file
  • Add edit icon and aria label

1.1.4

  • Fixed one small issue. In some situation the $bp->unfiltered_uri[2] could be empty. I added a if statement to avoid undefined index notice.

1.1.3

  • Add a new function to rewrite the edit link for grouped forms. There have been some rewrite issues left from the 1.1 update.

1.1.2

  • There was an issue cursed by the last update.I have added [$bp->current_component][$bp->current_action] as array to the new global to support many sub pages

1.1.1

  • Create a new global buddyforms_member_tabs to find the needed form slug
  • Fixed a redirect issue some users expected wired redirects in the profile. This was happen because of the missing form slug in some setups. Should be fixed now with the now global.

1.1

  • Make it work with the latest version of BuddyForms. The BuddyForms array has changed so I adjust the code too the new structure
  • Changed default BuddyForms to BUDDYFORMS_VERSION
  • Fixe no post got displayed in the profile tab…
  • Added post meta for selecting parent tab
  • Added child tab
  • Added new option to select the parent
  • Add child parent form relationship. I use the attached page to group forms.
  • Clean up code after rewrite
  • Fix the pagination. The parent my posts pagination was broken. I have fixed this with a redirect to have always the same url structure in the profile.
  • Add css for hide the home tab. Its not used and gets redirected.

1.0.11

  • Fixed a small bug with BP_MEMBERS_SLUG. The constant does not work if the slug got changed

1.0.10

  • only display posts created by the form
  • remove the old delete post structure
  • fixed the dependencies message
  • rename session

1.0.9

  • Fixed a conflict with the BP Group Hierarchy Plugin. Props to Mitch for reporting and helping me fix this issue.

1.0.8

  • add a isset check to prevent a array_key_exists error if no form is created.

1.0.7

  • new language files for hebrew thanks to Milena
  • add support for the shortcodes button
  • changed the query to only show post parents
  • changed plugin uri

1.0.5

  • display the form tab only if the user has the needed role
  • check if the buddy press component exists
  • load the js css if BuddyForms is displayed
  • add new admin notice

1.0.4

  • rewrite the integration and data object
  • its now translation ready
  • Small bug fixes

1.0.3

  • Small bug fixes
  • Spelling correction

1.0.2

  • add wp 3.9 support and added a more detailed readme description

1.0.1

  • add buddyforms_members_requirements check

1.0

  • final 1.0 version

Ratings

4.1
18 reviews

Rating breakdown

Details Information

Version

1.4.6

First Released

04 Apr, 2014

Total Downloads

31,585

Wordpress Version

3.9 or higher

Tested up to:

5.2.4

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.