Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,101 through 18,125 (of 68,987 total)
  • Author
    Search Results
  • #174894

    In reply to: Registration page link

    @mercime
    Participant

    @sanjusmit What have you done so far in setting up BP site? Have you allowed registration in your installation via Settings > General? Have you gone to Settings > BuddyPress > Pages and assigned a Page to Registration?

    #174893
    alealealeo
    Participant

    @shanebp

    1- I do understand this, but if you change a filter and use it like that for a while, and then want to change it again, your existing data will stay unchanged. To me the solution is to not have a filter for things that won’t be able to be manipulated later on.

    2- Building dynamic strings may be ever so slightly slower, but it’s the reason I love WordPress – To have the power to easily and dynamically change data.

    The main reason I want to make changes to the code is because BuddyPress currently provides a specific way to output things, example:

    “Author Name posted an update in the group [group avatar] Group Name, 14 hours, 00 minutes ago”

    A: None of the links have a class set (except for the time) Meaning that I can’t add CSS to increase the size of “Author Name” without affecting “Group Name” and vice-versa. So I was trying to manipulate the filter to add a class.

    B: I want to change the order of the output, for example if I increase the size of the group avatar I would want to move it from where it is completely. Not very flexible for people who want to make the line work/look a certain way.

    Another example of this problem is the avatar sizes:

    If you define the avatar sizes, example:
    define ( 'BP_AVATAR_FULL_WIDTH', 300 );
    any avatars from activity/groups previously created will still use the old avatar size.
    So if you set it to 300, and then I want to change it in the future to 100 and change the design/CSS, all the existing activity will still show 300 and look bad with the new CSS.

    WordPress works this way to with image thumbnails, however, you can force a regeneration of them using a plugin.

    In short, I am finding that BuddyPress is a great plugin but it seems to me that for the activity (the most important aspect of the plugin) you are stuck into using/showing it how the BuddyPress developers decided was the best format/look, because changing it via filters will result in headaches if I install my custom filters on a site with existing BuddyPress data.

    If there were a way to regenerate the activity database to update everything with the filters/sizes set, that would solve most of the more obvious problems.

    #174889
    hughshields
    Participant

    To be more specific:
    I use BP Registration Options to approve new users in order to keep a clean member profile directory with completed profiles and avatars. The only problem is that the member count on the Member Directory page is not updating.
    Any insight into how Buddypress adds to the member count. I believe it is when a new user logs in for the first time but I cannot locate the code to figure out why it is broken.

    #174883
    lz430
    Participant

    I do have the BuddyPress to WordPress profile syncing enabled. I did add the code above as you suggested, however it doesn’t list the correct profiles.

    #174877
    alealealeo
    Participant

    But strictly speaking, it doesn’t seem like a bug, it seems like it was intentional way of working.

    Can a BuddyPress staff member confirm there is nothing we can do about this in the current version? Is there any way to rebuild or regenerate the data to use filters/code alterations?

    When you save activity data to the database, surely the “translatable/filterable/variable” parts of strings (such as “X posted an update”, etc) wouldn’t be included and would be put together using functions?

    The way it is now (and without being able to rebuild) customizing the plugin seems strictly limited by nature.

    #174868
    @mercime
    Participant

    @alleycakes add the following to your stylesheet

    #buddypress input[type=”submit”],
    #buddypress input[type=”submit”]:hover {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    }

    #buddypress .standard-form div.submit {
    padding: 0 !important;
    }

    #buddypress .standard-form div.submit input {
    margin-right: 0 !important;
    }

    #174866
    @mercime
    Participant
    @mercime
    Participant

    @gaurav190092 Not sure why that’s happening in your installation. WP/BP versions? Theme used? Plugins activated? Have you done some basic troubleshooting like deactivating all plugins except BuddyPress and changing to Twenty Twelve theme?

    #174864
    danbp
    Participant

    You have %d new message from %s

    This string is not in 1.8.1 but in 1.9 beta (pot file:4168).

    You can see/compare that yourself from the trac:

    https://buddypress.trac.wordpress.org/browser/tags/1.8.1/bp-languages/buddypress.pot
    https://buddypress.trac.wordpress.org/browser/tags/1.9-beta1/bp-languages/buddypress.pot

    #174862
    @mercime
    Participant

    @alealealeo suggestion: file new ticket at https://buddypress.trac.wordpress.org/
    log in using WP username and password.

    Shmoo
    Participant

    @ypswytch

    Don’t hold back on posting more code-snippets on here 🙂

    It’s still not 100% what I was hoping for but at least I’ve removed the default ‘ XX time ago ‘ string.

    I can’t believe how difficult it is to customize the Activity-stream against ofter BuddyPress functions. The Activity is BuddyPress’ backbone that connects everything together but there are barely template_tags(); available to use.

    Look at this, those are 5 different activity_items who are all getting included by a single template-tag(); called bp_activity_action() how could you ever make HTML and CSS around something like this?

    – User_Name
    – Activity_Type
    – User_Avatar_Small
    – Activity_Type_Title
    – Activity_Date-/Time

    activity not easy to customize
    .
    sloppy scoure activity buddypress

    #174852
    aces
    Participant

    @rimoreno

    Please don’t hijack other people’s topics, especially when they are so ancient.

    There is a a way to add the username on the second link down on my post: https://buddypress.org/support/topic/dashes-in-usernames/#post-169926.

    If your issue is about buddypress removing hyphens then it looks like it will be fixed for bp 1.9 due quite soon – See the last post on the first link for more info…

    #174851
    shanebp
    Moderator

    >I have tried adding the “type=”alphabetical”

    It should be
    if ( bp_has_members( 'type=alphabetical' ) )

    When doing that, you should enable BuddyPress to WordPress profile syncing
    via Dashboard > Settings > BuddyPress > Settings

    galawa
    Participant

    Hi,
    i was thinking if there is a plugin for chatting like that of facebook,skype or yahoo messenger where it shows some one if he is writing or not.
    i was thinking if there is a plugin for an audio and video call. is there?
    also a plugin for a group chat.is there?
    Do buddypress have such a plugin?
    what about the plugin for connection, like people you may know just like Facebook?

    #174841
    Shmoo
    Participant

    I guess loading-times will always be a problem because i’ve never seen a BuddyPress website that loaded regular speed..

    #174840

    In reply to: User calendar

    aces
    Participant

    @formbi
    https://wordpress.org/plugins/events-manager/ supports buddypress according to it’s feature list…. although I haven’t tried it.

    #174829
    Shmoo
    Participant

    What do you mean by change this to a different page ?

    You can change the layout of the profile-page and change it to what ever you want it to look like.
    If you wanna change this page you can look in the template files..

    Theme Compatibility – Customizing

    Or redirect it to a complete different page ? – but why would you do that, if somebody clicks on a name it expects to go to the profile-page and not to a blog-index for example..

    #174823
    Adhitya Fernando
    Participant

    Hi Hugo, thanks you so much for your kind reply.
    At the time I created this post, my Buddypress template is “messed up” in every browser.
    Then I tried to solve it, I deactivated some plugin and found that it seems there is a conflict between several plugin with Buddypress.
    After that, my BuddyPress already get well again..

    Thank you so much.

    #174822
    bartom34
    Participant

    Hi all,

    Could I use this piece of code in the current BuddyPress version ?

    I want people check-in my Custom Post Type “beer” when they register a activity.

    Thanks for your help,
    Tom

    #174821

    In reply to: 1.9 Beta testing

    Hugo Ashmore
    Participant

    Not sure of the problem, but it sounds plugin related if only happens when posting to social networks, so may not necessarily be a BP issue, but with possible issues with BP betas please post to https://buddypress.trac.wordpress.org/ using your user account login with full steps to reproduce; posting in the support forum will just get lost.

    #174818
    SK
    Participant

    @boonebgorges talks about some of the ugly and unscalable joins here

    #174817
    SK
    Participant

    @synaptic

    a fragment caching system

    I totally agree with you, and would love to see fragment caching in BuddyPress (or more generally in WordPress)

    That being said, if WordPress doesn’t include caching in core, it’s highly unlikely that BuddyPress would. If you created a ticket for this in Trac, it would probably quickly be closed as plugin territory.

    The quickest way of getting this implemented would be to convince the author of FragmentCache or Fragment Cache or Redis cache to add support for BuddyPress.

    Prince Nerd
    Participant

    @galawa Greetings, I haven’t had time to look over these, but figured it may be worth sharing. I was searching earlier today and came across one that was said to be the best chat plugin; however 100 tabs of browsing later and I can find it 🙁

    I have tried a few plugins that this site recommends and they have been helpful: http://www.designrazzi.com/2013/free-wordpress-chat-plugins/

    Just a second option; haven’t tried any:

    http://www.freebiewebresources.com/2013/05/best-wordpress-live-chat-plugins.html

    I’m still working out some basic BuddyPress issues so please let me know which one works the best for you. Hope this helps and thanks

    #174807
    Jigesh
    Participant

    @afercia, Hurray! finally i solved this,

    here is the solution on my blog:

    http://itinnovator.co/discussion/subject/buddypress-live-notification-unexpected-token-or-wpdbprepare-error-solved-3

    Hope this helps someone. thanks.

    #174798
    @mercime
    Participant

    @harpeml what would you be using it for? You could check out how TinyMCE’s added to screen at https://wordpress.org/plugins/buddypress-docs/

Viewing 25 results - 18,101 through 18,125 (of 68,987 total)
Skip to toolbar