-
@ChrisClayton started the topic SNIPPET: Remove time from activity action. in the forum Third Party Plugins 12 years, 7 months ago
After a ‘friend’ tried to claim that BP is a bad plugin because it apparently forces you to use Display:none; to modify it (he used the time in activity_action as an example) so i had to go through my code snippets to find this to prove him wrong, and thought some of you might find some sorta use out of it.
<?php
[Read more]
function cc_activity_time_since()… -
@ChrisClayton replied to the forum topic How to edit Buddypress Profile Menu in the group How-To and Troubleshooting 12 years, 7 months ago
Adding links to the profile nav can be done with the bp_core_new_nav_item() function.
Refer to Codex: https://codex.buddypress.org/developer-docs/functions/core/bp_core_new_nav_item/
-
@ChrisClayton replied to the forum topic stop loading Site wide activity in the group How-To and Troubleshooting 12 years, 7 months ago
Within activity/activity-loop you will want to change bp_has_activities to include scope=friends.
CODEX: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
-
@ChrisClayton replied to the forum topic How to edit Buddypress Profile Menu in the group How-To and Troubleshooting 12 years, 7 months ago
Theirs no backend feature like WordPress’ has for navigation menus.
However, this might help…
http://bp-tricks.com/snippets/code/arrange-group-profile-navigation-menu/ -
@ChrisClayton replied to the forum topic [RESOLVED] Php redirect issue in the group How-To and Troubleshooting 12 years, 7 months ago
@fmeroney Was this what you where after?
https://codex.wordpress.org/Function_Reference/wp_redirectWith bp_loggedin_user_domain() as the location
-
@ChrisClayton replied to the forum topic Creating a page with nav tab, subnav for Buddypress profiles in the group Creating & Extending 12 years, 7 months ago
woops, just noticed that i accidentally put in $bp-loggedin_user-domain – Sorry! change it to – $bp-displayed_user-domain
Should fix your issue assuming that it’s grabbing the author name correctly in the […]
-
@ChrisClayton replied to the forum topic Php redirect issue in the group How-To and Troubleshooting 12 years, 7 months ago
@fmeroney – Your example was eaten by the forum software (it happens when you don’t use
backticks
around your code)
But, i’m guessing this is what your looking for? […]
-
@ChrisClayton replied to the forum topic problems with buddypress site hosting in the group How-To and Troubleshooting 12 years, 7 months ago
@lovefishing – Did you have any extra plugins installed? I’ve heard of people getting suspended for a BuddyPress plugin using too much CPU but not from using BuddyPress out of the box. (personally, i was able to […]
-
@ChrisClayton replied to the forum topic Creating a page with nav tab, subnav for Buddypress profiles in the group Creating & Extending 12 years, 7 months ago
Here you go.
http://pastebin.com/JuTEZ8GBTested this on my local install of BP, so should work.
-
@ChrisClayton replied to the forum topic Creating a page with nav tab, subnav for Buddypress profiles in the group Creating & Extending 12 years, 7 months ago
Woops. Change the parent_url to
'parent_url' => trailingslashit( bp_displayed_user_domain() . 'test_sub' )
-
@ChrisClayton replied to the forum topic Creating a page with nav tab, subnav for Buddypress profiles in the group Creating & Extending 12 years, 7 months ago
@tiagobeloto – sorry for the late reply (had afew problems with my own site yesterday 🙁 ) i don’t think $bp-slug is a proper variable.
`bp_core_new_subnav_item( array( ‘name’ = __( ‘Home’ ), ‘slug’ = […]
-
@ChrisClayton replied to the forum topic Integrating Existing Theme with Buddy Press Help?? in the group How-To and Troubleshooting 12 years, 7 months ago
@jkrysto i’m not the greatest with the theme template pack conversion stuff (i prefer to start from scratch) but essentially what it’s asking you to do is make sure that if your page.php has a
then you need […]
-
@ChrisClayton replied to the forum topic /activity is missing? in the group How-To and Troubleshooting 12 years, 7 months ago
@Ubuntuz – Assuming that the activity page is the only page not working then, BuddyPress (with your permission) does create it during the activation process. To check if it was created properly go to your wp-admin […]
-
@ChrisClayton replied to the forum topic Limit sign-up e-mail to a specific @xyz.com domain only? in the group How-To and Troubleshooting 12 years, 7 months ago
@vinfamy Theirs a plugin for that.
-
@ChrisClayton replied to the forum topic Uploading Your Own Avatar? How Exactly Do You Do That? in the group How-To and Troubleshooting 12 years, 7 months ago
Cool. What plugin? (For anyone else looking to do the same thing).
-
@ChrisClayton replied to the forum topic Creating a page with nav tab, subnav for Buddypress profiles in the group Creating & Extending 12 years, 7 months ago
@tiagobeloto – It should work.
The code from defunctlife in that thread works perfectly as a copy/paste except for the missing $dispuser variable…What’s the exact code your using?
-
@ChrisClayton replied to the forum topic Uploading Your Own Avatar? How Exactly Do You Do That? in the group How-To and Troubleshooting 12 years, 7 months ago
@jkrysto –
Theirs code snippets around that will help you choose your own default avatar – http://wpmu.org/how-to-add-a-custom-default-avatar-for-buddypress-members-and-groups/Their’s currently no built in […]
-
@ChrisClayton replied to the forum topic Main Activity Stream: Group Forum & bbPress activity in the group Third Party Components & Plugins 12 years, 7 months ago
For those wondering, Full-integration for BBpress is coming in 1.6 (next major release) . https://buddypress.org/about/roadmap/
-
Chris Clayton replied to the forum topic Non-members in the group Creating & Extending 12 years, 7 months ago
@ktrojan Sorry, missed your reply.
With BBpress site-wide forums (bbpress 2.0 – https://wordpress.org/extend/plugins/bbpress/) within the forums menu (settings/forums) you can choose to allow “anonymous […] -
Chris Clayton replied to the forum topic Image Upload with post in the group How-To and Troubleshooting 12 years, 7 months ago
@gajananh999 It is possible. It’s rare to find something that’s not possible 🙂 The real question is “how difficult?” 🙂
The BuddyBoss commercial theme has implemented a feature that attaches an upload […]
- Load More
@chrisclayton
Active 4 years, 7 months ago