Search Results for 'buddypress'
-
AuthorSearch Results
-
October 18, 2015 at 5:10 am #245632
In reply to: Can I @everyone when I message?
Mahendra
ParticipantHello 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…
October 17, 2015 at 9:30 pm #245622In reply to: How to find way around code
JMunce
ParticipantWorking 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.
October 17, 2015 at 7:17 pm #245620In reply to: How to find way around code
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?
October 17, 2015 at 7:15 pm #245619In reply to: How to find way around code
shanebp
ModeratorIt 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.October 17, 2015 at 7:08 pm #245618In reply to: How to find way around code
JMunce
ParticipantHi @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).
October 17, 2015 at 6:53 pm #245616In reply to: How to add Captcha in Buddypress Register Form?
Vintagepornbay
Participantsi captcha is a good plugin but it looks doesnt good, I already use google recaptcha but it doesnt work for buddypress.
October 17, 2015 at 5:09 pm #245610In reply to: Edit registration and activation
Venutius
ModeratorThis 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/
October 17, 2015 at 1:58 pm #245606shanebp
ModeratorYou 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?October 17, 2015 at 12:16 pm #245603In reply to: How to find way around code
danbp
ParticipantHi,
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.
October 17, 2015 at 2:50 am #245592In reply to: “Favorite” counter/ count
JMunce
ParticipantJust 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:
October 17, 2015 at 2:06 am #245589In reply to: MEMBERS LIST – ADD FRIEND BACKGROUND COLOR
canadianmusicnetwork
ParticipantFigured 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)
}October 16, 2015 at 10:07 pm #245587In reply to: What is _bbp_activity_id and do I care about it?
Henry Wright
ModeratorYeah
bbpis usually the prefix used for bbPress functions, so when you see it, think of bbPress. BuddyPress usesbpinstead.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.October 16, 2015 at 9:42 pm #245580Venutius
ModeratorOne feature of buddypress is the favourites, where posts in activity streams are remembered
October 16, 2015 at 2:14 pm #245552In reply to: Can I @everyone when I message?
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
October 16, 2015 at 1:57 pm #245547In reply to: Can I @everyone when I message?
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.October 16, 2015 at 1:25 pm #245544Venutius
ModeratorThere’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
October 16, 2015 at 10:51 am #245539In reply to: member search and add media
danbp
ParticipantOctober 16, 2015 at 9:33 am #245535Venutius
ModeratorWPML 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.
October 15, 2015 at 10:52 pm #245518In reply to: “Favorite” counter/ count
Henry Wright
ModeratorI haven’t tried it but there’s also BuddyPress Compliments.
October 15, 2015 at 10:44 pm #245517In reply to: Can I @everyone when I message?
Henry Wright
ModeratorLooks 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-crowdmentionstext domain?October 15, 2015 at 9:08 pm #245512In reply to: “Favorite” counter/ count
shanebp
ModeratorFavorites are bookmarks, not likes.
There are plugins for likes, such as
October 15, 2015 at 6:42 pm #245505In reply to: Register and Activate pages don’t show on site
janvbear
ParticipantI 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.
October 15, 2015 at 6:21 pm #245503In reply to: Register and Activate pages don’t show on site
janvbear
ParticipantI 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?
October 15, 2015 at 6:01 pm #245500In reply to: Register and Activate pages don’t show on site
Venutius
ModeratorI 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.
October 15, 2015 at 4:52 pm #245493In reply to: 2 BP activity feeds on 1 WP site
shanebp
ModeratorYou 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.
-
AuthorSearch Results