-
r-a-y replied to the topic [Resolved] Changing the Default RSS Feed (Sitewide Activity) in the forum Requests & Feedback 7 years, 4 months ago
It’s probably something to do with your OneCommunity Themeforest theme.
I’m guessing that the theme author put bp_head() before wp_head(). Pass that tidbit to the theme author or adjust it yourself by moving bp_head() below wp_head() in header.php.
If you switch to another theme like Twenty Twelve or Twenty Thirteen, you should see that the…[Read more]
-
r-a-y replied to the topic [Resolved] Changing the Default RSS Feed (Sitewide Activity) in the forum Requests & Feedback 7 years, 4 months ago
BP should be adding its Sitewide Activity Feed last in the HTML source.
You can verify this by checking the HTML source and looking at the <head> tag. Search for “feed” and BP’s feed should be listed last after the main site’s post feed and comment feed.
Let us know if this isn’t the case.
-
r-a-y updated the Template Hierarchy page, on the BuddyPress Codex 7 years, 4 months ago
Prologue
BuddyPress 1.7 introduced universal theme compatibility making it easier for WordPress theme designers to work with BuddyPress.What this means is if you are on a BuddyPress page, BuddyPress will look […]
-
r-a-y replied to the forum topic Question Mark after Username!?! in the group How-To and Troubleshooting 9 years ago
The question mark has been removed in BP 1.5.
If you want to remove the question mark in your theme as well, then navigate to your active theme’s folder and open up /members/single/member-header.php.
Next, […]
-
r-a-y replied to the forum topic Main nav pages are not acting as current_page_ancestor ? in the group Requests & Feedback 9 years ago
Please post this as an enhancement ticket on Trac:
https://buddypress.trac.wordpress.org/newticket -
r-a-y replied to the forum topic Activity Post vs Forum Topics, advice? in the group Requests & Feedback 9 years ago
This was an idea that I was comtemplating building a long time ago — using the activity stream as a forum.
Hard part would be sorting an activity post and its comments in a linear fashion (or flat mode) since […]
-
r-a-y replied to the forum topic How to add a Title for Activity Post? in the group Requests & Feedback 9 years ago
On the backend, you’d need to experiment with adding some activity meta.
In BP 1.5, all the activity meta functions are available in […]
-
r-a-y replied to the forum topic BP 1.5 Compatibiltiy in the group BuddyPress Followers 9 years ago
@mikey3d – Like Boone stated, a volunteer needs to spend a couple of hours out of their schedule to update it and release it. I was about to update this plugin for a project, but they decided they liked the […]
-
r-a-y replied to the forum topic Can't Edit or Delete a status update post in activity stream in the group How-To and Troubleshooting 9 years ago
To add back the delete button in the activity stream, you need to add the following in your /activity/entry.php template:
?php if ( bp_activity_user_can_delete() ) bp_activity_delete_link(); ?
BP doesn’t […]
-
r-a-y replied to the forum topic Settings Menu in the group Creating & Extending 9 years ago
If you’re on BP 1.5 and you’re using an older theme, read this:
https://codex.buddypress.org/releases/1-5-developer-and-designer-information/#theme -
r-a-y replied to the forum topic Buddy Press header removal in the group How-To and Troubleshooting 9 years ago
Are you trying to change the height of the header image background or the header in general?
If you are trying the change the height of the header only, first create a child theme.
Then in your child […]
-
r-a-y replied to the forum topic 1.5 Child Theme Not Working in the group How-To and Troubleshooting 9 years ago
I have recently updated the child theme codex article for BP 1.5:
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/Give it a read through and see if that helps.
-
r-a-y replied to the forum topic How to edit and add thing to bp adminbar in the group How-To and Troubleshooting 9 years ago
This codex article probably needs updating, but read through it and try what is suggested:
https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/If it doesn’t work, let us know and […]
-
r-a-y replied to the forum topic I WANT TO BACKUP TO UPGRADE TO 1.5 – integrity of downloaded files in the group Installing BuddyPress 9 years ago
If you are using BuddyPress 1.2.x and are dependent on a lot of BP plugins, you might want to wait until your BP plugins are updated.
If you want to test BuddyPress 1.5, you should do all your upgrading and […]
-
r-a-y replied to the forum topic missplaced text on BuddyPress homepage in the group Miscellaneous 9 years ago
It’s just a CSS bug on the bp.org homepage for IE8 users. Don’t worry! Nothing important is missing!
-
r-a-y replied to the forum topic Removing Powered by W and B in the group How-To and Troubleshooting 9 years ago
Create a child theme of the BuddyPress Default theme.
Then, copy over /plugins/buddypress/bp-themes/bp-default/footer.php to your new child theme, open up footer.php, then read […]
-
r-a-y replied to the forum topic blog create in the group Installing BuddyPress 9 years ago
Are you using the bp-default theme?
If not you need to copy /plugins/buddypress/bp-themes/bp-default/blogs/ to your WP theme.
Preferably, you are already using a child theme.
-
r-a-y replied to the forum topic How to disable Gravatar completely? in the group How-To and Troubleshooting 9 years ago
Add the following in wp-content/plugins/bp-custom.php:
define( 'BP_AVATAR_DEFAULT', 'http://example.com/my-new-default-avatar.jpg' );
Change the link of the URL to your default avatar URL.
-
r-a-y replied to the forum topic oEmbed video size in Buddypress 1.5 in the group How-To and Troubleshooting 9 years ago
Read this:
https://codex.buddypress.org/extending-buddypress/embeds/#faqNote: This will only take effect on new embeds, not existing embeds.
-
r-a-y replied to the forum topic Make all members active in the group How-To and Troubleshooting 9 years, 1 month ago
This post explains everything:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/activating-existing-users/#post-40221You’ll need to write a script that gives everyone a […]
- Load More
@r-a-y
active 4 weeks ago