Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,476 through 17,500 (of 22,651 total)
  • Author
    Search Results
  • #84641
    Pisanojm
    Participant

    Have you tried with all plugins disabled by BP? Are you using Current versions of plugins/BP/WordPress?

    Jeff Sayre
    Participant

    @alanchrishughes

    I’m sorry that you are still having issues with deep integration of bbPress with WordPress. Many sites have an integrated bbPress install. In fact, @r-a-y has helped you extensively with the issue of bbPress integration into WordPress, pointing to many resources to help you accomplish that goal. If you are having trouble successfully performing a deep integration of bbPress with WordPress, then you should post on the bbPress or WP forums or ask for help on one of the blog articles to which Ray pointed you. (Have you searched for articles on bbPress and WordPress deep integration?)

    By the way, with the exception of using bbPress for group forums within BuddyPress, bbPress and BuddyPress will never integrate site wide as BuddyPress is a plugin that sits on top of WordPress. What you are really talking about is integration of WP’s user tables with bbP’s user tables, so that they share their user data. BuddyPress does not store login information. BuddyPress does not authenticate users. Those functions are performed by WordPress. This site’s forums (BP.org) used to have an integrated bbPress install with WP. The forums were simply skinned to look like they were BuddyPress themed. But, they were a separate theme controlled by bbPress.

    Let’s get this thread back on topic. I ask that you please refrain from taking this thread off topic anymore as it is impolite to the OP.

    alanchrishughes
    Participant

    bbPress won’t integrate with Buddypress either.

    #84631
    rich! @ etiviti
    Participant

    if a site owner does not care about certain activity items at all – block em:
    https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/

    #84593
    ronia
    Participant

    @bennadler – Thanks! But it is not WordPress MU – it is WordPress 3 as multisite (sub directories) – the code is not working.

    Paul Wong-Gibbs
    Keymaster

    I’ve not seen anyone integrate simple press into the activity stream, so you’ll probably have to do that up yourself.

    #84566
    Marco Giustini
    Participant

    Let me know how it works Buddypress… I have a WP 3.0 Multiuser install with Buddypress 1.2.5 and I wish to have a network like WordPress.com. I need a common admin bar for all the network sites, so the users coming from the other sites can access to the network services (groups, forums, activity, pm, etc..) of the main site. So I need a unique template for all the sites. To do that, I cannot use the BP-Twentyten template but I converted the Twentyten template, using the BuddyPress Template Pack plugin. So now I have a template I can use on Buddypress based main site and also on the slave sites. The only problem is that this new template needs the BuddyPress Template Pack plugin to work. Actually I’m working on a test install, I need for the production install a common template independent from the plugin, but I have no coding skills to make it working. Can you help me?

    #84555
    paulhastings0
    Participant

    Ah, then you’re in the wrong forums. These forums are just for BuddyPress and it’s related issues (hence why it’s called buddypress.org, not wordpressthemes.org ;) ). You should try contacting the Mensa theme owners/creators. Look in your style.css page for contact info. Good luck!

    #84544
    alanchrishughes
    Participant

    Yeah I installed them both locally using MAMP.

    I tried it again tonight and when I log in to bbpress it will log me in to buddypress, but when I log in to buddypress it doesn’t log me in to bbpress. I went in to buddypress to the forum setup tab and did the integration from an existing forum thing, but that just set up the groups forums again. I created a group and stated a forum and topic, the group appeared as a subforum on bbpress and the posts appeared there. When I posted on in it bbpress it appeared in the group on buddypress, and group posts appear on bbpress.

    I went back to the forum setup tab and it said:

    “NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.”

    Which is something over my head, I don’t even know what a table is.

    #84541
    bennadler
    Member

    Here is the code I used. Put this in bp-custom.php in your plugins folder, and it should correctly display your user’s BP avatar across an entire WordPress MU install. Lemme know if it works! ;)

    function nfm_bp_avtar_upload_path_correct($path){
    if ( bp_core_is_multisite() ){
    $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, ‘upload_path’ );
    }
    return $path;
    }
    add_filter(‘bp_core_avatar_upload_path’, ‘nfm_bp_avtar_upload_path_correct’, 1);

    function nfm_bp_avatar_upload_url_correct($url){
    if ( bp_core_is_multisite() ){
    $url = get_blog_option( BP_ROOT_BLOG, ‘siteurl’ ) . “/wp-content/uploads/”;
    }
    return $url;
    }
    add_filter(‘bp_core_avatar_url’, ‘nfm_bp_avatar_upload_url_correct’, 1);

    Originally found here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/custom-avatars-arent-shown-on-single-blogs-in-wpmu/

    #84538
    Philo Hagen
    Participant

    I’m pretty new to Buddypress and WordPress. Launched my first site today with 95% of the “i can’t find my registration” emails solved by directing them to their spam folders. But beyond that I have three that can’t find their email, say it’s not in their spam folder, and I need to get em in. Opened phpadmin and didn’t see a “wp_signsup” listing. Checked out “wp_users” and found user_activation_key and there’s a list of 30 things and two of them have keys next to them. They’re different keys. How do I know which one to use? And how exactly do I use it. Do I go to the mydomain.com example url above and enter this key and then that gets them in? Or do I give them the key and they do that? Any insights most appreciated.

    #84528
    Doug
    Participant

    @r-a-y – That is a reference to the current live site, which is built of of WordPress 2.7 (not WPMU). To build this new site (dev.neoncon.com) copied the DB and files to dev and did upgrades from there. So, those references, which only exit within posts, should be broken.

    The issue is with new uploads, specifically the avatars for members and groups.

    #84515
    Ali Erkurt
    Participant

    Hello caplain. You can use plugins for this. I’m using Invite Anyone. You can search Extend section by typing “invite” and visit WP Plugins Directory at https://extend.wordpress.org/plugins

    #84509
    LPH2005
    Participant

    For Blog postings, you might try Glenn Slaven’s plugin. I haven’t tried it with WP 3.0.

    https://wordpress.org/extend/plugins/friendfeed-comments/

    You could also go with Disqus or Intense Debate … to synch comments in blog postings.

    For activity stream … I have not tried this … but … use tweestream to sync between site and twitter, use FriendFeed tool to keep twitter and FriendFeed synchronized … that should do the trick at the basic level.

    #84501
    ronia
    Participant

    Wordpress 3
    Buddypress 1.2.5.2
    Fresh new installations
    (No upgrades, no conversions, just Multisite/multiblog and subdirectory from the beginning)
    Sample blog post – http://kmela.net/kc/newdemo/2010/07/06/new-post-one/
    Sample activity stream – http://kmela.net/kc/members/newdemo/activity/

    User newdemo is confused as she uploaded her avatar from BP but cannot see that in her blog comment :(

    #84468
    r-a-y
    Keymaster

    I hate repeating myself but the reason I mention the renaming is BuddyPress uses the “forums” slug by default, so if you installed standalone bbPress at /forums/, there will be a slug conflict.

    Did you even install standalone bbPress?

    On a properly-integrated bbPress and WordPress install, you can login at standalone bbPress and you will be logged in at WordPress and vice versa. I’ve done this on multiple occasions and it works.

    #84454
    r-a-y
    Keymaster

    @ronia , @alierkurt
    Try the newest release — BP 1.2.5.1 — and see if that works:
    https://downloads.wordpress.org/plugin/buddypress.1.2.5.1.zip

    Mark
    Participant

    @boonebgorges Sorry, I wasn’t very explicit. I am visiting the user’s profile while logged in as an admin, which gives me the Admin options in the admin bar, including the option to “delete this user”. That way, it doesn’t work.

    I’m sure I can delete the user from within the WordPress interface, but that is what I want to avoid. So I want to find out what could be causing this BP error.

    #84439
    José M. Villar
    Participant

    Hi there. Thanx for the tuts & info.
    Any chance of updating malleable for BP theme ? I see you removed it from xfactor site.

    #84427
    thekmen
    Participant

    @anaxent sorry for the late reply, been away for a few days.
    Yes, the current version of the theme on http://bp-theme-converts.com/mystique-with-buddypress/ works with BP 1.2.5.
    Feel free to post any issues or support for plugins you want on the forums there.

    #84422
    Boone Gorges
    Keymaster

    If you’re experiencing problems deleting users via the WP user management panel, then it’s probably not strictly speaking a BuddyPress problem. You might try deactivating BP (deactivate BP-dependent plugins first!) for a moment, to see if you’re able to delete members with BP turned off. If not, then your problem is WordPress related.

    #84417
    medani
    Participant

    we didn’t solve this…
    We have updatet the installation to WordPress 3.0 and the newest Buddy press Version….

    has anyone any ideas or the same problem??

    #84413
    @mercime
    Participant
    #84396
    ronia
    Participant

    I have made fresh, clean installs of WP 3 as multisite and Buddypress 1.2.5. While everything works OK avatars uploaded at BP are not shown in WP blog, blog comments etc

    I posted a demo link at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-show-bp-avatars-in-wordpress-blogs/

    Does the demo version ay buddypress.og works okay with WP multisite blogs – is there any demo?
    This bug is actually making Buddypress 1.2.5 unusable.

    #84395
    BillboardFamily
    Participant

    i understand that. I wanted to get this working before attempting the BP install, but I never got an answer over at wordpress.org, and everyone here is very knowledgeable.

Viewing 25 results - 17,476 through 17,500 (of 22,651 total)
Skip to toolbar