elaineskapetis
-
elaineskapetis posted an update in the group BuddyPress Share It:
@modemlogger
Hi
I wanna only ask if is possible to attache the activity tittle for exemple ”User X post an update” and content ”Hi everybody” because now we get only Tittle Mysite | User X | Activity an and Content activity link.Facebook load diferent although Facebook link get tittle and content from…[Read more]
-
elaineskapetis posted an update in the group BuddyPress Share It:
Hi
I wanna only ask if is possible to attache the activity tittle for exemple “User X post an update” and content “Hi everybody” because now we get only Tittle Mysite | User X | Activity an and Content activity link.Facebook load diferent although Facebook link get tittle and content from…[Read more]
-
elaineskapetis joined the group BuddyPress Share It
-
elaineskapetis posted a new activity comment:
Thank’s
In reply to - elaineskapetis posted an update: http://friendsofsamos.com/ , http://meintrossingen.de , http://myharmonica.de , http://zukunftsmobilitaet.net · View -
elaineskapetis posted an update:
-
Hi Elaine… if you want to show off your BuddyPress sites, there’s a group where you can post them and get feedback: http://buddypress.org/community/groups/gallery/
-
Thank’s
-
Bitte
-
-
-
-
elaineskapetis posted an update:
@meetsos Hi Dimitris or better Iasou!!!
Ti kanete?
I’m Elaine I live with my husband here in Germany,we are from Samos Island.Nice see somebody that works with BP also !!!!Xarika poli
-
elaineskapetis joined the group BuddyPress
-
It works now
I use the code from @Travel-Junkie by Functions: function sh_walled_garden() { global $bp; if ( bp_is_register_page() || bp_is_activation_page() ) return; if( ! is_user_logged_in() ) bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG ); } add_action( ‘get_header’, ‘sh_walled_garden’ ); and by header: do_action(…[Read more] -
Let’s see if I understood.
I have to useif (!is_user_logged_in() ){
bp_core_redirect( $bp->root_domain.’/register’ );
}than I can redirect my user to register page and ther could I put some Videos?
Do I have to make this to all pages that I don’t wanna show to not logged in users? -
Thank’s ray
I gonna try.
-
elaineskapetis joined the group Miscellaneous
-
I’m trying to make a no-user-logged start site with Toutorials videos and somethings like this. I wrote I get my normal content I get the splash with Videos,Connect or Sign up But the problem is that I have to write and when is register page I get the normal content.I was trying something like this [...]