Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 32,626 through 32,650 (of 94,540 total)
  • Author
    Search Results
  • #163191
    Fernon
    Participant

    Hi,

    When I post something in the buddypress activity stream. It’s 7 hours behind. So it says Fernon posted 7 hours ago instead of 1 minute ago.

    Does anyone have any idea what this could be? The wordpress and server time stamp settings are correct.

    I’ve seen in other topics that this is a bug in Buddypress. Still can’t figure out how to solve this.

    Thanks!

    #163190
    kukac7
    Participant

    Hi,

    basic vanilla wordpress, buddypress installation (and forum component activation) after bb-config.php is not generated in the wp base directory.

    I tried on localhost (mamp), and hostgator too.

    1.6.5 version, there’s nothing wrong, there’s a ready config file.

    is it a bug or what could be the problem?

    thanks for your help!

    #163189
    msdoble
    Participant

    UPDATE: I managed to solve my issue by using bp_profile_field_data

    There is a similar forum post here that is helpful: https://buddypress.org/support/topic/using-bp-member-profile-data-outside-members-section/

    Zion Oyemade
    Participant

    I really need someone to help. I installed Buddypress but the pages are not working. Al I see is blank. When I activated the Twenty -twelve theme it worked. That explains that the problem is from the theme. Now how do I make the theme compatible with Buddypress.
    The links is fruitbearerschapel.org/community

    msdoble
    Participant

    Hello, I’m new to BuddyPress but have plenty of WordPress experience. I’m running WordPress 3.5.1 and BuddyPress 1.7.1, making use of theme compat.

    I have created a page called ‘Members Directory’ which is associated with the Members component directory. I’ve added some profile fields using bp_member_profile_data( ‘field=XXX’ ); and am adding them into a custom sidebar which displays user information.

    Everything is displaying perfectly when I’m inside the members directory but when I am on other pages the BuddyPress profile data does not display – presumably because this is outside of the scope of the members component.

    I’d like to find a way of displaying this information outside of the Members component directory. I know there is a new BP_User_Query function, which sounds like it may be similar to WP_Query, and I’m wondering if I could use this. Unfortunately I can’t seem to find any documentation or info around the web on this.

    Any help would be very much appreciated! Thank you

    rypo73
    Participant

    Hi there. On a dev site we have a handful of users. As of about 48 hours ago, one of those users disappeared from the ‘who’s online’ or buddypress members plugins. Delving into it, I see that user has no last_activity row in the wp_usermeta table. They’re active all the time on the site – several times a day. Their activities appear and trigger the associated notifications etc. (friend requests, etc.)

    I inserted a row into the table with an incremented umeta_id and set a date/time value of yesterday evening. They then ‘reappeared’. However, the next time they logged in to do something, that row got wiped out altogether and we’re back to square one.

    Anyone-else experienced this? Anything we can do bar delete their user from the dbase and start over? Is it likely there will be other ‘corruptions’ in the dbase? Can you recommend a tool/plugin to ‘check’ the dbase for integrity or ‘fix’ a BuddyPress inconsitency?

    danzigism
    Participant

    Howdy folks, I’m currently using WP 3.5.1 I just upgraded to BuddyPress version 1.7.1

    I have a custom user role called “Manager” that I’ve created with the User Role Editor plugin. Prior to my upgrade to BP 1.7.1 I gave this user role total administrative access over the website except for things like plugin installations and such. This user role could also edit the profiles of all the members in the directory.

    Unfortunately since the upgrade, people with the “Manager” user role are not able to edit people’s profiles anymore because they get taken to a page saying: “Sorry, the page you have requested cannot be found or you do not have sufficient privileges.”

    I have indeed disabled all my plugins to no avail. I do have a backup just in case, but I’d really like to resolve this issue if at all possible. I double checked the permissions of the “Manager” role as well and they do have the options for “edit_profile” and “edit_users” among various others.

    Thanks so much for your time and assistance.

    #163181

    Topic: Profile groups

    in forum Showcase
    mcmook
    Participant

    I am using the code here http://pastebin.com/RLreXE7X which was in another post to display all profile groups during registration. But I can’t figure out how to get the ID (or name) of the current profile group in the loop, is this possible? Psuedo code something like this

    <?php /***** Extra Profile Details ******/ ?>
    <?php if ( bp_is_active( 'xprofile' ) ) : ?>
    <div class="register-section" id="profile-details-section">
    <h4><?php _e( 'Profile Details', 'buddypress' ) ?></h4>
    <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?>
    <?php if ( function_exists( 'bp_has_profile' ) ) : if ( bp_has_profile(  ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
    if (profile group ID = x) SOME CONDITIONAL STUFF
    <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
    ....
    @mercime
    Participant

    @ham-radio What theme are you using? Are/Were you using the BP Template Pack plugin before? If so, see https://codex.buddypress.org/bp-17-upgrading-template-packed-themes/

    @mercime
    Participant

    @kkradel add to your theme’s style.css file. Example in link assumes div surrounding the sidebar widgets is #sidebar https://buddypress.org/support/topic/css-matching-for-recent-active-member-widget/#post-162541

    #163166
    @mercime
    Participant

    @rdurham starting off with https://codex.buddypress.org/user/before-installing/
    then check out links in the right sidebar on that same page

    kkradel
    Participant

    WordPress Multisite 3.5.1
    BuddyPress 1.7.1
    Tetris Theme

    Who’s Online and Recently Active Users widgets display in a long single vertical line of avatars and what I’d like is a grid/block of avatars.

    How to do that?
    Which file to do that in?

    Thanks!

    #163161
    @mercime
    Participant
    #163160

    In reply to: BuddyPress 1.7.1

    TPdaking#7782
    Participant

    Thank you guys for the hard work!

    @mercime
    Participant

    @henrywright-1 I’ve seen this issue in old old BP version. Do provide information about your WP/BP versions, theme used, plugins installed, etc. https://buddypress.org/support/topic/when-asking-for-support-2/

    #163154
    @mercime
    Participant
    #163152
    @mercime
    Participant

    @jskehill the issue with some premium WP themes are that the theme authors create proprietary templating systems. The page.php of the theme should have the_title() and the_content() within the WordPress Loop for automatic BuddyPress Theme Compat to work. If those are not there, a Theme Compat solution would be to copy your theme’s page.php file and SAVE AS > buddypress.php then ask Theme Dev for assistance in replacing proprietary title/content tags intp WP’s the_title() and the_content() tags in that buddypress.php file. Then upload the revised buddypress.php file in your theme’s folder in server.

    Aliceembroid
    Participant

    If someone makes a long update in the activity stream of a group then the read more link appears at on the update but when it is clicked there is a page not found error. To work around this my people are posting in the group forum but that is not really what I want I would rather have everything on the group activity page. The forum posts cannot be edited even by admin, when I try to edit them I get “Oh bother! No topics were found here!” I have tried maxing out the time that edits are allowed in the forum settings but that did not work either.
    What would be ideal would be if I could just get the ability for the long posts to be accessable from the group activity stream. I hate forums anyway and would rather get rid of them.
    I am desperate for some help with this as I have just got some serious traffic going to this site and I would like these guys to hang around.
    here is my site http://
    I have buddypress 1.7.1 running on wordpress 3.5.1 I am using buddycolumns theme but I have tried the default theme which does not rectify the problem.
    Plugins that are currently installed (not all active)
    bbPress
    BP-Registration-Options
    BpDev Recently Updated Blogs Widget
    BP Export Users
    BP Gallery
    BP Group Management
    BuddyPress
    BuddyPress Activity Comment Notifier
    BuddyPress Activity Plus
    BuddyPress Activity Stream Bump to Top
    BuddyPress Edit Activity Stream
    BuddyPress Facebook Connect Plus
    BuddyPress Gifts
    BuddyPress Like
    BuddyPress Links
    BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz)
    Buddypress Sitewide activity widget
    BuddyPress Template Pack
    Codepress Admin Columns
    CONTENT BLENDER
    CubePoints
    CubePoints Buddypress Integration
    Easy Google Analytics for WordPress
    Email Login
    Facebook Like User Activity Stream For BuddyPress
    jQuery Vertical Accordion Menu
    Ping Kaching
    PrettyGallery
    SI CAPTCHA Anti-Spam
    WangGuard

    TIA
    Alice.

    arcoleg
    Participant

    hi every body i have also updated my buddypress.when i check, my members list does not show up.what should i do please.also i want to let you know guys that BP is great

    #163144
    careythegreen
    Participant

    I have buddypress set up inside S2member. When my subscribers get through paying on Paypal they are being sent to a page that says “that page doesn’t exist.” I see that my BuddyPress pages “registration’ section is all set to -None- . What should those be set to? I don’t really have a page on my site that is a registration page. Is there a Buddypress shortcode or something I’m supposed to put on a page?

    g35fan
    Participant

    I try to keep all my plugins updated and today saw that BP 1.7.1 was available. I upgraded and didn’t think twice. I check a few hours later and my Register page, Activity page and Members List pages (only BP pages I have on my site) are not working. The pages all appear, but the content section is completely blank. The login form, forums, news pages, everything else is fine.

    I used vaultpress to restore to last nights backup and it works fine again so it’s definitely the update (I didn’t do anything else today)

    Using latest version of WP installed in a directory on a Godaddy server. Using BP 1.7.1 but now back to 1.7. I have a few plugins but they never effected anything with 1.7. All are updated to latest versions: Akismet, bbpress, buddypress, bulletproof security, gD press attachments, jetpack, postloop, vaultpress, wangGuard, wordpress seo.

    Using a custom theme too. I should have tried to switch back to the default theme sorry!

    Ham Radio
    Participant

    I just updated my Buddypress website to 1.7.1 and now I can’t comment or post an update. Other people are having this problem.

    I am using WordPress 3.5.1, and Buddypress 1.7.1.

    Is there a fix for this?

    Thanks.

    #163134
    Henry
    Member

    When you’re creating your profile fields you can drag each field up or down which will help control the order of them.

    The email address, username, password and repeat password fields are part of register.php. If you want to change the order of how these are displayed then you will need to open that file and reorder them manually.

    In theory, the two column set-up could be achieved via CSS (again the markup used can be found in register.php), so you wouldn’t need to know how to write PHP.

    Nanaimomen
    Participant

    Hi All

    I would like to modify the Buddypress Registration Page to a certain look.

    Ideally, I would like to have it set up as a single column with certain fields in a certain order, rather than having two columns as it is setup. So I would like to have it setup as:

    1. Name
    2. City
    3. Province/State
    4. Country
    5. Email Address
    6. Username
    7. Password
    8. Repeat Password

    Right now I am only able to modify the right column of fields as under Dashboard – Users – Profile Fields.

    Can I modify without mucking around with PHP Code or is there another registration plugin I can use that will be compatible with Buddypress?

    Thanks!

    #163131

    In reply to: BuddyPress 1.7.1

    Scott
    Participant

    After disabling all plugins and still getting the nothing I reverted to the default bp theme and upgraded. This worked and it looks great. Now I need to figure out what is wrong with my custom theme.

Viewing 25 results - 32,626 through 32,650 (of 94,540 total)
Skip to toolbar