Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 34,651 through 34,675 (of 94,541 total)
  • Author
    Search Results
  • GhostPool
    Participant

    Is there a way to check which version of BuddyPress the user has installed. With v1.7 I need to be able to include my custom BuddyPress functions for only pre 1.7 users.

    #155160
    shanebp
    Moderator

    This only works as a widget, but if you can code you could convert it to a plugin that works with your custom menu: http://buddydev.com/plugins/buddypress-notifications-widget/

    #155156
    eleudson
    Participant

    Hi, I resolve (ubuntu server 12.04, apache2) this problem as follow:

    1) Execute the setup wizar of BuddyPress after the plugin activate

    Tip from https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/

    2) Move the plugins\buddypress\bp-themes to wp-content/themes and set the pretty permalink. I’am using the month + name.

    Tip from http://wpmu.org/buddypress-now-supports-wordpress-single-user-no-wpmu-required/

    3) Set the Apache2 mod_rewrite with

    # sudo a2enmod rewrite

    and change the option AllowOverride of None to all in the file /etc/apache2/sites-avaliable/default


    `
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all`

    Tip from http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/

    #155152
    BenRacicot
    Participant

    My WP site had BBPress working on it’s own forums.php template just fine.
    During BuddyPress installation (I ‘think’) it asked if I wanted to use the Legacy forums? Either way no forums worked out of the box. So:

    Is it bad to have a seperate BBPress plugin installation with BuddyPress? If it’s not then it’s even more strange that my forums don’t work. (I’m lost)

    I unticked the Settings->BuddyPress-> Components-> Legacy Forums Check box and it disappeared. Do I have to reinstall BP to get the “Legacy” version of the forums to work? What should I do?

    BenRacicot
    Participant

    Thanks Hugo! I woke up today realizing that I’m looking for the template hierarchy. Just like BBPress has:
    ‘plugin-bbpress.php’,
    ‘bbpress.php’,
    ‘forums.php’,
    ‘forum.php’,
    ‘generic.php’,
    ‘page.php’
    Read that doc here.

    Could I create a ‘bpress.php’ which will overrule BuddyPress’ usage of page.php as the template for members, groups and activity pages?

    #155146

    In reply to: BP errors…

    shanebp
    Moderator

    That’s not a BuddyPress error.
    It’s an error from the elvito-bp plugin.

    You might try asking the plugin author:
    https://wordpress.org/support/plugin/elvito-bp

    I suggest you ask them to read this:
    https://codex.buddypress.org/developer/plugin-development/checking-buddypress-is-active/

    Also – imo – that plugin is lacking basic security.

    #155143
    wtravis
    Participant

    Hi folks!

    I’m new to Buddypress, so my apologies for any noob-ish-ness on my part. Trying to troubleshoot a problem and seeking some guidance on what’s going wrong.

    I’m looking to make the Profile tab the default when opening up a member’s page, rather than their activity feed. I’d also like to make the Profile tab come before the Activity tab in the submenu list, but that’s as not crucial.

    Based on some other threads I found here, I’ve created a “bp-custom.php” file, stuck that in the root of the Buddypress plugin folder. Right now bp-custom.php looks like this:

    `
    bp_nav[‘profile’][‘position’] = 10;
    $bp->bp_nav[‘forum’][‘position’] = 30;
    $bp->bp_nav[‘posts’][‘position’] = 40;
    $bp->bp_nav[‘activity’][‘position’] = 20;
    $bp->bp_nav[‘blogs’][‘position’] = 60;
    $bp->bp_nav[‘friends’][‘position’] = 70;
    $bp->bp_nav[‘messages’][‘position’] = 80;
    $bp->bp_nav[‘groups’][‘position’] = 50;
    $bp->bp_nav[‘settings’][‘position’] = 90;
    }

    add_action( ‘bp_init’, ‘tricks_change_bp_tag_position’, 999 );

    add_action( ‘wp_head’, ‘tricks_change_bp_tag_position’, 9 );

    ?>
    `

    However that hasn’t accomplished either of the things I’m attempting to do. The Activity tab still appears when you go to a member’s page, and is listed before Profile in the submenu.

    I’m using Buddypress 1.6.4, and the default Buddypress theme (1.6.4), on WordPress 3.5.1.

    I have the following plugins installed and active:

    • BP Labs 1.3
    • BP User Profile Map 1.4.1
    • Breadcrumbs Everywhere 1.4
    • Contact Form 7 3.3.3
    • Really Simple Captcha 1.5
    • WP Custom Admin Bar 1.3.5

    If there’s a step I’ve missed, I’d really appreciate letting me know! Any help troubleshooting what the problems is would also be appreciated.

    Thanks!

    #155140

    In reply to:

    ronia
    Participant

    @mercime  Thanks! Events Manager is too convoluted and does not have basic features of an Event plugin ( who will attend/ not attend/may attend) – it is also not integrated with activity stream, that is, no comments can be made from activity stream to the event. In comparison – you can see oxwall.org which comes with integrated event (as well as photo)

    BP Album is broken with BP 1.7 while BP Media is buggy with 1.7 and lacks tagging or marking directly on photo, a basic feature that is part of all real world social nets as well as scripts like elgg (free) or phpfox(paid).

    #155120
    VegasKev88
    Participant

    @r-a-y thank you for the updated link. Unfortunately, it didn’t fix mine. Hopefully @mercime and I can figure out something over in my thread to figure it out: https://buddypress.org/support/topic/upload-failed-error-was-no-editor-could-be-selected

    thanks again for hopping on an old thread and updating it for me, I definitely appreciate it.

    #155119
    VegasKev88
    Participant

    @mercime, thank you for the advice. And for starters, I appreciate all of the time you’ve taken for this one thus far… I did, in fact, forget to do that, though in doing so I haven’t been able to produce any positive results, except I DID GET TO actually use the cropping tool this time, so I definitely got a feeling of momentum.

    Here are the results from that…

    With default bp theme activated, an image can be uploaded and taken to the “cropping tool”. The cropping tool seemed to function as per normal, though once I make my cropping selection I get this error…

    “There was a problem cropping your avatar, please try uploading it again”

    I get this in all browsers, with all plugins deactivated (besides buddypress, of course – even the coming soon plugin).

    I’m starting to knock around the word “befuddled” in my head, as I haven’t been able to find anything that seems to work either.

    #155118
    p2ab
    Participant

    The “live” one was a complete new install.

    I’m not too worried, just puzzled mostly. I found this topic on moving WP https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory so figured I’d use that to move the “test” install to a different directory (don’t want the functioning directory to be “wptest2” lol) and run it off the root when I’m ready … most likely tomorrow.

    If I hadn’t just spent 3 weeks upgrading a half dozen sites and their software for a MySQL upgrade then another week to upgrade the OS I’d puzzle it out. But I’m a little tired of staring at the ‘puter screen for a few hours after I get home from the office and 8-10 hours of staring two computer monitors.

    #155109
    modemlooper
    Moderator

    did you copy over the files or create the live one from fresh install?

    #155106
    gabequer
    Participant

    I’ve been reading these forums for weeks trying to find a solution to all the spam registrations I’m getting on my site. Keep in mind that I haven’t opened it to the public yet. It is closed and the registrations are closed, but still they are getting in and creating accounts. I decided to do some troubleshooting to see where they are getting in and this is what I found out so far:
    1. When I close registration still they get in and create member accounts and Groups in which they inject their spam. 2. I started to turn off some of the buddypress features one at a time, such as the forums and the groups, and the registrations stopped. It’s been several days without spam registrations. I turned on open registrations and still there’s no registration. I turned on Forums and now they are coming back.
    Conclusion: they must be getting through the forum, since I understand, uses a version of BBPress. Now I have to get a solution to protect the forums and groups if I want these features on our sites.
    any solutions out there?

    #155105
    @mercime
    Participant

    This worries me, as I cannot do this every time there is an issue like this on my site. I still do not know what was wrong.

    I empathize. Of course nobody’s expected to do that at all. Did you read the requirements before installing BuddyPress at https://codex.buddypress.org/user/before-installing/ ? Have you been installing WordPress via webhosts’ scripts?

    #155104

    In reply to:

    @mercime
    Participant

    @ronia Check out the Events Manager plugin by @netweblogic https://wordpress.org/extend/plugins/events-manager/ Has BuddyPress support!

    As for Media plugins compatible with BP
    1. free – BuddyPress Album – https://wordpress.org/extend/plugins/bp-album/
    2. free – BuddyPress Media – https://wordpress.org/extend/plugins/buddypress-media/
    3. premium – BP Gallery – http://buddydev.com/plugins/bp-gallery/

    #155103
    p2ab
    Participant

    I got BuddyPress, bbPress and WordPress all to work in my test directory. Very cool. Time to run up the “live” one in another directory and get it ready for going live.

    Erp! No go. The “live” one likes default permalinks, which doesn’t work with bbPress. But when I make the settings exactly the same (including month-name permalinks) I get 404s.

    It isn’t a big deal, I can just move the “test” install and call it good. But it does have me wondering why one works and the other doesn’t. They have different databases, so the only thing I can think of is the .htaccess although each has its own.

    @mercime
    Participant

    I’ve installed Worpress multisite with buddypress. I have a site running on a subdomain, but when users register, they are directed register only on the main domain.

    @slinkyfran You have to configure where you wanted BuddyPress to be installed, in your case the subdomain aka secondary blog. https://codex.buddypress.org/user/install-buddypress-on-a-secondary-blog/

    #155100

    In reply to: BuddyPress Menu Add

    @mercime
    Participant

    @webifiedgeek That would require some custom development. To start you off, see how @sbrajesh has implemented setting up menu and sub-menu in the user(s) profile page with page only seen by the logged in user and take it from there to develop your own custom plugin http://buddydev.com/plugins/bp-custom-background-for-user-profile/

    @mercime
    Participant

    >>users cannot communicate with, see each other, or even know other users exist). Only the admin will have the privilege of viewing profiles or commenting on users’ blog posts.

    @bg01 As I see it, you don’t even need BuddyPress especially with the configuration you posted above.
    – Just create a network (go multisite)
    – allow students to create own blogs or create the blogs yourself and add student/user per blog
    – make all sites private (Super Admin can see anything and everything)
    – post comment on each student’s blog post.
    If you have any issues with your multisite installation, please post at https://wordpress.org/support/forum/multisite

    Alternatively, you can have one single WP site. Make it private, no feeds. Set access of all posts in front end and back end to Site Admin and respective post Author in custom WP theme. Only Site Admin can post comment in all posts.
    If you have any issues, please post at https://wordpress.org/support/forum/how-to-and-troubleshooting

    #155097
    @mercime
    Participant

    It’s been one of those weeks, let me tell you.

    @p2ab No problem. Just glad you were able to resolve the issue 🙂
    Marking this as resolved.

    @mercime
    Participant

    @bluestrat55555 if your only requirement is that users can contribute to “one masssive pool of content” then you don’t even need BuddyPress. Just enable registration for a single WP site and set roles to Contributors (if you want to moderate what get’s posted/uploaded) or Authors (can publish anything, anytime). Users can post from wp-admin or find a WP plugin for front-end posting/uploading.

    #155092
    tizmo
    Participant

    Hello,
    Does anybody know how to edit link word on the dashboard. For example, at the top left side of this page we see Buddypress.org and My Sites. If i would like to edit My Sites to Our Sites, where can i find it?
    This problem is killing me and any hint is much appreciated.

    p.s. Actually i have 4 links on my dashboard: Activity, Groups, Members and Forums. These words are not translated though their translated version do exist on .po and .mo files. All other words are translated but these 4. My plan is to find them on their respective files (dashboard files?) and manually insert translation. Not sure if it is a right approach.

    #155091

    In reply to: Buddypress Full Page

    r-a-y
    Keymaster

    Hi,

    You might want to take a look at this article by our mod, hnla:
    https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/

    #155090
    r-a-y
    Keymaster

    @vegaskev – The codex articles were moved around a bit.  Apologies!

    The new link to the article is here:
    https://codex.buddypress.org/developer/releases/developer-and-designer-information/

    Scroll down to “Group avatar uploading doesn’t work” to view the fix.

    Kyle H
    Participant

    Hello all,

    I have been trying to setup a customized network for a few months now and finally decided to go with BuddyPress but I am having a few issues and hoping someone can help.

    I am using:

    Buddypress 1.7
    Wordpress Multisite 3.5.1
    BP Multi Network

    I am wanting to do the following:

    -Have profile tabs be Network wide (Sites, Friends, Messages, Avatars, Settings). Example would be if someone owns site1.mainsite.com is would show under the Sites tab no matter if they are on the main site profile page or on a subdomain.mainsite.com

    -Have Activity page and Members page show all Activity and Members network wide ONLY on the main domain /activity/ and /members/ page

    -Show site specific Activity and Members on that specific subdomain

    I know right now with BP Multi Network it allows for each subdomain to have their own Members page, Activity page, Friends, Messages, Avatars, etc..

    Is there anyway to accomplish this? I hope this makes sense.

    Thanks in advance!

Viewing 25 results - 34,651 through 34,675 (of 94,541 total)
Skip to toolbar