-
Henry Wright replied to the topic Update stream when deleting posts in bbpress in the forum Installing BuddyPress 10 years, 2 months ago
Just to point out, you’ll probably want to delete both the activity update and comments on that update. Useful will be
bp_activity_delete()andbp_activity_delete_comment() -
Henry Wright replied to the topic Activity Stream Not Loading/Displaying in the forum How-to & Troubleshooting 10 years, 2 months ago
Which themes does the problem happen on?
-
"><a href="javas	cript:confirm(/shawar/)'s profile was updated 10 years, 2 months ago
-
Henry Wright replied to the topic Using Buddy Press to create a media sharing site in the forum How-to & Troubleshooting 10 years, 3 months ago
You can add functionality to BuddyPress using plugins. If a particular feature isn’t available as a plugin you could try implement it yourself or ask a coder for help. BuddyPress has a huge API that will help.
The look and feel of your website is governed by the theme you choose.
If you already have a dev site operational, try out some…[Read more]
-
Henry Wright replied to the topic Make Everyone be Friends in the forum Creating & Extending 10 years, 3 months ago
On each new member registration, you could loop through each existing member and add the new member as a friend?
-
Demenagement ProImperial's profile was updated 10 years, 3 months ago
-
Cream naka's profile was updated 10 years, 3 months ago
-
free bingo games online's profile was updated 10 years, 3 months ago
-
jake.carvey replied to the topic For better results, make sure to upload an image that is larger than 0px wide, a in the forum How-to & Troubleshooting 10 years, 3 months ago
In my own exploration, it seems as though Social Chef does NOT support cover images – there on none on the example site on themeforest.
I do intend to implement them myself in a child theme.
-
jake.carvey replied to the topic For better results, make sure to upload an image that is larger than 0px wide, a in the forum How-to & Troubleshooting 10 years, 3 months ago
Did you find the solution to this issue? Thanks!
-
Andrew Tibbetts replied to the topic Hold Specific Member Types for Manual Activation in the forum How-to & Troubleshooting 10 years, 3 months ago
Solution:
There is an action to hook to inside
bp_core_activate_signup()that fires right after activating the account ( user clicked the link in the email ), so when the user hits/activatethis will fire and reset the user_status to3(1is spammer I guess ). Now to figure out the rest…Here is the code ( the second function disallows the…[Read more]
-
Andrew Tibbetts started the topic Hold Specific Member Types for Manual Activation in the forum How-to & Troubleshooting 10 years, 3 months ago
I have a handful of member types that I would like to manually confirm by an admin.
Users choose their member type upon registration so, regular members can register, confirm email and start using the site, but special member types I want to be able to register, confirm email and then get put into some kind of user confirmation status.
Couple…[Read more] -
dainismichel replied to the topic [Resolved] BuddyPress Menu Not Flying Out in the forum How-to & Troubleshooting 10 years, 3 months ago
it was a permissions error in a membership plugin — i fixed it.
(CLOSE TOPIC)
-
Anonymous started the topic How to order activity stream by meta value? in the forum How-to & Troubleshooting 10 years, 3 months ago
Hi, I managed to add an activity meta key, and update the value. But, now, how do I edit the query so I can order it by that key? ORDER BY ‘key’ DESC
-
Anonymous replied to the topic Add custom field to activity feed in the forum How-to & Troubleshooting 10 years, 3 months ago
I would like to use a custom field to make an activity post sticky.. But where can I find the code that displays the activity feed? So I can alter the query a bit.
-
Anonymous started the topic Pin activity to top (sticky) in the forum How-to & Troubleshooting 10 years, 3 months ago
Hi! I’ve found the following plugin: https://github.com/imath/activity-sticker
But it doesn’t seem to allow existing activity entries to be “pinned” to top.
Do you know any other plugins? Even premium ones. -
Andrew Tibbetts replied to the topic See if member belongs to group based on forum id in the forum How-to & Troubleshooting 10 years, 3 months ago
Scratch that.
I need the forum id based on group id.Aaaaand the solution: bbp_get_group_forum_ids()
-
Andrew Tibbetts started the topic See if member belongs to group based on forum id in the forum How-to & Troubleshooting 10 years, 3 months ago
How can I find out if a user is a member of a group using only the id of the forum attached to the group?
Trying a bunch of stuff but nothing’s working. -
Henry Wright replied to the topic How to display different profile fields based on user role in the forum How-to & Troubleshooting 10 years, 3 months ago
All of the core BuddyPress navigation functions are in bp-core/bp-core-buddybar.php. You can see the contents of that file here:
https://github.com/buddypress/BuddyPress/blob/master/src/bp-core/bp-core-buddybar.php
-
Henry Wright replied to the topic BuddyPress Users profile picture uploading error in the forum Showcase 10 years, 3 months ago
This is a guess but perhaps this is a permissions issue? Some user roles can’t upload files by default.
Ref: https://codex.wordpress.org/Roles_and_Capabilities#Subscriber
- Load More