Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 51,651 through 51,675 (of 68,922 total)
  • Author
    Search Results
  • r-a-y
    Keymaster

    @chiron

    1) Wherever your bbPress theme is, add a functions.php. eg. my-templates/MY-BB-THEME/functions.php… if you’re using Kakumei, then it would be /bb-templates/kakumei/functions.php.
    2) The path has to be an absolute filepath and not a URL. eg. /var/www/wp-content/uploads/avatars/. I’ve tried to guess where your WordPress install is using $_SERVER, but you might need to adjust this for your particular install.

    #80069
    Dwenaus
    Participant

    @0815t – I can internationalize it for your pretty quickly. I’ll update it later today probably. :)

    #80068
    GnG Team
    Participant

    I tried TDO mini-forms but it crashed my site. and kept on giving me 0=error. Are there any other similar plugins that might work?

    #80067
    Dwenaus
    Participant

    @0815t – what version of wordpress and buddy are you using? does the problem happen when other plugin are turned off. Are you logged in as admin or as another user?

    #80066
    Paul Wong-Gibbs
    Keymaster

    Have a look at or refer to https://codex.wordpress.org/AJAX_in_Plugins. I’d also suggest you do a find-in-files in BuddyPress for “wp_ajax_” to see how BuddyPress does it.

    #80054
    thekmen
    Participant

    ok, to update a database table on ajax updates, I think I need to add the action to ‘wp’, something like:

    function data_to_add() {
    global $bp;

    if ( !is_user_logged_in() || $bp->current_component != $bp->activity->slug || $bp->current_action != 'post')
    return false;

    check_admin_referer( 'post_update', '_wpnonce_post_update' );

    add_my_data('100', '200','6');
    }

    add_action('wp','data_to_add', 3);

    however, it still doesn’t work. any ideas?
    @DJPaul maybe you would know? how are you doing it with your new version of the achievments plugin?

    #80052
    bpisimone
    Participant

    Just for reference: I used this to create some demodata on the wp3.0 test install replacig all instances of wpmu-admin.php in demodata.php with ms-admin.php. After that it works (after applying the necessary changes to wp-admin/includes/upgrade.php and wp-admin/includes/schema.php).

    #80051
    0815
    Participant

    is that plugin internationalized or can i only change the text in the bp-group-tags.php???

    #80049
    Anonymous User 96400
    Inactive

    One way to do it would be to attach some groupmeta to the plugin upon group creation. That’s your basic group types right there. Then you write a group extension, that enables review capability depending on the group type. You could probably utilize activity comments for the reviews. That way you wouldn’t need to create any extra database tables.

    #80048
    0815
    Participant

    any news about a review plugin?

    #80047
    0815
    Participant

    can anyone help?
    i have installed BuddyPress Rate Forum Posts but it did not work!!!
    i cant rate… if i press the button only dots are shown but nothing more.

    @mercime
    Participant

    @arena good for you :-)

    @ikazet – What WP and BP versions are you using? Where is the first working WP blog installed and where is the second one installed?

    #80041
    @mercime
    Participant

    @mike3ike it should but it fails at times, so for peace of mind either use locate_template or copy and paste the code in home.php or page template which @justbishop and stwc did

    #80040
    Sam Munro
    Participant

    I think I’ve solved this problem the same as every here has been describing.

    After about 3 re-installs and 10 cups of tea, I finally dawned on me like a chisel falling from the grasp of a tired granite mason.

    You do indeed need to install at the domain level, this also includes as I have found, the sub-domain level.

    1) Create sub-domain. http://www.SUB.DOMAIN.com
    2) Fresh wordpress install to your new sub-domain
    3) Then Buddypress install

    Hey Presto works, get your self one final cup of your favourite beverage, that you can now take the time to enjoy.
    Then get some sleep, you’ve earned it.

    my twitter is @samuelmunro if it worked for you or didn’t I’d like to know either way.

    The above steps takes into account the understanding that you already know your way around cPanel, at least to the same level as me, which boasting aside is about one level higher than that of a monkey with lobotomy.

    #80035
    abcde666
    Participant

    @johnjamesjacoby

    is there any update regarding the Multi-Language-Plugin you are working on ?

    #80031
    mazen
    Member

    @crashutah thanks a lot man for your responses and information. I’ve noticed that there is some differences indeed between single and MU handling the whole registration, activation, and log in processes.

    I tried this piece of code (in my functions.php after the disabling activation and email bits) however it game me some weird behavior and my backend became non functional. I probably missed something (used the code as is while I needed to modify) or maybe one of my other plugins is causing misbehavior? I have auto redirect to profile on login plugin, and branded login plugin activated.

    Cheers.

    #80030
    brianglanz
    Participant
    #80029
    Susan Liddy
    Participant

    Hi! Question for you all…

    Can we use Wishlist member to protect our Buddypress installation?
    We only want paid members to be a part of our Buddypress social network.
    Can this be done?

    :) Susan

    #80028
    intimez
    Participant

    @Bowromir @dwenaus @atomiccafe

    According to the plugin, “You may also define a group admin and mod that will be auto-assigned to all new groups.” so wouldn’t that do the job?

    https://buddypress.org/community/groups/buddypress-restrict-group-creation/

    #80027
    techguy
    Participant

    @mazen I just figured out the code to make it work on WP. I’ll add it to my plugin above soon. Here’s the code:
    //Automatically log the user in
    $user_info = get_userdata($user_id);
    wp_set_auth_cookie($user_id);
    do_action(‘wp_signon’, $user_info->user_login);

    I tried it a little with WPMU. It kind of works, but there’s some sequencing that needs to happen better. Cause it logs me in, but not before the login box appears in the sidebar. So, it looks like you’re not logged in, but you are. Which is weird, because it’s not happening to me on WP. Although, it’s likely cause on WP I’m hooking to bp_core_signup_user and in WPMU it hooks to wpmu_signup_user_notification.

    Who’s for a unified signup process (WPMU and WP) now that they’re one?

    #80024
    chopo87
    Participant

    @psyber, btw could you some how publish the code (plugin) you wrote to get an older version of this plugin working, maybe with more eyeballs on it we might get some more progress.

    #80021
    gsezen
    Participant

    @joesanch “I’ve tried several installs and found using the activity stream and a blank blog page as static pages generates a page cannot be found error on the home page. However, this works fine with 2.9.2. Any suggestions? Thx!”

    I have same problem with wp 3.0 rc network and buddypress ( blank page and cannot be found error on the admin page )
    Any suggestions?

    #80020

    In reply to: BP Forums Topic Titles

    finni3
    Participant

    Try the Buddypress SEO plugin.

    #80017
    Rich Spott
    Participant

    http://premium.wpmudev.org/project/ning-to-buddypress-user-importer/

    That will help you transfer all of the users over to buddypress, but I don’t have any advice on the content

    #80014
    intimez
    Participant
Viewing 25 results - 51,651 through 51,675 (of 68,922 total)
Skip to toolbar