Pop up / Registration

Posted in: Newspaper
Post count: 103

Hi

i would like to call the tagdiv connexion/registration pop up in my bbpress footer.

Today i am using this function :

‘You cannot reply to this topic.’, ‘bbpress’ ) : _e( ‘Vous devez vous Inscrire ou vous Connecter ou vous Connecter pour être actif sur le forum.’, ‘bbpress’ ); ?>

I am trying to insert the shortcode : https://www.lebonconstructeur.fr/#login-form but it wont work.

Any idea ?

Thanks

Post count: 103

Found it !

: _e( ‘Vous devez vous Inscrire ou vous Connecter pour être actif sur le forum.’, ‘bbpress’ ); ?>php
if(class_exists(‘NextendSocialLogin’, false)){
echo NextendSocialLogin::renderButtonsWithContainer();
}
?>

Post count: 27744

Hi,

I’m glad that you found it.

Have a great day!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.