Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Eric

    Eric started the topic How To implement Google AdWords Conversions in the forum How-to & Troubleshooting 8 years, 7 months ago

    Hi there, i´d like to setup Google AdWords Conversions for my Buddypress site and track user registrations as conversions.

    I already added the “Global site tag” to the general header which works fine, but how can i add the “Event tag” to the activate page (page after user clicks the account activation link)?

    I tried the “Tracking Code Manager”…[Read more]

  • Profile picture of Alain Horak

    Alain Horak's profile was updated 8 years, 7 months ago

    Alain Horak

    @alainhorak

    View Profile
  • Profile picture of John James Jacoby

    John James Jacoby replied to the topic Excluding a role from appearing in the directory, activity feed, etc in the forum How-to & Troubleshooting 8 years, 7 months ago

    Hey @steverusso66! I noticed you hit an error when you posted your reply; sorry about that.

    Everything should be all fixed up now.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Meeting Scheduler for "Members" in the forum Third Party Plugins 8 years, 7 months ago

    It sounds like you need @imath‘s Rendez Vous plugin.

    Rendez Vous

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Problem with validation length in the forum How-to & Troubleshooting 8 years, 7 months ago

    Try

    if ( 10 === strlen( $string ) ) {
    // The string length is exactly 10
    }

  • Profile picture of metalhead

    metalhead replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 8 years, 7 months ago

    If you haven’t already, create a child theme.

    Then copy your buddypress/template folder & subfolders over to your child theme.

    Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”

    If you can’t find all instances of the word “FRIENDS” in these files, check your buddypress.po file and use Poedit to…[Read more]

  • Profile picture of metalhead

    metalhead replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 8 years, 7 months ago

    If you haven’t already, create a child theme.

    Then copy your buddypress/template folder & subfolders over to your child theme.

    Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”

    Or, you can pay a developer thousands of dollars to make a plugin do it for you 🙂

  • Profile picture of robert fosterman

    robert fosterman's profile was updated 8 years, 7 months ago

    robert fosterman

    @robertfosterman

    View Profile
  • Profile picture of Gnanasekaran Loganathan

    Gnanasekaran Loganathan replied to the topic Buddypress X-profile field format changed in the forum How-to & Troubleshooting 8 years, 7 months ago

    How can i change this like before, means need to store only value in database not serialised array

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 8 years, 7 months ago

    @kristianngve
    No it isn’t missing vital info, the clarification is directly after the instruction on naming convention for the BP folders in a child theme.

    N.B. Inside the subfolder ‘community’ you must preserve the path structure/folders that exist in the BP original /buddypress/ folder so /activity/ must be created to hold index.php or any of…

    [Read more]

  • Profile picture of Blackhawk Cybersecurity

    Blackhawk Cybersecurity replied to the topic registration and activation in the forum Installing BuddyPress 8 years, 7 months ago

    The problem you’re having is really common, not related to any specific code or plugin, and it affects pretty much all WordPress emails (contact form emails, notices, etc) that are sent from a web server instead of through SMTP. (SMTP is what your email programs use.) You never know when a site will start having this problem, so it can appear…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Registered User activation email not received in the forum Installing BuddyPress 8 years, 7 months ago

    Hey @friendlygooners

    You can go to Tools > BuddyPress in the WordPress admin area and then select Reinstall emails under Repair tools.

    Is your user name a reference to Arsenal? I’m a fan 🙂

  • Profile picture of William Dent

    William Dent's profile was updated 8 years, 7 months ago

    William Dent

    @williamtdent

    View Profile
  • Profile picture of Caroline Jaya

    Caroline Jaya's profile was updated 8 years, 7 months ago

    Caroline Jaya

    @gurrrbeerrnur

    View Profile
  • Profile picture of Gnanasekaran Loganathan

    Gnanasekaran Loganathan started the topic Buddypress X-profile field format changed in the forum How-to & Troubleshooting 8 years, 7 months ago

    I have extended profile field using checkbox type, Its previously stored only the value like “Man” in bp_xprofile_data table when this field used as radio type after change to checkbox type its stored like below,

    a:1:{i:0;s:3:”Man”;}

  • Profile picture of Tom Scott

    Tom Scott's profile was updated 8 years, 7 months ago

    Tom Scott

    @tomsscott

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Get Signup meta data in the forum How-to & Troubleshooting 8 years, 7 months ago

    Try

    $user = get_userdata( $user_id );
    $signup = BP_Signup::get( $user->user_login );

  • Profile picture of Kristian Yngve

    Kristian Yngve replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 8 years, 7 months ago

    BOOM!! cracked the issue.

    The instructed root was missing vital info that could save a lot of us the headache…

    IT IS NOT /my-theme/buddypress/ as instructed the Template Overload File.

    IT IS: /my-theme/buddypress/members/

    to then save your file in that folder.

    Ladies and Gentlemen, you’re welcome.

  • Profile picture of Kristian Yngve

    Kristian Yngve replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 8 years, 7 months ago

    After clearing the cache and browser history, it seems to have nothing to do with the root.

    But the only option I have for this Template Overload File to work is to tweak the file itself.

  • Profile picture of Kristian Yngve

    Kristian Yngve replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 8 years, 7 months ago

    https://buddypress.org/support/topic/how-to-edit-the-text-in-registration-page/

    I have found and followed this as best I can, my Template Overload File is in this root:

    Wp-content/themes/child-theme/buddypress/register.php/

    The problem is, I think, that Buddypress isn’t finding my Template Overload File in my child-folder.

    Should the ideal…[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