Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 16,676 through 16,700 (of 73,981 total)
  • Author
    Search Results
  • #245666

    In reply to: 4th type of Group

    danbp
    Participant

    Have you read here ?

    Group Extension API

    #245657

    In reply to: Likes don’t show up

    danbp
    Participant

    BuddyPress doesn’t use likes. This is probably due to a plugin.
    Test first with twenty fifteen, and if the issue is still in, ask the plugin author.

    #245650

    In reply to: Creat Group Problem

    Crish
    Participant

    Yes , I already check in admin , there is no any page is created. But same buddypress plugin i have try in local and there is also not required to create page. but working in local.

    I also try with deactivate all plugins but not found problem.

    If Did you have any strong solution for that then please describe it here…

    #245649
    webguru13
    Participant

    Thanks I read the links but am still somewhat confused….I am going to have to dig…I am use to it as I have done ALOT of digging while learning both wordpress and buddypress…I am a little confused on what that link is explaining…I guess what I was trying to get at that if I am going to show up I would at least like it to label me as admin and where do I set up to be able to moderate things on the site…especially the forum but on buddypress as well…I want to be able to moderate for any abuse, language, etc but first and foremost I want to see myself labeled on there as the administrator…Rhonda

    #245648
    Venutius
    Moderator
    #245646
    Venutius
    Moderator
    #245643
    shanebp
    Moderator

    Does the followers plugin extend activity types by registering their type?
    If not, you’ll have to do it yourself.

    Add custom filters to loops and enjoy them within your plugin

    #245642

    In reply to: Creat Group Problem

    Crish
    Participant

    hi,

    I have try with permalink but not working, still same problem.

    And I think no need to create page in admin for create group , it’s directly provide by Buddypress plugin.

    If not then how can i create page for that , can you assist me.. ?
    I am using theme jumpstart.

    Waiting for your reply.

    Thanks,

    #245639
    Henry Wright
    Moderator

    One additional feature I was thinking about, a bit of a leap, would be that ability of the user to configure their own user group to send mentions to, a subset of their friends that they may wish to send shouts to.

    Setting up arbitrary groups of members is a good idea, but I think that functionality should belong in a separate plugin. This plugin just hooks into existing collections of users such as friends, mods, group members etc.

    Also, currently the notification message includes the text @group, I was wondering about removing this to enable to nicer formatting for the message.

    The notification text can be localised using a language file. See the Customizing Labels, Messages, and URLs article for info on how you can do that.

    #245636
    danbp
    Participant

    xprofile component use his own tables:
    _bp_xprofile_data
    _bp_xprofile_fields
    _bp_xprofile_groups
    _bp_xprofile_meta
    See here for detailed structure: https://codex.buddypress.org/developer/buddypress-database-diagram/

    Somehow related to your question, this topic who explains how to use bp_update_user_meta (update_user_meta belongs to WP)

    #245634
    danbp
    Participant

    @jmunce, nice extension effort ! Why not contributing to BP’s codex ?

    An answer to your question:
    https://buddypress.org/support/topic/my-contributions-tab-with-subtabs/

    Note, related to ” the right way”: BuddyPress is filtrable to 95% (or so).
    https://codex.buddypress.org/type/action/
    https://codex.buddypress.org/type/filter/

    #245633
    Mahendra
    Participant

    i have use buddypress-activity-plus plugins in my site.

    i want to upload my video and share user activity.

    #245631
    Mahendra
    Participant

    Hello Friend ,

    Please help me,

    I want to user activity share in buddypress

    like any user upload image and i want to share this image in my activity…

    #245632
    Mahendra
    Participant

    Hello Friend ,

    Please help me,

    I want to user activity share in buddypress

    like any user upload image and i want to share this image in my activity…

    #245622
    JMunce
    Participant

    @danbp and @shanebp

    Working on a tutorial for people unfamiliar with BuddyPress on one of my blogs: http://blogunity.net/front/how-to-customize-your-buddypress/

    Obviously just a work in progress but I think it will help introduce the task. Any thoughts welcome.

    #245620
    JMunce
    Participant

    @danbp This is just an idea, but maybe it would be possible to harness the power and motivation of us bunch of developers who want to work on additions to BuddyPress but don’t know our way around the BuddyPress code if one of you guys responsible for the code were to do a basic YouTube video where you just, say, set out to make 3 changes to it (maybe along the lines of whatever people are requesting the most), then just looked at the page before, went into the code and found that, made the edit, then returned. Even though the actual code might not be useful for what others are doing, just seeing what it looks like when you do it and getting a feel for someone navigating the code / editing it may give us a good footing?

    #245619
    shanebp
    Moderator

    It can be bit confusing at first.

    The profile templates are here:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\profile\

    Don’t edit them.
    Create template overloads and edit those.

    #245618
    JMunce
    Participant

    Hi @danbp and thank you for responding.

    I had been searching the files inside the plugin, trying to find one that directed the layouts so I could edit that. I figured I would back up the entire plugin, then make notes on the files I was going to edit, then edit them and add comments so I could move my edits to future versions.

    I tried searching for page elements, like ” Editing ‘Base’ Profile Group ” which appears on the profile/edit page, but when I tried searching “contents of files, too” I didn’t come up with anything. Maybe you or someone has some suggestion for a good program to drop the files into so I can “search file contents”? I also tried “inspect element” and searched some code there but wasn’t successful. (I’m not a veteran coder by any means — self-taught and have only coded 3 or 4 websites ground up, so there’s a lot I’m not aware of from the coder world).

    Thanks for providing that resource. That will be useful when I need to build something with BuddyPress code. I think for editing the existing code though I need to try to find the files that match up with the BuddyPress pages (profile / profile/edit / etc).

    #245616
    Vintagepornbay
    Participant

    si captcha is a good plugin but it looks doesnt good, I already use google recaptcha but it doesnt work for buddypress.

    #245610
    Venutius
    Moderator

    This advice I got from William helped me change the text of the Registration page, I’m sure it will work you change other text messages in Buddypress:

    This article may be of help to you to change that text http://premium.wpmudev.org/blog/make-your-wordpress-site-buddypress-ready/

    Or you can use this one too with a plugin: https://webdevstudios.com/2015/06/02/creating-custom-templates-for-buddypress/

    shanebp
    Moderator

    You are registering your stack in a filter and overloading all templates.
    I’m not sure if this will solve your Load More issue, but have you tried this approach?

    Template Overload from a Plugin

    #245603
    danbp
    Participant

    Hi,

    before finding something, you have to search. What do you search ? Nobody knwos ! 😉

    Generally, custom work in Bp is done around template files.
    bp-templates/bp-legacy/buddypress/

    Custom code can be added via bp-custom.php (you have to create this file manually and install it in wp-contet/plugins/ folder

    And here a good ressource to search (if you know what) and to get any needed information around that search: http://hookr.io/plugins/buddypress/#index=a

    Another tool to use locally and which can be helpfull is notepad++, which has an incredible built-in search engine. But like with the online tool, you have to know what to search.

    #245592
    JMunce
    Participant

    Just an update on this thread.

    At the moment, there aren’t any plugins for this. The BuddyPress Like plugin is broken (it breaks WordPress themes on install and isn’t being supported). I tried others as well. The BuddyPress Compliments seems like a great plugin, but only allows users to compliment other members (not compliment posts). It’s interface and options, useability is great though.

    It does what many people are requesting (on WordPress as well as this forum): lets people add “likes” to posts AND lets people customize the button that does the “liking” (I mean you can name the object and set an image for it).

    Is there any plans within BuddyPress to add a “like” function (which tallys the likes on posts)? (If so, Compliments is a great model.)

    Screens of BuddyPress Compliments:

    View post on imgur.com

    #245589

    Figured out the solution to change the background of ‘ADD FRIEND’ in the Members Directory.
    If anyone needs to figure this out, just cut & paste this in the bottom of your style.css file
    and change the background accordingly.

    #buddypress ul.item-list li div.action {
    position: absolute;
    top: 15px;
    right: 0px;
    text-align: right;
    background-color: rgba(236, 236, 236, 0.01)
    }

    #245587
    Henry Wright
    Moderator

    Yeah bbp is usually the prefix used for bbPress functions, so when you see it, think of bbPress. BuddyPress uses bp instead.

    Also, just to add, when you see a prefix preceded with an underscore _ such as _bbp_activity_id, it usually means that particular function or variable is intended for internal use, and isn’t really part of any API offered. However, it is just a convention and not all plugins stick to it.

Viewing 25 results - 16,676 through 16,700 (of 73,981 total)
Skip to toolbar