-
Chris Clayton replied to the forum topic BuddyPress and BuddyPress in the group Requests & Feedback 12 years, 7 months ago
@alanchrishughes – the plugin (Buddypress template pack) is simply a utility tool, it’s not required.
What does it do? From what i gather from your comment above, you tried to copy the template folders from […]
-
Chris Clayton replied to the forum topic A few questions in the group How-To and Troubleshooting 12 years, 7 months ago
I’ll leave the Ajax question to someone else who actually understands ajax stuff.
2. Would it be possible to make a app that notifies you when someone mentions you, comments on your status, ect kinda like […]
-
Chris Clayton replied to the forum topic Calling currently displayed user in the group Creating & Extending 12 years, 7 months ago
bp_displayed_user_username() is a wrapper function that echo’s the username.
If you want to use it to “call stuff from a database”, i think you need to use the following (which will return the username rather […] -
Chris Clayton replied to the forum topic Hiding Profile Fields in the group Miscellaneous 12 years, 7 months ago
1. Can I control what fields are visible during registration?
By default everything within the ‘base’ profile group is shown in the registration field, you can mess around with the stuff within the registration […] -
Chris Clayton replied to the forum topic SPAM ON ACTIVITY PAGE! in the group Requests & Feedback 12 years, 7 months ago
@lairbear spam is an issue that is almost impossible to control, even the big proprietary social networks have a huge issue with spam – and they have alot of money to spend on controlling it. (I’m very popular […]
-
Chris Clayton replied to the forum topic using template for register page in the group How-To and Troubleshooting 12 years, 7 months ago
@emaarkhan you can (or; are supposed to be able to?) customize the registration page with a registration/register.php template in your theme. Is that not working?
-
Chris Clayton replied to the forum topic [Unresolved] Activity Filtering in the group Requests & Feedback 12 years, 7 months ago
Ahh, your right. Sorry about that.
I’ll have another look at it in the moment. But, i guess if all else fails theirs a really nice looking filter hook inside bp_has_activities that looks like it has alot of […]
-
Chris Clayton updated the The Activity Stream Loop / bp_has_activities() page, on the BuddyPress Codex 12 years, 7 months ago
The activity loop can be used to output a list of sitewide, member or member’s friends activity.
Standard Loop
Filtering examples
Filtering the activity loop to show only status updates in the […]
-
Chris Clayton replied to the forum topic [Unresolved] Activity Filtering in the group Requests & Feedback 12 years, 7 months ago
if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘&scope=friends&scope=just-me’ ) ) :
*note: Just woke up. Still tired. Probably put something in the wrong spot… please add the code to your […]
-
Chris Clayton replied to the forum topic modify output of activity stream in the group Creating & Extending 12 years, 7 months ago
@ORyanMcentire The content section for multi-lined activity is called via bp_activity_content_body() around line 46 inside the entry.php file.
If you remove that, then all the activities will become two lines […]
-
Chris Clayton replied to the forum topic Bartending Community in the group Gallery 12 years, 7 months ago
That site was pretty cool until he deactivated BuddyPress 🙁
-
Chris Clayton replied to the forum topic Unified Profile Page? in the group Creating & Extending 12 years, 8 months ago
@BossX – As in, similar to the wordpress profiles (https://profiles.wordpress.org/matt)?
Yes, it’s possible through a custom theme.The top part with the profile information is simply the […]
-
Chris Clayton replied to the forum topic How to unhook the comment form in default theme for custom in child theme? in the group How-To and Troubleshooting 12 years, 8 months ago
@enderpal, don’t have time to actually look closely at the stackexchange atm. but if it helps, you actually don’t need to unhook it.
The way wordpress works is it will always look through your child theme […]
-
Chris Clayton replied to the forum topic Change the username nomenclature in the group How-To and Troubleshooting 12 years, 8 months ago
@lp_axex76 Your English is fine (better than mine and English is my first language. lol) Though, i’m having trouble grasping what you mean… (it’s possible that i’m reading it wrong, so could you clarify what […]
-
Chris Clayton replied to the forum topic removing logged out user message in the group How-To and Troubleshooting 12 years, 8 months ago
@hallsy – are you using the “Activity stream extras” plugin? i believe that plugin outputs that message.
http://etivite.com/wordpress-plugins/buddypress-activity-stream-extras/ -
@ChrisClayton replied to the topic Changing my-friends slug in the forum How-to & Troubleshooting 12 years, 8 months ago
What did you use to change the slugs?
The official (and supported) way to change any slugs that doesn’t have a page associated with it, is via bp-custom.php using
define ( 'BP_FRIENDS_SLUG', 'connections' );
Did you use that or something else to change it?
See: https://codex.buddypress.org/extending-buddypress/bp-custom-php/
See:…[Read more] -
Chris Clayton replied to the forum topic Changing my-friends slug in the group How-To and Troubleshooting 12 years, 8 months ago
What did you use to change the slugs?
The official (and supported) way to change any slugs that doesn’t have a page associated with it, is via bp-custom.php using
`define ( ‘BP_FRIENDS_SLUG’, […]
-
Chris Clayton replied to the forum topic Member Role – allow member role to use a plugin in the group How-To and Troubleshooting 12 years, 8 months ago
So, you want to allow your ‘Subscriber’ role to access your backend to post ‘posts’, right?
Their are lots of wordpress plugins that will help (https://wordpress.org/extend/plugins/tags/roles) such as […]
-
Chris Clayton replied to the forum topic Check this out: Twitter like BuddyPress Theme in the group Requests & Feedback 12 years, 8 months ago
Sell me on it. What does your theme do that couldn’t be done with any of the hundreds of the free bootstrap themes and a quick click of a button using the template pack plugin? What value does it provide that i […]
-
Chris Clayton replied to the forum topic Favorite button for posts as a core feature. in the group Requests & Feedback 12 years, 8 months ago
Someone else asked that in a comment – http://byotos.com/2011/12/19/bp-labs-you-may-like-this/#comment-530
Answer: “Not right now.”
regarding the activity. Yes, but; it’s not completely finished yet. […]
- Load More
@chrisclayton
Active 4 years, 7 months ago