• Resolved Kilmanagh

    (@kilmanagh)


    The only problem I have with this plugin is when you enable User Signature. It places it on a users buddypress profile to edit.

    The problem is that it places itself on every profile group. So it shows up on Base, About Me, etc. I had to remove that function because it was annoying people.

    Otherwise great plugin..

    https://www.ads-software.com/extend/plugins/gd-bbpress-tools/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Martyn_

    (@martyn_)

    Yes this is an issue.

    It also appears to insert itself into the middle of the <div> of the first item in the group, splitting the input and the field description.

    Martyn_

    (@martyn_)

    Giving the outer <div> in gd-bbpress-tools/forms/tools/signature_buddypress.php a class name enables you to CSS hide it in all but one of the profile groups as each of the profile groups forms has a different name (form.about etc).

    you can also use something like:

    if (bp_get_current_profile_group_id() == 1 ) {

    in \forms\tools\signature_buddypress.php

    Replace “1” with whatever profile group you’d like the form to appear on.

    Plugin Author Milan Petrovic

    (@gdragon)

    Version 1.4 now has a new option to select which profile fields group to use for signature field.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘User Signature on BuddyPress Profile’ is closed to new replies.