Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 62,626 through 62,650 (of 69,044 total)
  • Author
    Search Results
  • #52329
    Jeff Sayre
    Participant

    You need to modify the output of the friends and groups loop. The documentation for doing that can be found here:

    Custom BuddyPress Loops

    And what you’re specifically looking for can be found here:

    #52327
    Jeff Sayre
    Participant

    All you need to do is post a friendly reminder every 24-36 hours if you do not get any response. A simple “Bump” posting will do.

    I’m closing this thread as it is basically a duplicate thread. I’ve answered in the original one here.

    #52326
    Jeff Sayre
    Participant

    First of all, with the version of BuddyPress trunk that you have installed, you will now only have one activity table in your MySQL database. This table is wp_bp_activity_user_activity_cached.

    I know that based on the private message you sent me, you have read this thread which details why this is the case. So, unless you added those tables back to the DB, I am surprised that you even have the other two activity tables in your DB. If the BP upgrade was successful, it should have automatically removed those two tables.

    Trying to add those tables and their corresponding data back to the DB will do nothing. The BuddyPress codebase no longer references those other activity tables. They are no longer needed.

    As for the Site Wide Activity widget, make sure that you log into WPMU’s backend and go to “Appearances > Widgets” and remove the Site Wide Activity widget and then add it back. Also, your widget will not show any activity until someone does something that gets recorded into the wp_bp_activity_user_activity_cached table.

    #52324
    deanm
    Participant

    Thanks. Missed that.

    Looks great. Definitely going to try it out:

    https://wordpress.org/extend/plugins/achievements/

    #52323
    takuya
    Participant

    We have two topics on this. One is about point system, another is about achivement plugin.

    Paul Wong-Gibbs
    Keymaster

    No OS/platform wars please.

    Which browsers you were using would have been far more interesting that what platform you were using. I have not confirmed this myself but if you can recreate this – perhaps testing on http://testbp.org/ – please submit it as a bug on https://trac.buddypress.org/. You can use the same username and password that you do here.

    #52317
    Paul Wong-Gibbs
    Keymaster

    Yes.

    #52316
    Paul Wong-Gibbs
    Keymaster

    You need to copy the relevant stuff from within BuddyPress’ theme’s functions.php into the functions.php of the active theme (unless your new theme is a child theme of BuddyPress).

    #52311
    wordpressfan
    Participant

    How would I then create a new menu tab for the new page?

    #52307
    Jeff Sayre
    Participant

    Like all open source projects, BuddyPress is a community effort. Anyone can add to the documentation–the Codex–by visiting this BP link and creating a new Codex article, or adding to and/or editing an existing one.

    Your help in documenting BuddyPress will be appreciated!

    #52305
    modemlooper
    Moderator

    So getting the hang of the new structure but it’s major musical chairs with the files to get it to work with a WP theme. Once people start creating Buddypress enabled WP themes it’s gonna be cake to customize.

    #52301
    dwpers
    Participant

    This plug-in / feature is probably the most sought after. Maybe at some point Andy will take the time to integrate chat into a future release of BP down the road.

    You can’t really have a social network w/o chat these days. MySpace, FaceBook, OkCupid, all have it.

    #52300

    In reply to: Group Plugins

    realistdreamer
    Participant

    I’ve decided on a killer app for my new site. A Google Events Calendar for BP groups. Essentially, I want to have the group admin create a Google Calendar that sits on the group “home page.” The admin can create/edit events and invite attendees.

    This can be done now through Google Calendar and embedded in any site. http://www.google.com/calendar/embedhelper (it’s broken at the moment, but it works).

    What I’m looking for is a plugin that uses the Google Calendar API to use group member email to invite group members via Buddypress and accept and track their RSVPs via Buddypress.

    Users get all the benefits/upgrades to Google Calendar and we don’t have to reinvent the wheel (No offense to the BP calendar being created)

    The Google Calendar projects on .org seem a bit dead, but I’m hoping someone here sees the benefit in the BP context. I’ll of course do it myself eventually, but I’m still working on the basics of the site at the moment and I’m NOT a programmer (just a problem solver who wants to get something done)

    I’d at least like to know if someone else is taking this on so we can either colloborate or at least not duplicate work.

    #52298
    takuya
    Participant

    You should post these on trac.buddypress.org as it’s hard for Andy to follow everything posted here. You can login with the same ID. There seems more bugs than current reported, so I’m adding additional bugs to make sure 1.1 release works fine.

    #52295
    nandopax
    Participant

    One problem more with the forum:

    My original bbPress installation was in the forums folder (http://voiceover-casting.com/forums), the same of the slug used by buddypress.

    Fix to make the bbPress run:

    1) Before to configure it in buddypress, enter in bbPress admin and change the url to (http://yoursite.com/forum)

    2) After, enter in your FTP and change the directory name “forums” to “forum”

    3) Configure buddypress in “Forums setup” and will work.

    4) If you want delete the old bbPress instalation you can do that, you WILL NEED leave only the “bb-config.php” file in the “forum” folder

    #52287
    wordpressfan
    Participant

    My thinking is to emulate the profile style of either buddypress.org or wordpress.org sites. My site will only provide the ability to create a profile or search a profile. Actions such as e-mailing profile owners would be available within the main profile section.

    Thanks for closing the other thread; I did not know the question had already been answered.

    #52282
    gerikg
    Participant

    is it still happening? can you email me the wp-config and bb-config files but take out your db login info?

    #52278
    Jeff Sayre
    Participant

    @wordpressfan

    I’m closing this thread as it deals with the exact same issue you posted several hours earlier. You can read my response in that thread.

    https://buddypress.org/forums/topic/member-theme-remove-me-and-my-profile-columns

    #52273
    Jeff Sayre
    Participant

    How will your members gain access to their profile data–for editing–or their friends, groups, and messages, etcetera, if you remove the userbar?

    I do not recommend this, unless you are planning to provide an alternate way for your members to access this data.

    But, what you need to do to remove the “Me” column in the default BuddyPress member theme, is modify the userbar.php in your template file. To remove the “My Profile” column, you basically have to remove the xprofile navigation menu item that xprofile_setup_nav() invokes. The best way to do that is by creating a function in your bp-custom.php file that then invokes a remove_action() for the appropriate do_actions of that function.

    Of course, if you remove the “Me” column it will automatically solve your issue of having the “My Profile” column being displayed. You will then have to come up with your own solution to just show the profile data for that given member. It can be done, but what you are asking removes so much access to BuddyPress functionality that I suggest you reconsider.

    #52271

    In reply to: When comes the 1.1?

    madloki
    Participant
    #52270

    In reply to: When comes the 1.1?

    Mike
    Participant

    “when it’s done.” lol very true.

    you can try trunk… it’s probably as close to 1.1 as you’ll get at this point (https://trac.buddypress.org/browser/trunk)

    #52265
    gpo1
    Participant

    @Hempsworth, Why not go for it and get the job done?

    #52260
    Paul Wong-Gibbs
    Keymaster

    Trunk? Living on the edge, expect to get burnt ;)

    Check you are running the latest trunk. A fix or two went in for dates not being saved on localised BuddyPress sites very, very recently.

    #52255
    Paul Wong-Gibbs
    Keymaster

    Hi

    No, BuddyPress runs site-wide. Everyone can see everyone. You can’t run multiple instances of BuddyPress on one WPMU installation (some people call this BuddyPress MU).

    #52254
    Paul Wong-Gibbs
    Keymaster

    Please answer https://buddypress.org/forums/topic/when-asking-for-support

    Also, are you using a language translation on your site? If so, this particular bug has recently been fixed and will be in the next release of BP.

Viewing 25 results - 62,626 through 62,650 (of 69,044 total)
Skip to toolbar