Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,876 through 5,900 (of 22,621 total)
  • Author
    Search Results
  • #238530
    shanebp
    Moderator

    You really should ask the plugin authors this question using their support forum:
    https://wordpress.org/support/plugin/bp-registration-options

    I’ve never used their plugin, but do you have ‘moderation’ turned on?
    From their readme file:

    * Hide “Person became a registered member” from activity stream if moderation is turned on until person is approved.

    This will prevent new registrations from showing in site activity, regardless of whether you’re using their plugin… but maybe you need something else?
    remove_action( 'bp_core_activated_user', 'bp_core_new_user_activity' );

    #238508
    danbp
    Participant

    Hallo,

    you can post here on BP Job Board forum or/and on Jobs WordPress.

    Additionnal information here:
    https://buddypress.org/support/topic/job-posting-guideline/

    #238502
    IHaveToDoThis
    Participant

    Hey there!

    Welcome to the BP community, I hope you decide to take the dive. I was where you are about three months ago. Though I’m not an expert, I can offer a fellow newbie perspective after a couple of months in.

    1. Yes, if you mean can you have your activity feed as your homepage. Though if you want it to look like facebook or twitter color and layout wise you’ll have to look into a fb/twitter type of theme. (google wordpress themes or wordpress premium themes if you don’t mind paying)

    2. You can send a friend request. If you want to add a follow button, you’ll have to look into plugins. (google wordpress plugins)

    3. Nope, but that’s again where a plugin can help you out. I use Hashbuddy. Works perfectly.

    4. Again a plugin. Usually a sharing one you’ll have embedded in your pages, post or activity feed. BP doesn’t come equipped with photo/video support, so plugin. I use Activity Stream Plus and Mediapress is pretty comprehensive although it’s still in/just coming out of beta.

    5. And yes, you can set this option in your BP settings so every user can create groups.

    Hope this helps! I know it can be a daunting and overwhelming start with so many options out there. BP is pretty easy to learn and pretty solid right out of the box. Add some plugins to give it polish and its a real nice product. Make sure you google themes and plugins to get a good idea of what’s out there. Best of luck to you!

    #238497
    Henry Wright
    Moderator

    Hey @mcpeanut!

    The pandemonium is rarely related to WordPress core or BuddyPress core (the core devs usually issue a fix before we even know there’s a problem). So it’s a great idea to keep up to date as you’ve already mentioned.

    The tricky part arrives when we look at plugins. Whilst WordPress does everything it can to make plugin developers aware of security issues, fixes are ultimately down to the plugin author. It’s always a good idea to use plugins that are activity maintained and supported. The same could be said for themes actually.

    #238489
    shanebp
    Moderator

    $memberArray = get_users( 'fields=ID' );
    https://codex.wordpress.org/Function_Reference/get_users

    #238488
    danbp
    Participant

    Thanks @mcpeanut,

    By default, WordPress is automatically updated when a security release is commited.
    All my sites are already patched.
    Probably yours also. 😉

    If you’re a network user, sub sites ARE NOT automatically updated, so you have to check this manually. Normally this is mentionned on your network dashboard.

    #238485
    mcpeanut
    Participant

    @danbp hey dan their seems to also be a very big risk with the wordpress commenting system that i have come across from various wordpress expert groups on fb today, and i believe that wordpress are refusing communication on this matter, please take a look at these 2 links, this could affect anyone using the commenting system with buddypress installs too.

    below is a fix that has been found

    https://blog.anantshri.info/temp_fix_wordpress_comment_xss

    and this is a video showing you the 0 day exploit being executed used and tested.

    video doesn’t seem to format here properly i suggest doing a youtube search for it

    #238479
    @mcuk
    Participant

    I’ve seen a few places mention this plugin:

    https://wordpress.org/plugins/wangguard/

    (not actually used any myself as site isn’t live yet)

    #238465
    danbp
    Participant

    WordPress use Gravatar like BuddyPress.
    When BP is activated, it let’s you manage your avatar from the profile.

    WP is using get_avatar and BP substitute it with his own code for internal purpose.

    Bp-avatar-suggestion let the site admin add an avatar bunch of pictures where users can choose from instead of uploading their own image. And yes, all avatars (wp/bp) are concerned, even if in fact it is the same thing.

    FYI the ‘white figure on grey background’ is called Mystery Man in WP jargon. 😉

    Also, Gravatar is an external service and on some config, this can slow down a site. Nothing new, it’s the case for any external service (js, font, cloud, social share, etc)

    By using the define, you deactivate the call to external gravatar service, and BP fires a local copy of the mystery man. Deactivating Gravatar will also deprive the people who use the service to get their usual picture on your site. It’s not an innocent decision.

    Be aware also that the empty option (in wp default avatar setting) is a blank image (and not an empty space), which is also fired by Gravatar.

    World isn’t perfect. 😉

    #238444
    @mcuk
    Participant

    Thanks @henrywright! I’ll stick with add_filter('bp_core_fetch_avatar_no_grav', '__return_true'); then if it’s all I need to stop the Buddypress calls. What is it that WordPress calls for? Are you referring to the default ‘white figure on grey background’? Or does WordPress also check for a Gravatar in similar way to Buddypress. (I don’t currently use Gravatar).

    Hi @djsteveb , I came across some of those posts you listed which is actually what got me thinking about it in the first place :). I’m trying to be as transparent as possible on user privacy/data on the site I’m creating. Searched the forums a little further and some of the threads are v old so thought I’d check if the stuff there was still applicable or had been deprecated.

    Hi @danbp, thanks for the plugin suggestions. I’ve come across a few Buddydev plugins and will probably use their ‘bp-activity-comment-notifier’ plugin since they aren’t part of Buddypress default currently. Trying to keep plugins to a minimum early on.
    With regards to the ‘bp-avatar-suggestions’ plugin (which you appear to have inspired), does that override any WordPress calls Henry mentioned above since you are using your own locally stored images? (similar I guess to the new user Twitter eggs)?

    #238439

    In reply to: Move member search bar

    danbp
    Participant

    Search your theme documentation about CSS modification and how to use a child-theme.

    From within the child, you can then modify CSS without loosing your changes after a theme or a BP update.

    Read also BuddyPress documentation:

    BuddyPress Theme Development

    #238434
    danbp
    Participant

    Thank you for the information.
    BP dev’s already handled this issue.

    BuddyPress 2.2.3 – Security Release

    Latest updates avaible:
    WordPress 4.2 & BuddyPress 2.2.3.1 & bbPress 2.5.7

    As usual, you’re invited to update your install as soon a security version is avaible.

    #238432
    danbp
    Participant

    @arturamirov,

    you can translate online from here:
    https://translate.wordpress.org/projects/buddypress/2.2.x

    BP zn_CN is translated to 46%, Ukrainian is actually not translated.

    You can contact the chinese team here

    Translation Teams


    and the ukrainian here

    Домівка

    Henry already provided you other information you have to read now.

    #238431
    BewitchingFiction
    Participant

    Hi @danbp,

    I have a page called ‘groups’ I have permalinks activated and the slug for the groups page is:

    http://www.bewitching-fiction.com/groups/

    I have no trash, the only pages I actually have on the site that are WordPress are related to the blog, there are just 7 pages in total on the whole site 🙂 I believe in minimalism.

    #238423
    caniwigirl
    Participant

    Thanks @danbp

    I’ve just tried it on twenty thirteen (the latest update yesterday) and the groups work perfectly, even for my test user who is a forum participant and contributor for WordPress AND member of two hidden groups. I had tested it previously, but it did’t work on the previous version of the theme. I didn’t even have to deactivate any plugins.

    I then tested it with all the themes from 2011-2015 and they all work too.

    So… It looks like I need to take this back to my theme developers… Can you please give me so info that I can relay to them so they can get the hidden groups displaying correctly? Or, is it possible to copy the appropriate BuddyyPress files from one of the WordPress themes and put it somewhere in the child theme of the theme I am using? If so… Which ones and where would I find them?

    The theme I am using integrates BuddyPress in it, but not in any great detail.

    #238421
    Leo 777
    Participant

    Thank you very much. And what about the Chinese language
    In wordpress has Chinese. And in the Chinese language does not have buddypress.
    Where to write translations? I want to translate their own.
    I added Chinese language on the site

    #238416
    danbp
    Participant

    You can use that filter, which was introduced by BP 1.7

    See also
    https://wordpress.org/plugins/bp-avatar-suggestions/ (members+groups)
    https://wordpress.org/plugins/bp-blog-avatar/ (network)

    BuddyPress Force Profile Photo

    #238412
    BewitchingFiction
    Participant

    I have tried with multiple themes, including the 2015, 14 and 13. I am currently using Firmasite (which works but isn’t the most user-friendly in other ways). I have BBpress, Buddypress, Mailchimp for WordPress, Akismet (activated), Buddypress Group Chat, Buddypress Security Check, Jetpack. I try and keep the plugins to a minimum as my WordPress site is only used for the forums – I use efiction in a subfolder for the main part of my site.

    #238411
    Ben Hansen
    Participant

    this is really a wordpress/xampp setup issue not a buddypress thing. i can’t really help you because i never had any trouble setting mine up and i use mac anyway but you might be able to get more eyeballs on your problem by using the support resources for wordpress and/or xampp since buddypress is a sort of baby universe compared to the larger wordpress universe which contains it there are far fewer people here then there are there.

    #238408
    Henry Wright
    Moderator

    For just BuddyPress (not the WordPress side of things), see comment 4 here:
    https://buddypress.trac.wordpress.org/ticket/2367#comment:4

    #238397
    danbp
    Participant

    Check your div’s !
    Or better, faster and much easier for you if you aren’t a CSS guru, use an existing WP theme.

    We can’t assist you if you use third party premium tools or themes.
    https://buddypress.org/support/topic/when-asking-for-support-2/

    #238390
    zeesh49
    Participant

    following is the vhost container

    <VirtualHost *:1234>
    DocumentRoot “C:/xampp/htdocs”
    ServerName localhost
    </VirtualHost>
    <VirtualHost *:1234>
    DocumentRoot “C:/xampp/htdocs/wordpress”
    ServerName buddypress.local
    <Directory “C:/xampp/htdocs/wordpress”>
    Require all granted
    </Directory>
    </VirtualHost>

    and the host file:
    127.0.0.1 localhost
    ::1 localhost
    127.0.0.1 buddypress.local
    ::1 buddypress.local

    hammed4real101
    Participant

    @henry wright

    please am not a pro developer yet, am still learning.

    please, explain the steps to get that done.

    am using a wordpress theme. Thanks

    #238382

    In reply to: Let’s work together

    Marcella
    Participant

    @henrywright the post on .org got closed, they say it’s too work like…

    It was actually the nicest thread closure I’ve ever seen https://wordpress.org/support/topic/lets-work-together?replies=2#post-6872616 🙂

    #238377

    In reply to: User Role

    Henry Wright
    Moderator

    Hi @hoseke

    Assuming you’re talking about WordPress roles and not BuddyPress member types, then you can do this:

    $user = wp_get_current_user();
    $user->set_role( 'student' );
Viewing 25 results - 5,876 through 5,900 (of 22,621 total)
Skip to toolbar