Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 40,001 through 40,025 (of 68,919 total)
  • Author
    Search Results
  • #111298
    Michael Eisenwasser
    Participant

    I have long thought BuddyPress was confusing, and so I decided to take on the task of building a theme that would solve every issue I have with BuddyPress. It can be downloaded at http://www.buddyboss.com.

    1. Groups and Forums are combined in an INTUITIVE way on my theme. It finally makes sense!
    2. @mentions are gone. In their place is a TRUE Facebook wall on every profile. Post on friend’s profiles and status updates with threaded comments. You’ve got to try it to see how sweet it is :)
    3. Stripped out all of the nonsense that adds to BuddyPress’ general chaos, and what’s left is a simple and enjoyable experience.

    #111297
    Michael Eisenwasser
    Participant

    Try the BuddyBoss theme at http://www.buddyboss.com. It combines groups and forums in a way that is MUCH more intuitive than the default BuddyPress setup, no hacking required. I think a big issue with BuddyPress is that the layout of groups and forums is usually confusing to people. We’ve fixed that :)

    Michael Eisenwasser
    Participant

    Here’s the answer! It has always frustrated me how @mentions work in BuddyPress as I find it chaotic and confusing for users. So I built a theme that converts the @mentions system into a TRUE Facebook wall with post to profile and threaded replies. If you every need to, at any time you can deactivate our Wall Component from the dashboard and your content will revert to @mentions, You can download the theme at http://www.buddyboss.com.

    #111295
    Michael Eisenwasser
    Participant

    Yes. The BuddyBoss theme at http://www.buddyboss.com has a true Facebook-style wall built in. It converts @mentions into an intuitive wall posting system with threaded replies.

    Michael Eisenwasser
    Participant

    You might want to try the BuddyBoss theme at http://www.buddyboss.com. It has a built in Wall on user profiles. Images and video can be added via oEmbed for BuddyPress, and the wall functions like a true Facebook wall in terms of how the conversation flows. It converts @mentions into wall posts so the BP Gallery plugin could potentially be integrated if you know what you’re doing.

    #111287
    Famous
    Participant

    hello @mercime I didn’t get your reply till much later. I ended up finding what you said above:

    And it worked great, however I have one more situation I was hoping you could help me out with. I want to click:

    <p class="">
    

    the above and have it go to the next picture, instead of just showing the same image on the page only, any idea?

    #111286
    LPH2005
    Participant

    @hnla – as always – you are the champion of css. I totally misunderstood the custom.css file and was adding the css into the dialog box on the Sealight control panel labeled custom css: “Quickly add some CSS to your theme by adding it to this block.” Without even looking, I just figured it was building that custom.css file. Plus, if I didn’t add it into that box then the styling wouldn’t work. Silly me.

    Now, in terms of the activity-inner styling … I’ve now added it all to the custom.css and still can’t get activity-inner to work. Sigh. I’ve left that code in the custom.css and it doesn’t show in firebug either.

    http://www.thechembook.com/chemistrycircle

    I was going to work on getting the styling of the bubble like I did here: http://www.thechembook.com/groups/advanced-placement-chemistry-learners/forum/topic/the-atom-fast-facts-a-summary-sheet/

    #111285
    Brandon Allen
    Participant

    You can easily change the default avatar in your dashboard under BuddyPress > General Settings. The reason it doesn’t use the WordPress avatar setting is because BuddyPress is designed to be it’s own site with it’s own settings. If you want to disable gravatar support completely you can set no_grav to true in your theme’s bp_core_fetch_avatar function calls. This will be made even easier when 1.3 is released.

    #111284
    Hoodie Mark
    Participant

    I need to do the exact same thing. @Matilde did you ever find an easy solution?

    #111283
    webmystery
    Participant

    Thank you everybody for the suggestions. I’m setting up a site for an artist community and I don’t want BuddyPress to assign (IMHO not very attractive) monster gravatars to the members at all. Perhaps a future version could be written to respect the WordPress setting for No Avatar.

    #111279
    Brandon Allen
    Participant

    This functionality is currently being developed by @wpmuguru, but I don’t know that there has been any timeline published as far as a plugin release or it being included in core.

    #111278
    astromono
    Participant

    I actually was able to fix it as well with your code. I tried it, but I think I’ll stick with just putting in the correct BP_ROOT_BLOG value for the site I’m running.

    Now the only other issue that’s been cramping my style is the fact that the BuddyPress admin bar is overlapping on the wp-admin dashboard on all sites within my network.

    #111275
    Anthony
    Member

    @beraike22, do u have a working example we can see? also I’m having issues with that plugin, when I enabled it, it seems like I would have to indeed modify it to show some plugins when i’m signed in. The problem with that is for troubleshooting purpose I can’t not be logged in, thus I want to test this out when asked to register or join. can you give me a bit more detail on how to achieve multiple profile types upon registration?

    #111274
    Brooker
    Member

    I have 1.2.8 and having the same issue, i took a look into pb-friends.php and the code seems correct…
    global $bp;

    if ( isset( $_GET ) )
    bp_core_delete_notifications_for_user_by_type( $bp->loggedin_user->id, $bp->friends->id, ‘friendship_accepted’ );
    }
    add_action( ‘bp_activity_screen_my_activity’, ‘friends_clear_friend_notifications’ );

    @r-a-y @DJPaul?????

    #111267
    chrisreg1
    Member

    R-a-y – that doesn’t work for me unfortunately.

    I am using the:
    – latest version of WordPress 3.1.2
    – Child theme of Suffusion

    And the latest plugins for Suffusion BP Pack (1.02), BuddyPress (1.2.8), and s2Member (3.5.7).

    Using the s2Member plugin settings, I have set my site to redirect users to a “Member Home” page upon logging in. This function used to work before I added BuddyPress + Suffusion BP Pack. However, since adding those plugins, I initially could not figure out why it no longer worked upon logging in. Currently, when a user logs in, the site just directs them to the main page (the default WordPress & site address). I disabled the other plugins and determined that it was BuddyPress handling the redirection.

    So I made a bp-custom.php and added that code just to see if I can test the redirection function itself and it didn’t work. I even tweaked his code as well to try add_filter(“login_redirect”,”bpdev_redirect_to_profile”,100,3); Did I need to do anything else to activate the plugin or did it automatically run and link to BuddyPress?

    Ultimately, it seems like I may have to implement a technique that onyx mentioned or something like http://www.thinkinginwordpress.com/2009/12/tweak-your-buddypress-login-to-redirect-to-the-page-user-was-viewing-while-login/

    Does anyone have any thoughts? Thanks!

    #111263
    Brooker
    Member

    @r-a-y is there a tutorial in how to get this done?
    Thank you so much for your help =)

    #111260
    danbpfr
    Participant

    Did you activate the plugin named “buddypress” ? ;-)

    Boone Gorges
    Keymaster

    Yikes. Sorry :)

    Hugo Ashmore
    Participant

    Doh you spoiled the game. Hints were required, hot or cold etc

    Boone Gorges
    Keymaster

    The cause has to do with the fact that ‘2.7’ and ‘2.8’ (some old WP version numbers) are part of ‘1.2.7’ and ‘1.2.8’. It is a silly strpos() issue. It will be fixed soon.

    Hugo Ashmore
    Participant

    Thought this would be a fun game so compared two readme from plugins showing as ‘Not tested’ Against my own little effort of little worth that does not show the warning, ruled out nearly every possible cause as one or other of the plugins showing warnings didn’t match on say order of == Installation == sections or omission of sections e.g one missed == changelog ==

    As for tested up to I tried to be helpful with BP version number so that probably rules that out. The only common aspect the two plugins have that mine doesn’t that I’m left with is the ‘Donate link’ line? Is that the cause?

    Dwenaus
    Participant

    the cause of the error is either the readme file Tested up to: line or the main plugin file Version: line. If you put any BP version info in there, this website balks and throws that error. It seems to only effect plugin authors that are being extra helpful putting BP version info in their plugins, so it should be removed.

    stephensimon
    Member

    Here’s where we encounter the error. First we go to the Members tab and select a member. On that member’s page, we click the “send private message” button. After filling in the email form and submitting, the page is returned with this error: “There was an error sending that message, please try again.” This only happens when attempting to send to a user with a country code extension in their email address. (We figured this out by looking at the user accounts that we couldn’t send messages to – the ones that triggered the error all had email addresses with country codes.)

    #111242
    nit3watch
    Participant

    @hnla basically I want the ability to replace the buddypress main nav with wordpress menus: via Appearance > Menus.

    Being able to have a custom menu like:
    Home
    Community
    -Activity
    -Members
    Groups

    What would be the best way to implement this?

    #111235
    finni3
    Participant

    there seems to be alternative browsers for the iPhone that support uploading, but standard Safari does not in iOS 4.3.

Viewing 25 results - 40,001 through 40,025 (of 68,919 total)
Skip to toolbar