Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 39,826 through 39,850 (of 69,088 total)
  • Author
    Search Results
  • #112313
    Paul Wong-Gibbs
    Keymaster

    Those don’t appear to have an action or a filter attached. If you make an enhancement ticket on https://buddypress.trac.wordpress.org/, we can add some to the next version of BuddyPress for you.

    #112312
    Paul Wong-Gibbs
    Keymaster

    We fixed this in trunk the other day. Take a look at the change here: https://buddypress.trac.wordpress.org/changeset/4351/

    Paul Wong-Gibbs
    Keymaster

    If you don’t want to use those components, go to your site’s Wp-admin -> BuddyPress -> Components, and disable the ones you don’t want.

    #112308
    bgrun80
    Participant

    @mercime
    Could you post a link to an article explaining how to do it?
    Cheers,

    #112307
    James
    Participant

    @phoenon I can confirm that code works well. you should check your step by step implementation.

    #112306
    pcwriter
    Participant

    @eventfulsd

    When logged-in, simply visit the Members Directory or the member’s Profile and click “Add Friend”. :-)

    EDIT: remember to also make sure “Friends” is enabled under “Buddypress” > “Component Setup” in your WordPress backend.

    #112305
    Timothy Tarmon Jr
    Participant

    @phoenon what are you having trouble with? I need a link to your site or you could use firebug and tell me what errors are occurring.

    and thanks @4ella

    #112297
    alanchrishughes
    Participant

    I apologize if this is somehow upsetting you, I’m just trying to figure out some code. If it is something somebody worked hard on and wants to monetize, it is completely understandable keeping it a secret.

    #112296
    Paul Wong-Gibbs
    Keymaster

    The theme on buddypress.org is not and will be not be available. Full stop.

    #112295
    alanchrishughes
    Participant

    No they are not planning on selling it so it can be made available so I can figure out how to do that?

    #112294
    Virtuali
    Participant

    The Buddypress.org theme isn’t too far down the line from the buddypress default theme. Some heavy CSS measures might be required however.

    #112293
    Paul Wong-Gibbs
    Keymaster

    No.

    #112292
    alanchrishughes
    Participant

    Or are you/they planning on trying to sell it?

    #112291
    alanchrishughes
    Participant

    Could it be made available?

    Ezeke
    Member

    @jstebbing better late than never ;)
    `add_filter( ‘bp_get_group_description’, ‘do_shortcode’ );`

    #112282
    ultimateuser
    Participant

    Thanks @israelwebdev

    I am quite a beginner. Could you explain how to integrate this code into Buddypress? EG where to paste it in functions.php

    Do you have a working example on your site?

    #112278
    aces
    Participant

    I don’t understand what you mean by ‘bunches’….

    If you look at the wp-config-sample.php it should have a text block at the beginning like the following (quoted from wp 3.1.2)
    `
    <?php
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information
    * by visiting { @link https://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don’t have to use the web site, you can just copy this file
    * to “wp-config.php” and fill in the values.
    *
    * @package WordPress
    */
    `
    those /* and */signs mark the beginning and end of text blocks that should be ignored in a .php type file…. ( this also true for single lines beginning // )

    Make sure that is the case with your config file.

    To edit php files you should use a text editor such as notepad++ rather than a wordprocessor such as MS Word.

    #112273
    Hugo Ashmore
    Participant

    Not sure why your ‘site’ redirects to facebook but in that it does it’s not especially helpful in order to see the issues to which you refer

    #112269
    Paul Wong-Gibbs
    Keymaster

    No, it’s not available.

    #112266

    I need to know the same thing. There is a much shorter code to use to get the album images at http://zacharydenton.com/how-to-display-buddypress-album-images-anywhere/
    But there is no pagination to display more than the number defined per page on the first page.

    I have also tried the wp-pagenavi plugin, this didnt work either did the standard pagination from twentyten WP theme

    #112264
    Labworkz
    Member

    Hi i am having the same issue with replying to peoples post in activity…

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:142) in /home/xxxx/public_html/wp-includes/pluggable.php on line 693

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:142) in /home/xxxx/public_html/wp-includes/pluggable.php on line 694

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxxx/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:142) in /home/xxxx/public_html/wp-includes/pluggable.php on line 695

    I have also downloaded the new file and checked for any whitespace and was unable to find any.

    #112262
    Serena Z.
    Member

    Well, my description of how the links look didn’t work, but you can still see them on my site.

    #112255
    aces
    Participant

    If it doesn’t already exist you can just add

    define('WP_MEMORY_LIMIT', '64M');

    to the wp-config.php in the wordpress root directory.

    It needs to go somewhere above

    /* That's all, stop editing! Happy blogging. */

    There are situations where this won’t have any effect, so you could try asking your host to increase your wordpress memory limit, or do a search on that subject as there are other ways to do it yourself…

    If that doesn’t work, and for some shared server hosts it won’t, then have a look at the suggestions here and here.

    Or find a host that offers more memory – which could be difficult as all the other shared hosting services, that I’ve found, don’t quote the memory available in their advertising….

    4ella
    Participant

    Thank you @mercime , not very good news to wait for 1.4 BP –:( , but I was thinking , what about S2Member plugin ? I’ve never used that , just installed to get to know how this work, they say that I can use conditionals to restrict different roles capabilities , anybody is using it ?

    #112238
    acustica
    Member

    I was having this same problem and posted a lengthy comment about it in the trac ticket mentioned above ( https://trac.buddypress.org/ticket/2647 ), but in the meantime, I developed a workaround that works on my site and doesn’t require modifying any core files (and will fix the problem in any BP component, not just with friend request emails).

    Just add the following function (a filter) to your theme’s functions.php file:
    `
    /**
    * Intercept bp_core_catch_no_access() when nothing is set to enable smart login page redirects
    * and prevent BP from just redirecting the user to the homepage
    *
    * @param string $found_template The result of locate_template() call
    * @param mixed $templates Not sure what it’s for, but it’s generally bool false
    */
    function yourtheme_load_template_filter( $found_template, $templates ) {
    if ( ! $templates && empty( $found_template ) ) {
    // just set it as default theme file so that file_exists() returns true
    $found_template = get_stylesheet_directory() . ‘/index.php’;
    }
    return $found_template;
    }
    add_filter( ‘bp_located_template’, ‘yourtheme_load_template_filter’, 11, 2 );
    `

    It’s not a good permanent solution, but I haven’t noticed it affecting anything else (including BP 404s) on my site, and it leaves your BP install happily untouched. If the issue is fixed in the future, of course, I would highly recommend removing this fix, but as far as I can tell, it’s harmless, and certainly makes your site far more usable.

Viewing 25 results - 39,826 through 39,850 (of 69,088 total)
Skip to toolbar