Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 20,851 through 20,875 (of 68,967 total)
  • Author
    Search Results
  • #164760
    Henry
    Member

    The SeoPress plugin will let you do that.

    #164754

    In reply to: [Resolved] RSS Error

    angelladesigns
    Participant

    Ran through http://validator.w3.org/feed/ with buddypress disabled and it was valid.
    Ran through with buddypress enabled and got this:

    Sorry

    This feed does not validate.

    line 1, column 1: Blank line before XML declaration

    If I knew where the white space was I would delete it, but I’m lost here. 🙁

    #164744

    In reply to: How to install forum

    @mercime
    Participant
    #164743
    @mercime
    Participant

    @joe35 download a copy of your theme to your hard drive. Then revise the copy in server: remove the call to jquery 1.4.2 in either the header.php file or enqueued in the functions.php of the theme. Know that by doing this, some behaviors expected in the old theme might be affected, or they may not. Then test your theme with BuddyPress.

    If this doesn’t work, then you might have to look for another WP theme which is updated for current WP 3.5.1 at the very least https://wordpress.org/themes/

    #164737

    In reply to: Buddypress phone app

    akukskuks
    Participant

    +1

    #164735
    @mercime
    Participant

    It shows up in both in the Profile page and the create group page, there is the title with the link and then sometime the title without the link.


    @wordbuddypress
    You’re correct in discerning that the Create A Group button is not supposed to show in your Profile pages or anywhere else except the Group Directory page. Change to Twenty Twelve theme and check if issue is resolved. If it is, then something in your coding of your theme’s page.php is awry. You might want to check out the page.php file of Twenty Twelve to help you find some resolution.

    #164734
    shirleyl
    Participant

    Thanks for the help @mercime. I’m making progress. I did as you instructed and placed the buddypress.php and bbpress.php files in the root of my theme directory. Previously, I had the customized buddypress.php file in my theme’s buddypress directory. Now, the sidebar doesn’t display on the groups or forums pages, but the main content is still not expanding to full width, the way it does on the Calendar page http://sndhome.org/calendar/ (which is associated with the All-in-One Calendar plugin).

    I can tell that this theme accomplishes the full-width display by swapping CSS settings. But even after spending some time digging through the theme’s files, I haven’t been able to locate the code that controls this behavior. I can just see that it works for pages that aren’t associated with BuddyPress or bbPress. I would just change the theme’s default template, except the template author doesn’t provide a default option that enables the full-width display. 🙁

    I have posed the question to the template developer as well. Still awaiting a response there. I really appreciate your help. I’m learning a lot today! 🙂

    #164733
    WordBuddyPress
    Participant

    It shows up in both in the Profile page and the create group page, there is the title with the link and then sometime the title without the link. I am using my own theme, I guess thats also the reason for this problem. What could I change in my theme to remove this? Or which file do I have to edit?

    #164731
    @mercime
    Participant

    @shanebp Thank you for your patience, ‘expert developer’ 😀

    #164728
    @mercime
    Participant

    @wordbuddypress from what BP version did you upgrade? What theme are you using?

    RE: screenshot of a title
    That is the “Create a Group” button that shows up beside the page title of the Groups Directory page, not exactly about the username you mentioned earlier. Could you clarify what you need to address in your post above?

    #164722
    shanebp
    Moderator

    Thanks for the update, mercime.

    Things definitely are not yet ‘back to normal’ but hopefully will be soon.

    #164719
    @mercime
    Participant

    #164717
    @mercime
    Participant

    @shirleyl open up your theme’s full-width page template and save as buddypress.php and upload this file to your theme folder in server wp-content/themes/yourthemename/

    Do the same for bbPress, create a new file bbpress.php from full-width theme template and upload same to theme folder in server.

    Know that the full-width with apply to all BP and bbPress templates. If you want different layouts for each BP component, read this https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/

    #164715
    rogerhnn
    Participant

    So, I just installed everything again in my host and the error continues. New database, and only wordpress + buddypress, latest version of both.

    Any help?

    #164712
    @mercime
    Participant

    @caspergrimaldi go to admin dashboard menu Users > Profile Fields
    Click on Edit Group Link
    change “Base” name to what you want
    https://codex.buddypress.org/user/buddypress-components-and-features/extended-profiles/

    #164711
    Vernon Fowler
    Participant

    Could have been any (or all) of the following plugins:
    BP Group Documents (ancient, don’t think I can find it online again)
    BP Unread Posts https://wordpress.org/plugins/bp-unread-posts/ (also obsolete)
    U BuddyPress Forum Attachment http://urlless.com/u-buddypress-forum-attachment/
    I haven’t reactivated any of these 3 and am about to delete them.

    It appears a case of too eager to upgrade without properly checking existing potential conflicts. Too much haste and not enough care in my excitement about 1.7 – my bad. Thanks for your support Paul.

    #164705
    shanebp
    Moderator

    [ check re ‘0 and 0’ re replies and voices ]

    #164696
    danbpfr
    Participant

    @patricksaad,
    apologize if i mentionned your blog, but it was the only place i found speaking about this problem.
    FYI, “throttling” is used in BP 1.7.2, but a minima. Should be extanded much more. I guess it’s preferably you open an ehancement ticket on the Trac.
    And thank you for sharing your code. 😉

    buddypress 1.7.2\bp-core\bp-core-moderation.php (6 hits)
    Line 24: * @uses current_user_can() To check if the current user can throttle
    Line 25: * @uses bp_get_option() To get the throttle time
    Line 32: if ( !$throttle_time = bp_get_option( ‘_bp_throttle_time’ ) )
    Line 32: if ( !$throttle_time = bp_get_option( ‘_bp_throttle_time’ ) )
    Line 40: if ( isset( $last_posted ) && ( time() < ( $last_posted + $throttle_time ) ) && !current_user_can( ‘throttle’ ) )
    Line 40: if ( isset( $last_posted ) && ( time() < ( $last_posted + $throttle_time ) ) && !current_user_can( ‘throttle’ ) )
    buddypress 1.7.2\bp-forums\bbpress\bb-admin\admin-ajax.php (6 hits)
    Line 160: if ( $throttle_time = bb_get_option( ‘throttle_time’ ) )
    Line 160: if ( $throttle_time = bb_get_option( ‘throttle_time’ ) )
    Line 161: if ( isset($bb_current_user->data->last_posted) && time() < $bb_current_user->data->last_posted + $throttle_time && !bb_current_user_can(‘throttle’) )
    Line 161: if ( isset($bb_current_user->data->last_posted) && time() < $bb_current_user->data->last_posted + $throttle_time && !bb_current_user_can(‘throttle’) )
    Line 162: $error = new WP_Error( ‘throttle-limit’, sprintf( __(‘Slow down! You can only post every %d seconds.’), $throttle_time );
    Line 162: $error = new WP_Error( ‘throttle-limit’, sprintf( __(‘Slow down! You can only post every %d seconds.’), $throttle_time );
    buddypress 1.7.2\bp-forums\bbpress\bb-admin\includes\functions.bb-admin.php (4 hits)
    Line 408: $user_meta[‘throttle’] = $_POST[‘throttle’];
    Line 408: $user_meta[‘throttle’] = $_POST[‘throttle’];
    Line 531: $user_meta[‘throttle’] = $edit_user->throttle;
    Line 531: $user_meta[‘throttle’] = $edit_user->throttle;
    buddypress 1.7.2\bp-forums\bbpress\bb-admin\options-writing.php (3 hits)
    Line 43: ‘throttle_time’ => array(
    Line 44: ‘title’ => __( ‘Throttle time’ ),
    Line 47: ‘note’ => __( ‘Users must wait this many seconds between posts. By default, moderators, administrators and keymasters are not throttled.’ )

    #164690
    afjsystem
    Participant
    #164688
    Henry
    Member

    Although Yoast’s WordPress SEO works perfectly with WordPress, it isn’t currently compatible with BuddyPress. I suggest you try a plugin such as SeoPress. There are some problems with that plugin (lacking 404 page support, registration page title buggy, incompatible Friends component etc) but on the whole it is about the best option on the market at the moment.

    PMWebDevelopment
    Participant

    There is a display:none; in the inline styling. Have you figured out how to resolve the issue? I am having the same issue.

    #164681
    Marj Wyatt
    Participant

    I created a new instance on local Xampp. Systematically, I disabled plugins and tested functionality. I was able to make it work with all my plugins activated, including Wishlist, but only with the Buddypress Default Theme activated.

    That’s a “nice” discovery except for the fact that weeks have gone into the development of the custom theme on the Genesis framework. I chose that framework because of the abundance of experience that I have with it. I admire all the work that has gone into creating as elegant a plugin as Buddypress but it should not be imperative to do development on the Buddypress theme base. Genesis is pretty popular…

    The requests.php template looks to be is not loaded with code having only 60 lines or so. This section of code in the BP Compatibility Pack seems to be what handles the actual list of friend requests:

    <div class="action">
         <a class="button accept" href="<?php bp_friend_accept_request_link(); ?>"><?php _e( 'Accept', 'buddypress' ); ?></a> &nbsp;
         <a class="button reject" href="<?php bp_friend_reject_request_link(); ?>"><?php _e( 'Reject', 'buddypress' ); ?></a>
    
         <?php do_action( 'bp_friend_requests_item_action' ); ?>
    </div>

    The first two functions are links. I’m thinking it has to do with the action performed and I don’t know where to find that code. Is this something *we* should be looking at?

    #164678
    @mercime
    Participant

    On my Server is the newest PHP Version.


    @serververwaltung
    and what is your PHP version? Have you tried setting avatars using the BP Default theme to check whether it’s a theme JS/CSS issue? Do you see any other errors aside from what you posted? Have you tried deactivating plugins except BuddyPress to check for plugin conflict/s?
    EDIT – Can you upload images in Posts > Add New and choose thumbnail image for example and insert it to post?

    #164676
    echofoxtrot
    Participant

    Thanks! I just need to protect Groups and the Forum, not the whole site. I’ll give this code a shot.

    #164675
    @mercime
    Participant

    @marjwyatt I know it’s FUNCTIONAL issue. If you cannot use “Add Friend” using Twenty Twelve which we tested with BP 1.7 Theme Compatibility (no BP Template Pack plugin needed), then there’s a conflict with a plugin. I think it could be the Wishlist Member plugin, because nothing in BP codes require members to be administrators to add/accept friends. To be sure, deactivate plugins batch by batch except BuddyPress to check which one is in conflict.

Viewing 25 results - 20,851 through 20,875 (of 68,967 total)
Skip to toolbar