Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,226 through 5,250 (of 32,678 total)
  • Author
    Search Results
  • #262372
    pare81
    Participant

    Hi Guys,

    since the last update from BP, the wordpress theme customizer doesn’t show the page anymore. Only if I deactivate buddypress, the customizer stated to work. Is there somone else who has this problem?

    Thanks and regards, and nice holidays
    Pare

    meltdown2
    Participant

    I’ve created a new WordPress site and have redirected a number of older websites to it. Therefore I’m using a 404 redirection plugin that sends all 404’s to the homepage of my new site. However, I’ve found that my Buddypress links (Profile, Messages, etc) are also being redirected.

    Is there a plugin or functions.php snippet that will resolve this?

    Thanks for your help.

    Site: glass-haus . org

    #262370
    rochyef
    Participant

    Hello, am using buddypress 2.7.3 and wordpress 4.6.1
    i would like to know how to insert posts or adds into the newsfeed of people who are using my social network. A bit like the way sometimes we see ads when we are scrolling down our newsfeed on facebook.

    Wilbur
    Participant

    I am developing an android app for my wordpress forum. Please is there any way I can create new users and login old ones programmatically?

    piyosuke
    Participant

    Hello,

    I introduced “Invite Anyone” plugin in order to implement invitation features with my website.

    https://srd.wordpress.org/plugins/invite-anyone/

    As a default, there is “Send Invites” tab in parent navi menu of member profile pages, but I would like to have it moved to sub-menu under “Settings” tab.

    Could anybody else can support me on this?
    Any support would be highly appreciated!

    Wordpress version 4.6
    Buddypress version 2.7.4
    Invite Anyone Version 1.3.13

    Thanks,
    piyosuke

    piyosuke
    Participant

    Hi,

    I introduced “BuddyPress Follow” plugin and this has been working very well.

    As a default, there are “Following” and “Followers” tabs in parent navi menu of member profile pages, but I would like to create “Follow” tab in parent navi menu and show “Following” and “Followers” tabs in sub-menu under “Follow” tab.

    (Default)
    Parent navi menu > “Following” and “Followers” tabs

    (What I want)
    Parent navi menu > “Follow” tab
    Sub navi menu > “Following” and “Followers” tabs

    Could anybody else can support me on this? Any support would be highly appreciated!!

    Wordpress version 4.6
    Buddypress version 2.7.4

    Thanks,
    piyosuke

    #262340
    fred9543
    Participant

    I have now searched the web and couldn’t find a solution. So here the question comes.

    On my webpage I use buddypress and I don’t want the activity part of buddypress so I choosed to disabled it. But when disabling the activity part of buddypress, the username disapeares on the profile page and that’s bad because I need it to get shown. I figured out why it happens, but I need to find out how i can change it in a way which will not override it on future updates.

    The programming who make the username disabled when activity not active is this. It is found in the members-header.php (member > single folder)

    <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>*/
    	<span class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></span>
    <?php endif; ?>  

    So yes I understand how the code works, but need a “update not overriding solution” maybe it colud be made with remove_action in function.php. But I can’t figure out the right and best way to do it.

    Information:
    Version of WordPress = 4.7
    Version of BuddyPress = 2.7.4
    I can’t provide link to the webpage, because i’m testing locally at the moment.

    Thanks in advance.

    tanmoybiswas
    Participant

    Hello, I’m using voice theme in wordpress, after installation of buddypress, all the blog comments are appearing to my buddypress pages , like: activity, registration page etc. I dont require them below these pages. Can I change it to code level? I will be happy if anyone would provide me a quick solution. Thanks in advance.

    screenshot

    #262335
    Henry Wright
    Moderator

    In the WordPress admin area go to Pages and then create the page. Then under BuddyPress you can assign that page as the activation page.

    dekoningalex
    Participant

    Hi,

    I have a link to “messages” when being logged in on my site in the submenu. All i want is that messages to have a counter with the amount of new messages it has. Is this possible to do?

    I use all the latest versions of both buddypress and wordpress

    the site is http://www.poke-spot.com

    Thanks

    #262318
    pare81
    Participant

    I’ve edited the code:

    function my_setup_nav() {
          global $bp;
    
          bp_core_new_nav_item( array( 
                'name' => __( 'My Page', 'buddypress' ), 
                'slug' => 'my-page', 
                'position' => 70,
    			'screen_function' => 'my_page_template'			
          ) );
    }
    
    add_action( 'bp_setup_nav', 'my_setup_nav' );
    
    function my_page_template() {
          bp_core_load_template( 'my-page-template.php' );
    }

    Where I have to safe the “my-page-template.php”? I use a wordpress childtheme with included folder buddypress. Do I have to write some special informations within the my-page-template.php or is it enough to insert the shortcode?

    actually the link from profile menu “my page” links to members overview page what not should be. it should linked to the my-page-template.php.

    thanks

    #262310
    Peter Shilling
    Participant

    We have a strange problem happening with WordPress 4.7 and BuddyPress 2.7.3

    In the WordPress dashboard you can see that there are 124 post published but none of the posts are visible. They’re fine in the front end of the site, just not visible in the editor.

    Tried disabling plugins one by one, narrowed it down to BuddyPress. Disable that and the posts are there again.

    Any ideas what could be causing this?

    Peter

    Jon Fergus
    Participant

    I’ve also requested support from the subscription plugin team, see here: https://wordpress.org/support/topic/many-members-subscribed-to-all-emails-causes-slow-down-when-posting-a-reply/

    Jon Fergus
    Participant

    So we’re using the “BuddyPress Group Email Subscription” plugin, and are experiencing a bottleneck when members submit a reply to a topic within a BP group. It can take 15-30 seconds for the reply to finish, from the moment of clicking “reply” to page reload.

    Looks like this is because the reply doesn’t finish posting until all notification emails are composed and sent. There’s a plugin to solve this for bbpress (AsynCRONous bbPress Subscriptions), but nothing I can find to solve the problem when it’s the BP email sending routine that’s being used.

    Does anyone have a solution to eliminate the slow reply issue here? We want to continue using the subscriptions plugin for several other reasons, so eliminating it isn’t the solution we’re looking for.

    Thanks for the help.

    Plugin we’re using: https://wordpress.org/plugins/buddypress-group-email-subscription/

    Other info:

    WP version 4.7
    PHP version 5.6.28

    Active Plugins
    – p1 Adminimize 1.11.2
    – p2 Akismet 3.2
    – p3 All In One SEO Pack 2.3.11.1
    – p4 bbP Toolkit 1.0.6
    – p5 bbPress 2.6-alpha
    – p6 Better Notifications for WordPress 1.6
    – p7 BP Registration Options 4.3.0
    – p8 BuddyPress Group Email Subscription 3.7.0
    – p9 BuddyPress Sitewide Activity Widget 1.3.2
    – p10 BuddyPress 2.7.3
    – p11 Contact Form 7 4.6
    – p12 Goodnews Shortcodes editor 1.0
    – p13 Google XML Sitemaps 4.0.8
    – p14 Header and Footer 2.0.3
    – p15 TinyMCE Advanced 4.4.1
    – p16 User Role Editor 4.31
    – p17 WP-Mail-SMTP 0.10.1
    – p18 WP Super Cache 1.4.8

    dkelm
    Participant

    buddypress Version 2.7.3
    Wordpress Version 4.7

    Changed password, click save.
    Logout try new password… not working.
    Use old password to log in.

    #262293

    In reply to: Custom Messages Panel

    danbp
    Participant

    Hi,

    BP has only a few templates who fit with almost any (good) wordpress themes, like BuddyBoss.
    Firt you have to read your theme child-theme doc and eventually about BP template hierarchy.

    danbp
    Participant

    Hi,

    So is the only way to do it is to get my developer to write code and update the plugin

    Afaik, yes! It is the case for any open source software as soon as it is no more maintained.

    If not already done, read here
    https://wordpress.org/support/topic/fails-with-bp-2-7/

    An alternative would be https://github.com/dcavins/hierarchical-groups-for-bp

    #262251

    In reply to: buddypress like button

    Venutius
    Moderator
    #262249
    Jon Fergus
    Participant

    I’m looking for a plugin that will add a simple “like button” for topic replies (that must work within buddypress group forums), but am having no luck on that front without paying for a plugin. This one is the only one I’ve found that works, but the free version only allows 1 button per page. https://wordpress.org/plugins/likebtn-like-button/

    Does anyone know of any other plugins that can accomplish this, or any other solutions?

    #262247
    Phyo Thiha
    Participant

    How can I disable post update for members? I don’t want members on my site to be able to post their own. I am the only one who can post on the forum. Please help. Thank you

    Wordpress – Version 4.7
    BuddyPress – Version 2.7.3
    Theme – Beat Mix Lite

    #262244

    In reply to: Fatal error PHP 7.1

    Paul Wong-Gibbs
    Keymaster

    The situation is BuddyPress is incompatible with PHP 7.1 as things stand. One issue means a fix in BuddyPress (which we’ve already fixed, and will have out in a release soon, but probably after Christmas), and the other issue I’ve found (which BP sites have a realistic site of running into) require a fix in WordPress, which I hope that team will get done for WP 4.7.1.

    #262243
    sixthgalaxy
    Participant

    Can you please let me know if there is any way to stop template notices such as “Friendship Requested” when I click on “Add Friend” icon on Buddypress avatar hover plugin(https://en-gb.wordpress.org/plugins/bp-avatar-hover/)?

    Also, is it possible to stop template notice when someone click on “Cancel Friendship”.

    Thank you.

    #262238
    danbp
    Participant

    Hi,

    It would be interesting to know why [your] developer told [you] that [your] site will not be able to manage more than 70,000 users.

    Why precisely 70,000 ?

    As @venutius already told you, there is no physical limit. And if you have the necessary cash to buy storage and bandwith, go ahead!

    A common example for a large site running BuddyPress, is profiles.wordpress.org mentioned by lead dev John James Jacoby (in 2012). It is still the case in 2016.

    Related articles:
    https://codex.wordpress.org/High_Traffic_Tips_For_WordPress
    https://wordpress.org/showcase/?s=buddypress

    #262236
    omdisa7
    Participant

    Thanks for the reply.

    BuddyPress + WordPress will work well when there are 500,000 users?

    It is important to know before, otherwise I see already now an alternative route.

    What important customizations you talking about? I’ve already been working on reducing CPU consumption etc.

    #262234
    arwenmckenzie
    Participant

    Is there any simple way to filter the activity feed. Long time ago I must have used the abandoned BuddyPress Block Activity Stream Types.

    https://wordpress.org/plugins/buddypress-block-activity-stream-types/

    For me one of the absolute downsides with Buddypress is it seems impossible to filter the activity feed in a simple way like a built in feature or a plugin (I’ve googled a lot and cannot find any).

    I cannot be the only one who is setting up a community where the users won’t care who is befriending who etc. they would just want the latest scoop from the site in the activity flow. Any ideas of simple solutions?

    Why isn’t this feature built in to the core? For me personally that would skyrocket Buddypress to a complete new level 😀

Viewing 25 results - 5,226 through 5,250 (of 32,678 total)
Skip to toolbar