Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 31,876 through 31,900 (of 94,540 total)
  • Author
    Search Results
  • #164938
    Ben Hansen
    Participant

    Which is not terrible of and by itself (these are BP-compatible plugins for WP). But I agree, there needs to be a way to separate out “Plugins for BuddyPress” (things that actually extend the functionality of BuddyPress) from “WordPress plugins that work with BuddyPress”

    i’m pretty sure that’s what the plugin modemlooper made does:

    https://wordpress.org/extend/plugins/buddyplug/

    #164935
    nomad-one
    Participant

    I’m having same problem, driving me absolutely nutty and hardly a thin gout there about how to fix it. I’m quite desperate for a solution. My feeds from my buddypress install work on other sites outside of buddypress, sometimes

    it seems to change all the time

    Additionally sometimes when adding the feed url wordpress adds in /activity/ into the feed url without asking 🙂 feeds that work one minute don’t the next

    CraigM1970
    Participant

    Hi, I’m using WordPress 3.5 with Buddypress 1.6.2, and BBPress 2.2.3 for site-wide forums. I don’t have any groups or group forums – all forums and topics are site-wide.

    This may be a bug, but I thought I’d ask here first. A couple of topics have now reached 1000 posts / 20 pages. For those topics, and those topics alone, in the activity stream and in the recent posts widget the links to the posts are incorrect. They drop the /page/20/ part of the URL so people are taken to the first page of the topic. All links and all other topics still work fine.

    Also, when people post a reply, they then get sent to the first page of the topic, although their reply is fine, but is on page 20.

    Any ideas? Is there some sort of limit re topic replies that get_permalink can handle maybe? I’m just not sure where to start looking.

    #164928

    In reply to: User Avatar

    SK
    Participant
    #164927

    Topic: Who's online?

    in group forum Requests & Feedback
    SK
    Participant

    “Online now” would be a good feature to have.

    There are 2 aspects to it:
    1) @username is online now (on the username’s profile page, card etc)
    2) Who’s online now filter for member directory.

    There would ideally be 2 checks built into the function:
    1) Has admin of community disabled this feature – not all communities may want or need it.
    2) Has username turned this feature off in her profile? Some users may want to work stealthily even if admin has enabled this feature.

    There is a ticket for it https://buddypress.trac.wordpress.org/ticket/5007
    (I know the developers can see the ticket in Trac and there’s no need to duplicate a discussion here. But most BP users never visit Trac, so posting this here to see if there are multiple perspectives on this)

    #164925
    SK
    Participant

    60% of the plugins listed here https://buddypress.org/extend/plugins are not really BuddyPress plugins

    Which is not terrible of and by itself (these are BP-compatible plugins for WP). But I agree, there needs to be a way to separate out “Plugins for BuddyPress” (things that actually extend the functionality of BuddyPress) from “WordPress plugins that work with BuddyPress”

    prn86
    Participant

    I’m new with BuddyPress and sorry for my english, I have a problem, I downloaded BuddyPress Template Pack under bp.css, practically I want it to show correctly the widgets that are now being shown below BuddyPress
    how to solve?
    thanks

    EDIT – deleted long blocks of code
    ~~~ mercime

    #164922
    Lost Traveler
    Participant

    Good Morning,

    This is my first time posting, please accept my apologies in advance for any unintentional mistakes are made, I will do my best not to repeat them-:)

    I have searched all over, and have tried to look over all the necessary files in Buddypress 1.7.1, to figure out where and how the, input values, from profile field, on the register page get registered in the ..xprofile_data Table in the BP database.

    I have gone over the code for register page, and noticed the function in value, value="<?php bp_the_profile_field_edit_value(); ?>"is run, in the xprofile_template file.
    And I am thinking the input value is being returned from the server via the” ‘field_’ . $field->id” variable.
    But from there on I can’t seem to make the connection how the input value gets transfered into the ..xprofile_data Table in the BP database from the mentioned function above.

    I hope I made sense there, please let me know if I need to be more clear with my question. And any help will be greatly appreciated here, as I have finally given up after much of my valuable sleep-:)
    Thank you.

    #164919
    dowy
    Participant

    Hello,

    Im using BuddyPress in my site, it’s intergrated in my theme, so i have a problem, i want to change font color in profile information fields. Well the image is below.
    The problem is that it’s hard to see the text, and i want to change color to dark, or something to solve the problem, thanks. 🙂

    Image and video hosting by TinyPic

    jakobhans
    Participant

    @mercime I deactivated the BuddyPress plugin and it worked fine with the WordPress default registration page (the one that looks like the login page). I’m looking for the whole process to detect if it’s looking for some cookie or something that the system is handing the client when logging in… Any ideas?

    #164915
    kizmark
    Participant

    Hi, I’m new to wordpress and as well as buddypress. Though I am currently building a social site with wordpress I’m in doubt if this profile I’m building is possible..
    please visit this static html for my profile template, http://goo.gl/GXIvs

    as you can seee, in every user profile.. it has to be public and contain’s it’s custom info (done that). Is this possible to to show the user’s post? .. please give me some advice/hints on how will I start this profile system via buddypress. http://goo.gl/GXIvs

    angelladesigns
    Participant

    We use shortcodes on my site and this causes the posts in the activity feed to show a blank div. We do use the excerpt for an image, how can I have the activity feed grab the except or display the short codes?

    Featured Designs

    1. Which version of WordPress are you running?
    3.5.1

    2. Did you install WordPress as a directory or subdomain install?
    subdomain

    3. If a directory install, is it in root or in a subdirectory?

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    Not sure

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    Yes

    6. Which version of BP are you running?
    1.7.2

    7. Did you upgraded from a previous version of BP? If so, from which version?
    Not sure

    8. Do you have any plugins other than BuddyPress installed and activated?
    Yes

    9. Are you using the standard BuddyPress themes or customized themes?
    2012

    10. Have you modified the core files in any way?
    Added Style to member-header.php

    11. Do you have any custom functions in bp-custom.php?
    yes`function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
    }
    add_action( ‘bp_init’, ‘remove_xprofile_links’ );`

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    2.3.2

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting?
    hostmysite.com

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Linux

    joejozwowski
    Participant

    Is it possible to do the following the built-in Who’s Online widget:
    Add a class to each avatar so that I could style different color borders to represent roles; Red = Admin, Blue = Editor, etc.

    Is there already a plug-in that does this?

    @mercime
    Participant

    I do not find any issue in joining a private group via the private group’s home page or joining private groups via Groups Directory page or the Private Group’s home page on default installs. https://codex.buddypress.org/user/buddypress-components-and-features/groups/how-to-join-a-private-group/ on Twenty Twelve theme.

    Marj Wyatt
    Participant

    Buddypress version: 1.7.2
    WordPress version: 3.5.1
    Theme Framework: Genesis v1.9.2 custom theme
    Development URL: http://creativeconundrum.com/kristen2

    During the past 2 days, I’ve uninstalled BP Compatibility Pack and re-worked my site to use the built-in compatibility for my Genesis Custom Theme. Aside from having to re-write a lot of CSS to make thinks look as good as they used to, everything is working great, Wishlist Member and all … although I don’t have that many plugins installed. (smile)

    Aside from CSS re-work (ugh!), the only core customization that I have in place is what I posted to this thread:
    http://buddypress.org/support/topic/wp-search-results-page-kills-bp-member-widgets/

    The template modifications were done by moving the template files from bp-legacy to my child theme folder, as was recommended to do by this site.

    I noticed that the page titles changed in this process and this seems to be a core buddypress title that is displayed. For example, when the BP Compatibility Plugin was enabled, the Members page had a title of “Members Directory. Now it just says “Members” and I liked the idea of it being a Directory. Yes, I could rename the page title for the menu but when folks get to the page itself, it will still say just “Members.” Genesis has many filters for modifying these sorts of things so you won’t have to change the code. Does Buddypress?

    Is there a hook/filter that I can use to change these default titles?

    Another thing that I noticed is that there is a new button to the left of the title for creating a group. What is the intention of this button? It seems redundant, since a user is already being walked through the group creation process. Is it safe to remove that button?

    Lastly, while the extended profile feature gives user control to what is visible, the default is “anyboday” and I don’t know where that is set or how to change it. I’d like it to be set to private and allow the member to choose what is public and to whom because, on this site, we are capturing a lot of extra information after their registration is approved and people are sensitive.

    Additionally, this form itself is not very pretty when you have a lot of fields on it. Have you ever heard of anyone using Gravity forms to improve the styling & layout? Is it possible to “hook” into the profile update features via Gravity Forms with the User Registration addon and keep the visibility options available to the user? I have asked this of Gravity Forms through a priority support ticket and they came back with a “we need to escalate this” sort of answer so I thought I would look here for tips and advice.

    Whew! Sorry for the tome…

    #164892

    In reply to: Disable WP.COM

    bp-help
    Participant

    @jaavid
    I personally have not tested this for removing gravatars but you could try it:
    http://bp-tricks.com/snippets/completely-disable-the-use-of-gravatars-on-your-buddypress-site/

    #164890

    In reply to: Disable WP.COM

    Ben Hansen
    Participant

    ah well that would be gravatars most likely, i do not know how to remove them from buddypress but perhaps someone else does.

    #164889

    In reply to: Privacy in BuddyPress

    bp-help
    Participant

    @janogu
    BuddyPress now has profile privacy built in for individual field visibility. BuddyPress Activity Privacy plugin is great at controlling who see’s individual activity posts. https://github.com/bphelp/private_community_for_bp does a decent job of locking down BP pages for logged out visitors. BuddyMobile is great for providing users of mobile devices an app like version of BP. So in conclusion I would say BP privacy has come along way since 2010. It would be nice if more of those features were built into the core in future versions but I am not sure that it would be something the core team would undertake at this point in development. The plugins I mentioned are in the repository with the exception of Private Community For BP in which I provided the GitHub link. Hope this answers your questions. Cheers!

    #164882
    janogu
    Participant

    This is from a review of the buddypress in 2010

    “Buddypress is a good social plugin for wordpress. If you do not need privacy you could go with buddypress. Otherwise I would suggest to search for a system with privacy as a core functionality.”
    http://blog.rainerwanner.com/2010/02/test-of-buddypress/

    How is it today when it comes to privacy?

    I also wonder if BuddyPress has an application that can be used on mobilephone?

    #164880

    In reply to: Disable WP.COM

    jaavid
    Participant

    i use buddypress on my site blablabla.com
    my site load something (like default avatar) from i0.wp.com
    but my site users can’t access wp.com…

    #164877
    WordBuddyPress
    Participant

    I combined my theme with the twenty twelve theme and found out that the error is in the functions.php file. It was because I added the snippet “remove private from post title” I fount on CSS tricks

    veedubdev
    Participant

    Hi,

    1. I need advice about how to change the background color of the message box in WordPress-Buddypress media / photos area?
    Currently, there’s a yellow color as the background of the message, e.g. “Sorry, no videos were found”.
    2. Is it possible to make the actual photo will open in the thickbox after the user clicked the thumbnail?
    3. Also, how to redirect the user (after they login) to the media / photos area rather than to Profile?
    Please advice, thank you.

    #164871
    WordBuddyPress
    Participant

    @mercime I made my own theme. I also tried using the page.php from the twentytwelve theme but that didn’t work either even though if I activate the twentytwelve theme everything is fine.

    #164868
    chanchunghoi
    Participant

    not only member’s profile, all buddypress extra link got problem. On linux system, the URL rewrite is handled by .htaccess, but on windows system, URL rewrite never work for buddypress.

    #164867
    Gagan Deep Singh
    Participant

    @jamie771 : Not tomorrow, but by the end of this week, this bug will be fixed. There are few more modifications going on in this plugin which needs to be completed before its new version is finalized. You can see what development is currently going on in the plugin on Github Commit history

Viewing 25 results - 31,876 through 31,900 (of 94,540 total)
Skip to toolbar