Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Bradley Allen

    Bradley Allen replied to the topic Logged in Links in the forum How-to & Troubleshooting 11 years ago

    I am trying to figure this out as well.

  • Profile picture of Mickey

    Mickey's profile was updated 11 years ago

    Mickey

    @minglonaire

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Still having problems with registration page; unable to create the new user page in the forum How-to & Troubleshooting 11 years ago

    Possibly, but it may be unrelated. In order to investigate that particular message, try opening a topic on the bbPress support forum

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Still having problems with registration page; unable to create the new user page in the forum How-to & Troubleshooting 11 years ago

    The problem might be coming from one of these. Try deactivating them all and then reactivating one-at-a-time to see which one introduces the problem.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Still having problems with registration page; unable to create the new user page in the forum How-to & Troubleshooting 11 years ago

    Which plugins do you have activated?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic List groups i am admin of in the forum How-to & Troubleshooting 11 years ago

    If you just need a quick and dirty approach for yourself to view, you could use the standard group loop to output a loop. See here.

    Then put the following snippet directly after the line: <?php while ( bp_groups() ) : bp_the_group(); ?>

    Snippet:

    <?php
    $args = array(
    'populate_extras' => true,
    'group_id => bp_get_group_id()
    );
    $group =…
    [Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic List groups i am admin of in the forum How-to & Troubleshooting 11 years ago

    If you just need a quick and dirty approach for yourself to view, you could use the standard group loop to output a loop. See here.

    Then put the following snippet directly after <?php while ( bp_groups() ) : bp_the_group(); ?>

    <?php
    $args = array(
    'populate_extras' => true,
    'group_id => bp_get_group_id()
    );
    $group = groups_get_group(…
    [Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Still having problems with registration page; unable to create the new user page in the forum How-to & Troubleshooting 11 years ago

    Hi @shaquana_folks

    It sounds as though the problem is related to your theme. Do you see the problem happen with TwentyFifteen activated?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BuddyPress and TemplatesNext Toolkit in the forum How-to & Troubleshooting 11 years ago

    Hi @hansvdzwet

    What happens is that when the TemplatesNext Toolkit plugin is active, all and every BuddyPress related link shows a page containing the content of the main/home page.

    Does the problem happen when the plugin is deactivated? If not, then I suggest you contact the plugin author letting them know the details. Hopefully they can issue a fix.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BuddyPress and TemplatesNext Toolkit in the forum How-to & Troubleshooting 11 years ago

    Hi @hansvdzwet

    What happens is that when the TemplatesNext Toolkit plugin is active, all and every BuddyPress related link shows a page containing the content of the main/home page.

    Does the problem happen with the plugin is deactivated? If not, then I suggest you contact the plugin author letting them know the details. Hopefully they can issue a fix.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Register page "name required broken" in the forum How-to & Troubleshooting 11 years ago

    Hi @patrykos360

    This is most likely a theme problem. Which theme are you using?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Public User Gallery ? in the forum Requests & Feedback 11 years ago

    Hi @butterzeugs,

    Here are a couple of options:

    rtMedia
    MediaPress

  • Profile picture of Henry Wright

    Henry Wright replied to the topic This layout is insane… in the forum How-to & Troubleshooting 11 years ago

    Hi @backpackersunion,

    Companion stylesheets were introduced in 2.3. You can read more about them here.

    If they’re not quite to your taste, you can dequeue them. Here’s an example of how to do it:

    function dequeue_bp_twentyfifteen() {
    wp_dequeue_style( 'bp-twentyfifteen' );
    }
    add_action( 'wp_enqueue_scripts', 'dequeue_bp_twentyfifteen'…

  • Profile picture of Renato Alves

    Renato Alves commented on the post, BuddyPress 2.3.0 "Livio", on the site BuddyPress.org 11 years ago

    Congrats! =)

  • Profile picture of @mercime

    @mercime updated the Change Default Members Profile Landing Tab page, on the BuddyPress Codex 11 years ago

    By default, BuddyPress will load the Activity tab when clicking on a member’s profile link. If you would like to change this default landing tab to something else than the Activity tab you can do so.

    Constants […]

  • Profile picture of Boone Gorges

    Boone Gorges updated the Installing BuddyPress in a symlinked environment page, on the BuddyPress Codex 11 years ago

    If you use symbolic links (symlinks) for your WordPress plugin environment, you may need to do some additional configuration to ensure that BuddyPress assets are loaded correctly.

    If you find that CSS and […]

  • Profile picture of @mercime

    @mercime updated the Avatar upload fails page, on the BuddyPress Codex 11 years ago

    There could be a number of reasons uploads would fail, your server error logs may provide a clue as to what has happened.

    The predominant reason uploads fail is due to the server being unable to write to the […]

  • Profile picture of @mercime

    @mercime updated the Troubleshooting page, on the BuddyPress Codex 11 years ago

    Please read the following and if your problem cannot be resolved then feel free to post in the support forums. Make sure that you include important troubleshooting information.

    Check error logs in server.
    […]

  • Profile picture of Hugo Ashmore

    Hugo updated the Improving Performance page, on the BuddyPress Codex 11 years ago

    Due to the highly dynamic nature of social networks, without caching BuddyPress will add extra load on your server.

    Thankfully, there are lots of options for increasing the performance of your server that take […]

  • Profile picture of @mercime

    @mercime updated the Embeds page, on the BuddyPress Codex 11 years ago

    Since BuddyPress 1.5, we have integrated WordPress’ native Embeds functionality.

    So now it’s easy to embed videos, images, and other content into your Activity Stream, Group Forum, and Private Message […]

  • 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