Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,076 through 17,100 (of 68,985 total)
  • Author
    Search Results
  • #180638
    Halo Diehard
    Participant

    Hey, @agundabbo, I’m new to BuddyPress but have been doing WordPress for a couple of years, and was happy to find two plugins that work with BuddyPress that have been stopping the fake registrations on my site. They are WangGuard and Pie Register. Good luck!

    #180637

    In reply to: Stop BuddyPress SPAM

    Halo Diehard
    Participant

    I just installed WangGuard today on a new site I’m setting up that’s been getting slammed with several an hour, and it stopped the new faker registrations immediately. Also, I’ve been using Pie Register for a couple years on another site, and that alone has done a great job of keeping most spammer registrations out, so I put it on the new site, too. I didn’t have Akismet or anything on my other site, just Pie Registration and I was pasting a bunch of IP’s and certain words in the Settings > Discussion > Comment Blacklist, and no spam.

    Pie Register has the best Captcha I’ve seen in the plugins, but what I really like is you can program random questions that the user has to put the right answer in, and that’s fun. I choose stuff that is relevant to my sites, and amusing. I was really glad it works with BuddyPress!

    And I’m not affiliated with either of the above plugins, either, just another site owner who knows what it’s like trying to track down help.

    #180632
    @mercime
    Participant

    Ah the theme needs to be BuddyPress compliant, which greatly reduces the options.

    Actually, BP is compatible with nearly all WordPress themes (and all WP default themes) since BP 1.7. Issues arise with some frameworks which do not follow basic WP templating with the_title and the_contant within the WP loop. Even so, there are solutions put forth in the BP Codex https://codex.buddypress.org/themes/theme-compatibility-1-7/

    #180630
    modemlooper
    Moderator

    BP 1.9+

    function custom_notification_menu_tabs(){
    	global $bp;
    	if ( bp_is_user() && bp_user_has_access() ) {
    		$count    = bp_notifications_get_unread_notification_count( bp_displayed_user_id() );
    		$class    = ( 0 === $count ) ? 'no-count' : 'count';
    		$bp->bp_nav['notifications']['name'] = sprintf( __( 'Alerts <span class="%s">%s</span>', 'buddypress' ), esc_attr( $class ), number_format_i18n( $count ) );
    	} 
    
    }
    add_action('bp_setup_nav', 'custom_notification_menu_tabs', 201);
    #180600

    In reply to: Create Sub Profile

    This feature does not currently exist in BuddyPress.

    The core team has talked about what a robust member-to-member role and capability system would look like for a few years now (to allow for this sort of functionality) however we haven’t prioritized it yet.

    #180573
    Asynaptic
    Participant

    Hi Hugo, my bad, should have given the link: https://codex.buddypress.org/getting-started/improving-performance/ at the bottom of page

    but I see you, or maybe another mod? has already removed the link to this thread

    does anyone know if Fredrick Townes has said anything about adding functionality to W3 total cache for buddypress? all I found was this 4 year old comment

    Maximize WordPress and BuddyPress Performance With W3 Total Cache

    #180558
    Barnabas
    Participant

    I’m asking for same. Since buddypress revolves round members, it will be tricky to remove it. I only want to remove the notification figure for logged in users and reserve it for admins…

    pimark
    Participant

    Has anyone else come across this problem? Anyone from Buddypress able to offer some advice ?

    thanks

    #180554
    shanebp
    Moderator

    >deem some activity as more important

    I never understood that either.
    It seems arbitrary and esoteric.

    Try this:
    Create a template over-ride of
    bp-templates\bp-legacy\buddypress\members\members-loop.php

    And replace
    bp_member_avatar()
    with
    bp_member_avatar('type=full&width=50&height=50')

    #180550
    danbp
    Participant
    #180549

    In reply to: 2.1 top features

    Jumping the gun a bit, but your enthusiasm is greatly appreciated. The core team will likely put together a wish list immediately before we start 2.1 development. Until then, you can watch the state of all-things-2.1 over on trac at: https://buddypress.trac.wordpress.org/milestone/2.1

    #180548
    danbp
    Participant

    Hi,
    as you probably know, spam is a world wide disease and there are no ready to use solutions against it. Only tips at least.

    So can you please search and read on this forum before asking for such a remaining question ?

    https://buddypress.org/support/search/spam/

    #180542
    simonwillan
    Participant

    Okay, In which case I’d like to override the some of the core ajax functions within this script. Is it as simple as adding filters or would I have to create a new file & folder buddypress/buddypress-functions.php and write a new set of ajax actions?

    #180537
    Asynaptic
    Participant

    @sooskriszta totally agree with you on your 3 (relatively) objective tests – this is why I suggested 2 key features that need to be improved in buddypress *immediately*:

    1) spam fighting
    2) fragment caching

    First, 99.9% of buddypress communities have to deal with spam and it is mission critical (who wants a website overrun with spam? users leave, google rank drops, etc.). How many forum threads are opened again and again about people asking for help dealing with spam? how many different methods need to be cobbled together? it just makes sense to take the best practices and build them into the core.

    Second, performance is an issue that is more and more important not only because speed is a do or die issue (there is ample evidence of a direct link between a website’s speed and its success in converting and in pageview counts)

    with buddypress, regular caching plugins simply do not work, we need fragment caching, and we need it YESTERDAY!

    there is already a tentative step in the right direction with rarst’s fragment cache plugin but this should be developed into a full solution and built into core.

    everyone will benefit from improvements in caching and it will make a MASSIVE impact on the overall quality and success of buddypress as a platform

    /drops mic

    #180534
    thatmtnman
    Participant

    Dear Mr. Buddyboss…

    Once again, thank you so much for the informative and specific reply. Two gigs of ram it shall be!

    I wish I could attend your lecture…I really do. I’ve not been to a WordPress/Buddypress anything yet, and I am dying to go. Absolutely dying. I want to get far more involved with the WordPress/Buddypress company/community. We are both students (married, older etc) and are living on student loans…so for now, travel for us is limited to the bus 🙁

    I have another question unrelated to capacity-should I start another thread, or may I ask it here?

    cheers!

    #180531
    Anonymous User 7600456
    Inactive

    Hi @boonebgorges,

    Thanks for the reply. I went ahead and set up a clean install of WordPress with BuddyPress and bbPress and all is working as it should. So, this means that it isn’t anything actually wrong with BuddyPress but a conflict somewhere with something I have customised along the way.

    When I work out what it is I will post back here.

    In the meantime, thank you for your hard work and good luck with the release!

    Best,

    Joseph

    #180529
    @mercime
    Participant

    And tables are not suitable for mobile devices


    @sooskriszta
    Noted. But it can be done. If you look again at the BP survey results via mobile device, the table is responsive with some modifications made on Coyler’s code. Morever, as hnla mentioned in earlier post which I agree with, you do not change semantic markup to suit devices.

    when 62.31% people list Responsive and 41.33% list Responsive, mobile-first as their Preferred BP Theme Features, to which specific aspect do you think they are referring?

    Refers to whether the theme’s responsive styles (via CSS media queries or JS solution) were prepared for mobile viewing or for desktop viewing first.

    #180526
    BuddyBoss
    Participant

    1GB RAM is a minimum, 2GB RAM is ideal. As you scale up you may need more. On a good server setup you can actually see live (via SSH) how much of your RAM is being used up and how much is free. If you’re bottlenecking, you can contact the hosting company to add more RAM or bump you up to the next server. That is not the same as migrating to a new host… if it’s within the same company they should handle it for you seamlessly in the background.

    Another option is to use Amazon (AWS) instead of a private server and it just scales up automatically as needed – they mostly charge by data rather than by server. They will be more expensive for most sites and will be slightly harder to set up, but they are also incredibly scalable.

    A CDN isn’t really a “cache” in the way you imagine W3 working. It’s only caching resources (stylesheets, images, javascript files, etc) but not caching “content”. Your resources usually don’t go stale because they are not updated often. And if you do it properly, the cache can be broken any time you update a resource (by adding a version number to the enqueue in your theme). The version number gets appended to the URL of the resource, so if it changes the CDN thinks it’s a different file and immediately serves up a new file.

    Content does go stale. By content I mean the data that is outputting for everyone to see right on the website. Like a profile, activity page, member directory, etc. This is the stuff that plugins like W3 are primarily used to cache (among other things as well).

    You can integrate a CDN very easily using WP Super Cache. You can just turn off the content caching stuff and use it only for pushing your resources into a CDN. It’s a set it and forget it kind of setup for the most part.

    If you happen to be in the Miami area on May 9, I’ll be speaking about scaling BuddyPress at the BuddyCamp (1st day of WordCamp Miami). http://2014.miami.wordcamp.org/
    Should be a fun event.

    #180518
    pswanson22
    Participant

    I just created a file called bp-custom.php with the following code:

    <?php
    // Buddypress hacks and mods will go here

    define ( ‘BP_ROOT_BLOG’, 2);
    ?>

    I am sure that 2 is the correct number for my Tech Connect subsite. However, as far as I can see, Buddypress is still installing in the main blog. I still see the Buddypress option under settings on the main blog, and I don’t see any real options on the subsite. What am I doing wrong?

    I thought that i may need to re-install Buddypress, so I deactivated, deleted it, and then reinstalled it. No luck. Anyone have any ideas?

    Many thanks!

    #180513
    SK
    Participant
    #180511

    In reply to: Member photo galleries

    SK
    Participant

    @im4th Honestly, I don’t see why BP Media should be involved since:
    1. They are not even close to being the top media plugin for BP. rtMedia is (source http://mercime.github.io/buddyPress-2014-survey-results/index.html)
    2. By their own admission, they have taken so many manhours to build simple functionality that it seems their approach is almost prohibitive for BP core team.

    I think we should look to work more closely with rtMedia, who have built in a very short period of time a much more feature-rich and popular option than BP Media.

    Also, I strongly feel we should leverage the media management capability that is already built into WordPress.

    #180510
    SK
    Participant

    @henrywright i agree with you on that definitely, but adding some functionality that some plugins offer as built into buddypress would also help because your adding less weight from these plugins too no?


    @mcpeanut
    I am probably the person that asks most often for stuff to be included in the core. However I beg to differ with you on this as a general principle.

    I think you are right – if everything I need is in the core then the install will probably be faster than having a barebones core and 500 different plugins that I need to achieve the functionality I need. With you on that.

    Problem is: everyone’s “needs” may be different. That’s why WordPress and BuddyPress are extensible systems. If there are 500 features in the core and I need only 50 and the core is slower because of that, then I would be one of the people complaining about “bloat”.

    So, it’s essentially akin to drawing a line in the sand and hoping you get to the goldilocks area: a core that’s not so bare as to not be useful and not so bloated as to be inflexible or noticeably slow.

    I think there are 3 (relatively) objective tests that the developers can employ when considering whether to include a feature in the core:

    • Will the feature be useful for (or used by) a sizable majority (60%+) of users
      e.g. media management capability
    • Will the feature be used by only a significant minority (5%+) but is mission-critical for those who use it
      Mission-critical is defined as a feature without which the whole premise of the site of community (that uses the feature) will fall apart. e.g. activity widgets, facebook likebox, Genesis connect etc are not mission-critical but multisite, multilingual and hierarchical groups are
    • Do we need the feature for strategic reasons
      i.e. for marketing, competitive or usability reasons, e.g. new user activation workflow revamp
      Passing any one test should put the feature on the roadmap. If multiple tests are passed, it should be a priority.
    #180509
    SK
    Participant

    @mercime P.S. In the survey results you’ve posted http://mercime.github.io/buddyPress-2014-survey-results/index.html (awesome job by the way), when 62.31% people list Responsive and 41.33% list Responsive, mobile-first as their Preferred BP Theme Features, to which specific aspect do you think they are referring?

    #180503
    aces
    Participant

    @pswanson22
    https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/ has the following:

    Set which blog ID BuddyPress will run on:
    define ( ‘BP_ROOT_BLOG’, $blog_id );

    Where $blog_id is the actual blog id number…

    #180491
    thatmtnman
    Participant

    thank you buddyboss! How much ram do you feel would be adequate.

    I guess the other thing is, a CDN is going to be acting like a cache, and so, since a buddypress site can’t use cache any way (or it serves stale content) things like W3 etc should not be part of the install?

    cheers

Viewing 25 results - 17,076 through 17,100 (of 68,985 total)
Skip to toolbar