This code is :
$logout = add_query_arg( ‘action’, ‘logout’ );
echo ”
“;
It’s no resolved the error is still there
Hi blasteur83,
Please, send me your page URL. And also a demo credentials to test it (of any user, I don’t mind).
The code you paste is illegible, please paste it properly with the code tag. Or if you prefer send me an email to contacto(at)codection.com
Regards,
Alberto.
Ok 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
Could you send me the full code in the properly file by email? contacto(at)codection.com
Thanks,
Alberto.
Do you know how to create a .po/mo files for a new language (french in your case)? The plugin is ready for easy translation, if you don’t know how to use do it I can send you the strings for your translation and I can update these files for all users.
I appreciate your vote here: http://ww.wp.xz.cn/support/view/plugin-reviews/clean-login?filter=5 this is the only thing I request for our support.
Thanks,
Alberto.
I cant send a message with your email…
Hi blasteur83,
Please, give me your email and I’ll send you the way to translate the strings. Later I can update the plugin with the french language included.
Alberto.
PS: I mark this topic as resolved because this is not a problem as such, just a new requirement/improvement that I have considered accepted and I’ll go to update ASAP.
And please, don’t forget to rate our quick support. Many threads resolved quickly but no rating by our users http://ww.wp.xz.cn/support/view/plugin-reviews/clean-login
It’s my mail [email protected] and i go to rate your quick support tanks ! :⁾