janfeng
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Edit Profile] Languages is not workForum: Plugins
In reply to: [WordPress Social Login] can't work on steam login@miled Maybe i need record video to u .
Forum: Plugins
In reply to: [WordPress Social Login] can't work on steam login@miled Do u make sure everything move smoothly on steam login ?!!
Forum: Plugins
In reply to: [WordPress Social Login] can't work on steam loginForum: Plugins
In reply to: [WordPress Social Login] can't work on steam loginIn WordPress Social Login , Steam login awalys unstable ,I think I have to give up this plugin !!!
Forum: Plugins
In reply to: [Theme My Login] Can support Orbisius bbPress Signature ?I put this code to Theme My Login,but not work ,why ? can u help me ?
<h3><?php _e( 'Forum Signature' ); ?></h3> <table class="form-table"> <tr> <th><label for="_forum_signature"><?php _e( 'Signature' ); ?></label></th> <td><textarea name="_forum_signature" id="_forum_signature" rows="5" cols="30"><?php echo esc_html( $profileuser->_forum_signature ); ?></textarea><br /> </td> </tr>
Forum: Plugins
In reply to: [Theme My Login] Can support Orbisius bbPress Signature ?@jeff Farthing i want profile display Signature
Forum: Plugins
In reply to: [Orbisius bbPress Signature] Hi, how to support Theme My Login ?Not free ,right ? ?? @orbisius
Forum: Plugins
In reply to: [Orbisius bbPress Signature] Hi, how to support Theme My Login ?I put this code to Theme My Login,but not work ,why ? can u help me ? @orbisius
<h3><?php _e( 'Forum Signature' ); ?></h3> <table class="form-table"> <tr> <th><label for="_forum_signature"><?php _e( 'Signature' ); ?></label></th> <td><textarea name="_forum_signature" id="_forum_signature" rows="5" cols="30"><?php echo esc_html( $profileuser->_forum_signature ); ?></textarea><br /> </td> </tr>
Forum: Plugins
In reply to: [Orbisius bbPress Signature] Hi, how to support Theme My Login ?Forum: Plugins
In reply to: [Orbisius bbPress Signature] Hi, how to support Theme My Login ?Forum: Fixing WordPress
In reply to: Remove wp_admin_bar fail on wordpress 4.0hello ?
I want add to my functions.php , but not work .
can u help me ?
[code]
add_filter( 'the_content', 'svp' );
function svp( $content ) {
if( is_single() && current_user_can( 'manage_options') )$content="<?php echo do_shortcode('
[fvplayer src='
<?php echo get_post_meta($post->ID,"shopvideo",true);?>
' splash='
<?php echo get_post_meta($post->ID,"shopimg",true);?>
']'); ?>".$content;
return $content;
}
[/code]Forum: Plugins
In reply to: [WordPress Social Login] always 'white page' , Can u fix it ?Forum: Plugins
In reply to: [WordPress Social Login] always 'white page' , Can u fix it ?Warning: strpos() [function.strpos]: Offset not contained in string in /home/xxx/wp-content/plugins/wordpress-social-login/hybridauth/Hybrid/thirdparty/OpenID/LightOpenID.php on line 87
[Moderator Note: No bumping. If it’s that urgent, please consider hiring someone instead.]