Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Eskymo

    Eskymo replied to the topic Advice on Hosting in the forum Installing BuddyPress 10 years, 11 months ago

    Thanks for the feedback guys – really useful. I’ve been using this company – http://4uhosting.co.uk/ – for over 10yrs. They provide a good reliable service, it’s not too expensive and their support is fabulous.

    But I’ve heard the term GridHosting in relation to social networks and thought that was something I would need to host a social network.…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Advice on Hosting in the forum Installing BuddyPress 10 years, 11 months ago

    In my opinion, there’s no point using a sledge hammer to crack a nut so I wouldn’t go crazy to begin with. Hosts are generally able to scale with your needs. So, you could choose a basic VPS package to start and then monitor usage. If at any point you feel you need more horsepower then upgrade. If your host has good support, they’ll do this for…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Add users to groups based on email address in the forum How-to & Troubleshooting 10 years, 11 months ago

    These are the steps:

    Write a function which adds a user to a group
    Hook the function to an appropriate hook which fires on successful registration

    Notes:

    groups_join_group() is the function you’ll need to use to add new members to a group. It will accept the new user’s ID.
    Use the strpos() function to check if the university’s domain…[Read more]

  • Profile picture of scarl etole

    scarl etole's profile was updated 10 years, 11 months ago

    scarl etole

    @scarletole76

    View Profile
  • Profile picture of Nithin K Varrier

    Nithin K Varrier replied to the topic in the forum Updates 10 years, 11 months ago

    HI

    I fixed this problem. Used below condition:

    if(!xprofile_get_field_id_from_name('FieldName')){
    xprofile_insert_field( $args);
    }

  • Profile picture of Nithin K Varrier

    Nithin K Varrier replied to the topic in the forum Updates 10 years, 11 months ago

    HI

    I fix this problem. Used below condition:

    if(!xprofile_get_field_id_from_name('FieldName')){
    xprofile_insert_field( $args);
    }

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Modernizr 2.5.3 breaking BuddyPress Group Avatars in the forum How-to & Troubleshooting 10 years, 11 months ago

    Hi @whoaloic

    Can you open a new topic for this? This thread is resolved. Thanks.

  • Profile picture of Christian Kramer

    Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago

    I activated the debug mode in wp-config, but no warnings or notices. (The page was loaded normally, without any debug mode hints and it looks like a site with deactivated debug mode.)

    All caches are cleared. I deactivated the WP Super Cache plugin.
    I cleared the browser cache completely.

    The result: no access to pending users.

    In the Network…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic after updating to 2.3.2 multiple plugins are throwing $wp->init() errors in the forum How-to & Troubleshooting 10 years, 11 months ago

    If your website is live, always make sure you set WP_DEBUG to false. WP_DEBUG should always be set to true in your test website because it will let you (and you only) know when things are wrong. Whilst some debug notices aren’t errors, you should generally try to fix all of them if you can.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic after updating to 2.3.2 multiple plugins are throwing $wp->init() errors in the forum How-to & Troubleshooting 10 years, 11 months ago

    If your website is live, always make sure you set WP_DEBUG to false. WP_DEBUG should always be set to true in your test website because it will let you (and you only) know when things are wrong. Whilst some debug notices aren’t errors, you should generally try to fix all of them if you can.

  • Profile picture of Eskymo

    Eskymo replied to the topic Advice on Hosting in the forum Installing BuddyPress 10 years, 11 months ago

    I understand that, and thanks for your feedback. That’s why I mentioned about being in the UK as I’d need a UK based company I could call/email during UK business hours.

    However, I’m nore concerned about bandwidth and dealing with the social network growth and what kind of hosting can cope with that.

    Any advice?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Advice on Hosting in the forum Installing BuddyPress 10 years, 11 months ago

    Support is key in my experience. Before you sign up to a 12 or 24-month contract, check out the host’s support policy and also search online to hear what their customers are saying. In my personal opinion, there’s nothing worse than an unaccommodating host.

  • Profile picture of Eskymo

    Eskymo's profile was updated 10 years, 11 months ago

    Eskymo

    @eskymo

    View Profile
  • Profile picture of Christian Kramer

    Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago

    Ok. I pasted the snippets into the file and uploaded it.
    But no change. I cannot access the pending user section.

  • Profile picture of Christian Kramer

    Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago

    Great. It looks like my problem.
    Thanks for the hint.

    Do you know how I can implement the patch?
    It seems the bp-members-admin-classes.php file is the cause.
    But I am not a PHP programmer. 🙁

    What do the numbers mean?
    Is ‘+’ for adding and ‘-‘ for deleting?

  • Profile picture of Christian Kramer

    Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago

    Do you know how I can implement the patch?
    It seems the bp-members-admin-classes.php file is the cause.
    But I am not a PHP programmer. 🙁

    What do the numbers mean?
    Is ‘+’ for adding and ‘-‘ for deleting?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Buddypress posting privacy in the forum How-to & Troubleshooting 10 years, 11 months ago

    You can set scope to friends to filter your activity loop. See the Activity Loop article for more info.

  • Profile picture of Christian Kramer

    Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago

    Yes, this is the only part I cannot access.

    I use buddypress in the main site of the network only. I installed it as described in the page you linked.

    Buddypress is a part of the plugin directory in the wordpress installation.

  • Profile picture of @mercime

    @mercime replied to the topic [Resolved] xprofile fields on mobile are in wrong order or backwards in the forum How-to & Troubleshooting 10 years, 11 months ago

    @quinngoldwin Glad you had it resolved, thanks for posting back. Strange that it happened in the first place.

  • Profile picture of Milad Nasri

    Milad Nasri replied to the topic How should I use these codes to filter the activity stream? in the forum How-to & Troubleshooting 10 years, 11 months ago

    Thank you… Very good…
    Now that I can change the codes, How to set “Updates” as default instead of “–Everything–” in friends activity stream?

  • 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