-
MLmsw posted a new activity comment 13 years, 4 months ago
cool 🙂
-
MLmsw posted on the forum topic Avatars Don't Show – WP 3.1.3 + BP 1.2.8 in the group How-To and Troubleshooting: 13 years, 5 months ago
I have a similar problem …
New images are saved on the server but not in the right place :
../wp-content/uploads/avatars/hash-bpthumb.jpg instead of ../wp-content/uploads/avatars/{$id}/hash-bpthumb.jpgThe problem is the path is not correctly set by bp …
I’m looking into the code for a quick fix. -
MLmsw joined the group How-To and Troubleshooting 13 years, 5 months ago
-
MLmsw posted on the forum topic Search Form problem with special character like ' in the group Requests & Feedback: 13 years, 5 months ago
Hi,
No feedback from bp dev team ?
-> Try search : hello’s”””ML
-
MLmsw started the forum topic Search Form problem with special character like ' in the group Requests & Feedback: 13 years, 5 months ago
Hi, There is an issue with search form ( $_REQUEST ) value. This value isn’t verified and stripped in BP code. I think we must add some filters to avoid injection by this parameter, or to correctly display value in form back. For example : * Try to search here this value : hello’s -> […]
-
MLmsw joined the group Requests & Feedback 13 years, 5 months ago
-
MLmsw posted on the forum topic Create a new custom root slug … in the group Creating & Extending: 13 years, 6 months ago
Finally i find my issue !
In skeleton component (1.4) :
/* Only load the component if BuddyPress is loaded and initialized. */
function bp_example_init() {
require( dirname( __FILE__ ) . ‘/includes/bp-example-core.php’ );
}
add_action( ‘bp_init’, ‘bp_example_init’ );=> Action ‘bp_init’ isn’t good ! I change it for : ‘bp_include’ and all works fine !
-
MLmsw started the forum topic Create a new custom root slug … in the group Creating & Extending: 13 years, 6 months ago
Hi, I’m a new user of buddypress and i try to create a plugin which add some new root slug to bp. But i have a problem : it didn’t works (my first screen don’t appear on : http://mybpwebsite/myslug/ ) I try to log my function setup call and it appears that none of my […]
-
MLmsw joined the group Creating & Extending 13 years, 6 months ago
@mlmsw
Not recently active