Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Andrea Armeni

    Andrea Armeni started the topic How to view Custom Columns (extended profiles field) in Admin users view? in the forum How-to & Troubleshooting 10 years, 4 months ago

    Hi to everyone,
    I’m new with buddypress, so i would show some columns in the admin user view (/wp-admin/users.php).
    I’ve created 2 custom field in extended profiles (/wp-admin/users.php?page=bp-profile-setup) so i would insert this 2 custom field in the panel where the admin can edit/view all users (about 30 members).
    The two custom fields are…[Read more]

  • Profile picture of Andrew Tibbetts

    Andrew Tibbetts started the topic Textarea Profile Field? in the forum How-to & Troubleshooting 10 years, 4 months ago

    Is there a way to get a plain, non-wysiwyg textarea (“multi-line text area”) profile field? Sounds like it used to be *only* plain textarea and was recently replaced with wysiwyg. How about both?

  • Profile picture of Andrew Tibbetts

    Andrew Tibbetts replied to the topic HTML or WYSIWYG in text profile fields? in the forum How-to & Troubleshooting 10 years, 4 months ago

    ^ Bump. Why didn’t you *ADD* a wysiwyg field type? Really need a plain textarea.

  • Profile picture of [click here](JavaScript:alert(7))

    [click here](JavaScript:alert(7))'s profile was updated 10 years, 4 months ago

    [click here](JavaScript:alert(7))

    @smitgajra007

    View Profile
  • Profile picture of antraxis

    antraxis's profile was updated 10 years, 4 months ago

    antraxis

    @antraxis1

    View Profile
  • Profile picture of kranis

    kranis's profile was updated 10 years, 4 months ago

    kranis

    @christertallberg

    View Profile
  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Cannot show "This is a required field" at xprofile (bug?) in the forum How-to & Troubleshooting 10 years, 4 months ago

    This is a required field
    On my screenshot here https://monosnap.com/file/GLDmV6D1PVbSwtSEB7rDVQatZKcC93# that text (This field is required) is just a field description.

    It seems to me, that you are using the old version of BuddyPress. What is it?
    On newest versions required fields are marked with the text (required), and not asterisk.

  • Profile picture of yousan

    yousan replied to the topic Cannot show "This is a required field" at xprofile (bug?) in the forum How-to & Troubleshooting 10 years, 4 months ago

    Thanks Slava.

    I set those items “required”.
    https://gyazo.com/c740499272febfd0d3f6dc07afc012bc
    (Sorry for Kanji characters. We can see required red asterisk)

    But I cannot show “This is a required field”.

    Thank you.

  • Profile picture of Bergam

    Bergam replied to the topic separate languages for wordpress and buddypress in the forum How-to & Troubleshooting 10 years, 4 months ago

    TThat plug-in seems working perfectly. This will be incredibly helpful for me. I really can’t thank you enough. Cheers.

  • Profile picture of @mercime

    @mercime replied to the topic Removing Default Sidebar in the forum How-to & Troubleshooting 10 years, 4 months ago

    @mas6ce That upper sidebar content above the Search form:
    HIDE/SHOW FORM
    name
    location
    mentor or mentee
    导师/mentor
    学员/mentee

    is most probably integrated with the theme you have activated now. Since that is a commercial theme, we ask that you please go to their official support channel, so you can get support from the people who know it best.

    F…[Read more]

  • Profile picture of @mercime

    @mercime replied to the topic Error Posting Comments in the forum Installing BuddyPress 10 years, 4 months ago

    Issue is whenever user post a comment

    @mjc82in Just so we’re clear, when you say “post a comment”, do you mean post a comment in the comment form of a blog post? If so, that could be an issue with a theme which needs to be updated to be compatible with the latest WP and BP versions.

    What theme are you using? Have you tried changing to the Twenty…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Theme Incompatible? in the forum How-to & Troubleshooting 10 years, 4 months ago

    I believe this theme compatibility problems is better to discuss with theme authors. I googled and found several issues with this particular theme, that users can’t fix by themselves.

    BuddyPress tries to work with all possible themes, and it’s very hard to be good with everyone. In my opinion, theme authors should check their themes with popular plugins.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Cannot show "This is a required field" at xprofile (bug?) in the forum How-to & Troubleshooting 10 years, 4 months ago

    All fields in default Base (Primary) fields group will appear on registration page. Those fields can be required or not, based on Required setting for fields: http://take.ms/soyY7
    Here is how it looks in a list of fields in admin area: http://take.ms/tMI8w

    So just modify that setting for fields, that you need always be filled with data, to Required.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic External links in activity stream in the forum Creating & Extending 10 years, 4 months ago

    The easiest solution is to use JavaScript here.

    Based on this: https://css-tricks.com/snippets/jquery/target-only-external-links/
    You can do like this:
    jQuery(document).ready(function(){
    jQuery('#activity-stream a').filter(function() {
    return this.hostname && this.hostname !== location.hostname;
    }).attr("target", "_blank");
    });

    You should…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic separate languages for wordpress and buddypress in the forum How-to & Troubleshooting 10 years, 4 months ago

    Separate languages – no, because all the plugins (and BuddyPress is a plugin) use the same language as the system. Because of the amount of hooks/filters in WordPress it’s nearly impossible (or very time and/or resources consuming) to create a reliable solution, that will switch language for plugins, but will not for WordPress.

    The easiest way is…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic buddypress default data in the forum Third Party Plugins 10 years, 4 months ago

    I’m the developer of this plugin.

    BP Default Data does nothing on plugin activation and deactivation. It has own clearing routine, you can see it here: https://github.com/slaFFik/BP-Default-Data/blob/master/bp-default-data.php#L643
    If you deleted dummy data by your own – some orphaned data could be left in DB. It’s better to use built-in…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov's profile was updated 10 years, 4 months ago

    Slava Abakumov

    @slaffik

    View Profile
  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic How to view pending signup profile fields in the forum How-to & Troubleshooting 10 years, 4 months ago

    Are you on MultiSite?

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic How to view pending signup profile fields in the forum How-to & Troubleshooting 10 years, 4 months ago

    You are right, my bad.
    But that’s a good (handy) plugin idea. Noted to self, perhaps will create it soon (will update this topic).

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide field on registration in the forum How-to & Troubleshooting 10 years, 4 months ago

    All fields that are in the first Base fields groups will appear on registration page.
    So you can just move those fields to another fields group, that you can create on this page /wp-admin/users.php?page=bp-profile-setup using this link http://cosydale.com/wp-admin/users.php?page=bp-profile-setup&mode=add_group.

    Another option

    Find the ID of a…[Read more]

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In