Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 11,751 through 11,775 (of 69,016 total)
  • Author
    Search Results
  • #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.

    Venutius
    Moderator

    One feature of buddypress is the favourites, where posts in activity streams are remembered

    #245552
    Venutius
    Moderator

    @group did not seem to do anything, but @mod resulted in an error message:

    Warning: array_search() expects parameter 2 to be array, null given in /homepages/14/d69811276/htdocs/clickandbuilds/CanvaKalaTest/wp-content/plugins/buddypress-crowdmentions-master/functions.php on line 195

    Warning: Invalid argument supplied for foreach() in /homepages/14/d69811276/htdocs/clickandbuilds/CanvaKalaTest/wp-content/plugins/buddypress-crowdmentions-master/functions.php on line 210

    #245547
    Henry Wright
    Moderator

    @venutius you’ll need to ensure the activity, groups and notification components are all activated. Of course, BuddyPress also needs to be installed.

    Within a group, if you create an activity update or comment with the text @group, everyone in that group will get a web notification. The same goes for @mod, but in that case only moderators within that group will get a notification.

    Venutius
    Moderator

    There’s a number of 404 redirect plugins, you could check them out maybe, however in my own testing I have found a few of them to be incompatible with Buddypress – redirecting valid bp pages as well as the legitimate 404’s

    #245539
    danbp
    Participant

    @1amyone,

    you simply have to copy/paste the media url into the form.
    Note that you can only use WP’s allowed medias. See the list.

    read also about media embedding on the BuddyPress codex.

    Embeds

    #245535
    Venutius
    Moderator

    WPML seems to be the most sophisticated translation engine, however it adds a lot of complexity to the site and using it with Buddypress tends to mean you will have a slow site.

    #245518
    Henry Wright
    Moderator

    I haven’t tried it but there’s also BuddyPress Compliments.

    #245517
    Henry Wright
    Moderator

    Looks good, havenโ€™t test it yet.

    Thanks ๐Ÿ™‚

    Suggestion: a filter hook for $text in the format functions

    I have internationalised the text strings. You can localise via the buddypress-crowdmentions text domain?

    #245512
    shanebp
    Moderator

    Favorites are bookmarks, not likes.

    There are plugins for likes, such as

    Facebook Like User Activity Stream for BuddyPress

    #245505
    janvbear
    Participant

    I did a complete reinstall of WordPress, deleted all the pre-installed plugins, and added BuddyPress only.

    I checked the Membership checkbox in General Settings.

    I made sure the permalinks were set for post-name.

    I created the Register and Activate pages.

    I went to the BuddyPress settings and linked to the pages.

    They forward to the home page, still.

    #245503
    janvbear
    Participant

    I deleted the prior Register and Activate pages.

    I created a page called Tralala and made sure I could view it from the front end of the site. OK.

    I created Register and checked to see if I could view it from the front end of the site. OK.

    I added Register to the BuddyPress listing, and I can’t view it from the front of the site.

    Even when I go into the pages listing and click “view,” it forwards me to the home page of the site.

    Could the problem be that I installed BB Press before BuddyPress?

    #245500
    Venutius
    Moderator

    I get a page not found error on that link, so it means you go not have a page called register for some reason.

    This does work usually. Try going into pages and see if there is a page called register set up, IF not create that page, then link it into your menu and finally set up up as the Buddypress register page. That should do it, so long as you have got the main setting item set to allow users to register for your site.

    #245493
    shanebp
    Moderator

    You don’t need two feeds.
    You need one feed whose parameters change depending on user level.
    Create a template overload of the activity-loop template.
    Add some conditionals to create parameters.
    Use those parameters to filter the loop.

    Or use bp_parse_args.

Viewing 25 results - 11,751 through 11,775 (of 69,016 total)
Skip to toolbar