Search Results for 'buddypress'
-
AuthorSearch Results
-
October 18, 2015 at 9:59 pm #245666
In reply to: 4th type of Group
danbp
ParticipantHave you read here ?
October 18, 2015 at 9:07 pm #245657In reply to: Likes don’t show up
danbp
ParticipantBuddyPress 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.October 18, 2015 at 7:55 pm #245650In reply to: Creat Group Problem
Crish
ParticipantYes , 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…
October 18, 2015 at 7:32 pm #245649In reply to: Making Myself An Admin On Buddypress
webguru13
ParticipantThanks 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
October 18, 2015 at 7:20 pm #245648In reply to: Making Myself An Admin On Buddypress
Venutius
ModeratorAlso I found this:
https://buddypress.org/support/topic/displaying-user-roles-in-profile/
October 18, 2015 at 7:02 pm #245646In reply to: Making Myself An Admin On Buddypress
Venutius
ModeratorOctober 18, 2015 at 4:29 pm #245643In reply to: buddypress-followers – scope following filter
shanebp
ModeratorDoes 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
October 18, 2015 at 4:22 pm #245642In reply to: Creat Group Problem
Crish
Participanthi,
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,
October 18, 2015 at 12:01 pm #245639In reply to: Can I @everyone when I message?
Henry Wright
ModeratorOne 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.
October 18, 2015 at 8:59 am #245636danbp
Participantxprofile 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)
October 18, 2015 at 8:48 am #245634In reply to: How to find way around code
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/October 18, 2015 at 5:13 am #245633In reply to: Can I @everyone when I message?
Mahendra
Participanti have use buddypress-activity-plus plugins in my site.
i want to upload my video and share user activity.
October 18, 2015 at 5:10 am #245631In 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 18, 2015 at 5:10 am #245632In 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
bbp
is usually the prefix used for bbPress functions, so when you see it, think of bbPress. BuddyPress usesbp
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. -
AuthorSearch Results