-
Bonjour, as tu réussi à ajouter des images dans un profil ?
Merci
-
Hello every one,
I’m bulding a community with buddypress.
Could you please explain me the avantage to transform wordpress + Buddypress in Wordpress MU + Buddypress ?
If I understand well, in wordpress MU, user will be able to create a blog. But what is the interest if users are not allowed to publish from the front end ?
So, They will publish on the activity (between members) with buddypress and will publish from the backadmin for his blog ?
Thank you very much for your answer. -
-
Mathieu commented on the blog post Logout redirect plugin for wordpress Mu /buddypress 8 months, 2 weeks ago · View
Sorry, Could you delete my last comment ?
I talked about
do_action( ‘template_notices’ ); -
Mathieu commented on the blog post Logout redirect plugin for wordpress Mu /buddypress 8 months, 2 weeks ago · View
Hi Admin !
When i’m trying what you said about redirecting to a personnal page, that doesn’t work.
I put the like as following :$args = array( ‘action’ => ‘logout’ );
if ( !empty($redirect) ) {
$args = $redirect;
$redirect=”http://bl.ee/mypage”;
}and add
in the page
What’s wrong ?
Thank you very much,
Mathieu