blasteur83
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Clean Login] Description login editHey it’s simple
In edit account, you can edit your surname,firstname, and password.
Why no add a description ?
Because in this plugin we cant add descriptionJust add a input “Description” for write a autobiography
Forum: Plugins
In reply to: [Clean Login] Impossible deconnexionIt’s my mail [email protected] and i go to rate your quick support tanks ! :⁾
Forum: Plugins
In reply to: [Clean Login] Impossible deconnexionI cant send a message with your email…
Forum: Plugins
In reply to: [Clean Login] Impossible deconnexionOk it’s a code for they links member :
// Output stars if ( is_user_logged_in() ) { echo "<div class='login-m'>"; global $current_user; get_currentuserinfo(); echo get_avatar( $current_user->ID, 75 ); echo "</div>"; if ( $edit_url != '' ) echo "<div class='lien_login'>"; $logout = add_query_arg( 'action', 'logout' ); echo "<a href='$edit_url'>". __( 'Mon compte', 'cleanlogin') ."</a>"; echo"<br />"; echo "<a href='/author/$current_user->user_login'>". __( 'Profil', 'cleanlogin') ."</a>"; echo"<br />"; echo "<a href='/avatar'>". __( 'Avatar', 'cleanlogin') ."</a>"; echo"<br />"; echo "<a href='/connexion/$logout'>". __( 'Déconnexion', 'cleanlogin') ."</a>"; echo"<br />"; echo"</div>"; } else { include("login.php"); }My site web is : http://fairytail2D.com
Forum: Plugins
In reply to: [Clean Login] Impossible deconnexionIt’s no resolved the error is still there
Forum: Plugins
In reply to: [Clean Login] Impossible deconnexionThis code is :
$logout = add_query_arg( ‘action’, ‘logout’ );
echo ”
“;
Viewing 6 replies - 1 through 6 (of 6 total)