Nicee wowk 100% thankssss 🙂
check https://wordpress.org/plugins/wpdiscuz/
for me is the best comments system I found, even better than Disqus. and is all wordpress , not @ 3r party plugin
Integration with User Profile Plugins
BuddyPress – Avatar, Profile page
Users Ultra – Avatar, Profile page
Ultimate Member – Avatar, Profile page
UserPro – Avatar, Badges, Profile page
-
This reply was modified 11 years by
Oliver23.
i send you @ email with the example
give me your email if you can ?
also i have that code going to the profile page when you click your username in the top menu , add this to your custom css :
.td_user_logd_in{
cursor: pointer !important;
}
try this to see if work for you ? copy and paste the all top menu code:
<?php if (td_util::get_option(‘tds_top_bar’) != ‘hide_top_bar’) { ?>
<div class=”td-header-sp-top-menu”>
<?php
if (td_util::get_option(‘tds_data_top_menu’) == ‘show’) {
$tds_data_time = td_util::get_option(‘tds_data_time_format’);
if ($tds_data_time == ”) {
$tds_data_time = ‘l, F j, Y’;
}
echo ‘<div class=”td_data_time”>’;
echo date_i18n(stripslashes($tds_data_time));
echo ‘</div>’;
}
//show login widget
if (td_util::get_option(‘tds_login_sign_in_widget’) == ‘show’) {
//test if user is logd in or not
if ( is_user_logged_in() ) {
//get current logd in user data
global $current_user;
//<span class=”td-sp-ico-logout”></span>
echo ‘<ul class=”top-header-menu td_ul_logout”>
<li class=”menu-item”>’ .
get_avatar($current_user->ID, 20) . ‘‘ . $current_user->display_name . ‘<i class=”td-icon-logout”></i>’ .
‘
<li class=”menu-item”>
‘ . __td(“Logout”) . ‘
‘;
} else {
//check if admin allow registration
$users_can_register = get_option(‘users_can_register’);
//if admin permits registration
$users_can_register_tab = ”;
$users_can_register_form = ”;
$td_user_join = ”;
if($users_can_register == 1){
//add the Register tab to the modal window if Anyone can register chec
$users_can_register_tab = ‘
‘;
//add the Join text
//$td_user_join = ‘ / ‘ . __td(“JOIN”);
$users_can_register_form = ‘
<div id=”td-register-div” class=”td-dispaly-none”>
<div class=”td-login-panel-title”>’ . __td(“Register for an account”) .'</div>
<input class=”td-login-input” type=”text” name=”register_email” id=”register_email” placeholder=”‘ . __td(“your email”) .'” value=”” required>
<input class=”td-login-input” type=”text” name=”register_user” id=”register_user” placeholder=”‘ . __td(“your username”) .'” value=”” required>
<input type=”button” name=”register_button” id=”register_button” class=”wpb_button btn td-login-button” value=”‘ . __td(“Register”) . ‘”>
<div class=”td-login-info-text”>’ . __td(“A password will be e-mailed to you.”) . ‘</div>
</div>’;
}
echo ‘
<ul class=”top-header-menu td_ul_login”><li class=”menu-item”>Sign in / Join
‘;
}
}
//end login window
if (td_util::get_option(‘tds_top_menu’) != ‘hide’) {
//shows top menu
wp_nav_menu( array(
‘theme_location’ => ‘top-menu’,
‘menu_class’ => ‘top-header-menu’,
‘fallback_cb’ => ‘td_wp_top_menu’,
‘container_class’ => ‘menu-top-container’
) );
//if no top menu is set show link to create new menu
function td_wp_top_menu() {
echo ‘<ul class=”top-header-menu”>’;
echo ‘<li class=”menu-item-first”>Click here – to select or create a menu‘;
echo ‘‘;
}
}
?>
</div>
<?php } ?>
edit Newsmag/parts/header/top-menu.php
line 119 : ” <ul class=”top-header-menu td_ul_login”><li class=”menu-item”>‘ . __td(“Sign in / Join”) . $td_user_join . ‘<span class=”td-sp-ico-login td_sp_login_ico_style”></span> ”
for
<ul class=”top-header-menu td_ul_login”><li class=”menu-item”>Sign in / Join
work for me lol
http://codecanyon.net/item/multisite-widget-mimic/8518977
work 100% 🙂
WP Optimize By xTraffic is super better than wp rocket and its free work 150% with newsmag 🙂 https://wordpress.org/plugins/wp-optimize-by-xtraffic/
thankss Emil G !!
yess i dont need lazy load is realllll slow , how can i disable this ?
hi lucas can you please share the solution ? i also have problems with Speedbooster and UserPro , thanks in avanced
-
This reply was modified 11 years by
Oliver23.
ok thanks !! but how to fix it 🙂
hi !! i have the same problem , let me know if you fix it pleaseee !! thanks in avanced
