Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 21,776 through 21,800 (of 69,120 total)
  • Author
    Search Results
  • #162127
    Tim
    Participant

    The big question is: Why not?!

    This is a little silly.

    With groups set up, you could effectively replace old school “forums” with the more dynamic “groups”.

    You can just message from your profile, or to a group. It turns the entire site into an extendable forum. All that’s missing is a better text editor.
    This would simplify things a great deal. Right now, you can start a conversation in the forum; in a group; or just with a message from the profile. These are not all that integrated. Way too easy to get lost, or lose related content. It’s a mess.

    I know with the new updates, bbpress and BuddyPress are friends, and you can (in theory) feed your group forums into the site wide forum. But… why have a site wide forum when you can just message to groups?

    I’ve had to create a page on the site just to explain to people what this Groups vs Forums stuff is about. Think about it from their perspective. What the hell is a “group”. This really smacks of developer centric thinking dominating user centric thinking.

    I’ve found this: https://wordpress.org/extend/plugins/bp-tinymce/
    But I’m getting a fatal error, and so are other people (https://wordpress.org/support/topic/plugin-bp-tinymce-fatal-error?replies=3#post-4107216)

    #162126
    @mercime
    Participant

    @keenanlukey Yes. You should deactivate the BP Template Pack plugin if you’re using BuddyPress 1.7. Since you’ve reached Step 3 of Appearance > BP Compatibility process, it means that you should also delete the 6 BP folders (activity, blogs, forums, groups, members, registration) transferred to your catch-box theme folder in server  during the compatibility process. Then go check out your BuddyPress pages in site frontend. Per initial scan of your theme’s page.php and stylesheet, looks like only minor, if any, CSS changes only.

    #162125
    @mercime
    Participant

    @bill-king I asked you to change themes to double-check if the warning was only happening in your theme as I presumed it would.  I just checked out the Radiance theme demo at Rocketthemes and unfortunately, they’re still using jQuery version 1.7.1 while WordPress and therefore BuddyPress as well, are using jQuery version 1.9.1.  Which brings me to question are they dequeueing WP’s jQuery to get in their version in? That’ll be bad, as it’s going to break some WP plugins which use 1.9.1. Hopefully, the Rockettheme devs there will update their WP themes to use 1.9.1 otherwise, it’s going to be a rocky road for you with WordPress plugins using WP’s 1.9.1 version.

    If the jQuery issue gets fixed,  there is another method to BP Theme Compatibility, i.e., copy Radiance theme’s page.php file and save as buddypress.php. Tell the theme dev that you need to revise code within buddypress.php to make it work with BuddyPress amidst all the customized coding, i.e., need the_title and the_content  to  be within the WordPress loop.

    dreamdimples
    Participant

    ….just realized that you can’t see the issue in the link above.
    Here are some screen shots of what I was talking about.

    @modemlooper

    Default Right out the Box – no codes changed… Admin Panel no pics show, but this is what shows in the activity field without hitting the “share button”
    http://vanitywigs.com/buddy1.jpg

    This is how it looks when I changed the directory folder to buddypress-share-it to match the coding.
    http://vanitywigs.com/buddy2.jpg

    Hope this explains my issue for some resolution. Thanks so much and I apologize if this is not the the right forum to place this issue.

    dreamdimples
    Participant

    @modemlooper Thanks so much for the link.
    I’m having a slight issue with what I downloaded. Might be that I do not have something configured right. I did a default install without changing any coding. I get this result.
    http://vanitywigs.com/wordpress/activity/

    I also tested this by changing the folder name to match what is in the code and though the pictures on the Admin Plugin shows now, when I go to the activity page only the Share button Shows but when clicked nothing happens.

    Any suggestions on what to do?

    #162120
    @mercime
    Participant

    @bill-king What theme are you using? Custom-coded probably with own proprietary way of rendering WP pages so we cannot filter the page title for BuddyPress pages. Change to Twenty Twelve or BP Default theme and those warnings will go away.

    #162115
    KeenanLukey
    Participant

    So should I deactivate my Buddypress template pack plugin for the moment?

    #162114
    mrjarbenne
    Participant

    Those two fixes get me 90% of the way there, but on 3.5 and 1.7 when you are in the admin panel of Moderation, the link to “View” an Activity Update goes to domain.com/activity/[#] when it should go to domain.com/member/[membername]/activity/[#]

    Any thoughts?

    modemlooper
    Moderator
    Renato Alves
    Moderator

    @jancbeck Maybe with a few coding that would be possible…

    #162110
    Hugo Ashmore
    Participant

    In the first instance attempt to allow BP to use it’s theme compatibility now built into 1.7 by simply activating BP and your theme do not try and use template pack for the moment.

    @mercime
    Participant

    I believe I understood that the BuddyBar was being deprecated.


    @jcollier
    BuddyBar had already been deprecated since BuddyPress 1.6. For reference see related tickets, specifically #3661 and #3596 You can also check out bp-members-adminbar.php with bp-members-buddybar.php in current BP 1.7 version //edit – Visitors who are not logged in shouldn’t be able to see member’s my account options.

    Buddybar shown to all users, including a log-in/register link for new users

    If you want BuddyBar back, you can create a bp-custom.php file, add following code, and upload to wp-content/plugins/ folder in server

    `<?php
    // Bring BuddyBar back
    add_filter( ‘bp_use_wp_admin_bar’, ‘__return_false’ );
    ?>`

    Hugo Ashmore
    Participant

    If you are running under theme compat then you shouldn’t need to call in the js file from legacy, if you are simply modifying template files and styling then files need to live in either /buddypress/ or /community/ with css in theme root; how have you got things configured?

    jancbeck
    Participant

    @maddogmcewan great tip – thanks! Unfortunately though, it allows neither file uploads nor are these fields searchable. I’m investigating using ACFs repeater field in combination with a front end form but this is also far from being perfect.

    #162088
    Ben Hansen
    Participant
    #162085
    maddogmcewan
    Participant

    been running cometchat pro at http://smeak.com … and loving it, tried MANY chat systems… where else can u chat with googleplus or FB users from within BP, or mobile chat to android… share whiteboards and video chat etc…. worth the money in every way

    #162084
    amccaleb
    Participant

    Hi @modemlooper, thanks for the quick response.

    I am now getting a 404 Page Not Found when I make that change.
    http://www.posters.io/members/admin/favorites/

    I have these functions in the bp-custom.php inside the plugins folder.

    __(‘Favorites’, ‘buddypress’),
    ‘slug’ => ‘favorites’,
    ‘position’ => 75,
    ‘show_for_displayed_user’ => true,
    ‘screen_function’ => ‘all_conversations_link’,
    ‘item_css_id’ => ‘all-conversations’
    ));
    print_r($wp_filter);
    }
    function all_conversations_link () {
    //add title and content here – last is to call the members plugin.php template
    add_action( ‘bp_template_title’, ‘my_groups_page_function_to_show_screen_title’ );
    add_action( ‘bp_template_content’, ‘my_groups_page_function_to_show_screen_content’ );
    bp_get_template_part( ‘members/single/plugins’ );
    }

    function my_groups_page_function_to_show_screen_title() {
    echo ‘My new Page Title’;
    }
    function my_groups_page_function_to_show_screen_content() {
    echo ‘My Tab content here’;
    mfp_display();

    }
    add_action( ‘bp_setup_nav’, ‘my_bp_nav_adder’ );
    ?>

    Thanks again

    Renato Alves
    Moderator

    Awesome @maddogmcewan! Thank you for sharing! =)

    #162081
    maddogmcewan
    Participant

    I swear by BuddyStream … it works like a horse at http://smeak.com – LOVE IT

    maddogmcewan
    Participant

    you should also look at an old plugin called BP Resume it nay be of some use to you…. I tweaked it a bit at smeak.com and it works quite well

    tweaked BP Resume

    #162076

    In reply to: Registration PLM

    boiy
    Participant

    okie i just noticed something… when i remove buddypress 1.7 and put 1.6.4, my site registers users and it works well… but what i dont understand is i have a dummy version of the site and buddypress 1.7 works well on it..and it registers users without problems… but it doesnt work for the main site.. and i tested it on another site.. users cant register

    so why are users able to register on BP1.7 and cant register on 1.6.4 and users can register on my dummy with any version of my BP,

    if there is a bug conflict somewhere …please am opened to the solution

    David Cavins
    Keymaster

    Hi Hugo-

    Thanks for your reply. I’m not doing anything to prevent theme compat from running (as far as I know–I thought that add_theme_support(‘buddypress’) was the flag to stop compat, and I’m not setting that).

    Basically, I’ve provided php and css files via my theme but would like the js bits to continue to be provided by BP.

    I thought I understood how theme compat worked via the 1.7-betas (my theme behaved just like it did under 1.6.x), but it seems to be different with the actual release.

    Is there a document somewhere describing what triggers/short-circuits theme compat, so I can know either how to get BP to provide the theme compat via js, or, alternatively, duplicate the right files from bp-default into my theme to get the functionality back?

    Thanks again for your reply,

    -David

    Hugo Ashmore
    Participant

    Theme compat changes the way Ajax is handled, you’ll need to call the older bp-default ajax.php file. or are you actually allowing theme compat to run?

    David Cavins
    Keymaster

    Should have mentioned: Using WP 3.5.1 with BP 1.7. This is on a closed dev site (production site is still running 1.6.x perfectly, so I’m not freaking out or anything.) Thanks again for your help.

    dreamdimples
    Participant

    @modemlooper THANK YOU SO MUCH!!!!!!
    How do I donate? <–Serious Inquiry… do you have paypal?

Viewing 25 results - 21,776 through 21,800 (of 69,120 total)
Skip to toolbar