jalmz
Forum Replies Created
-
Forum: Plugins
In reply to: How to Display popular post on a non-WordPress site?no luck
Forum: Plugins
In reply to: How to Display popular post on a non-WordPress site?no reply?
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0hi macmanx,
yeah it was suggested by elfin. but i edit the file in the wordpress blogs, not in the webhosting file manager or f tp..
I dont know what is the problem in editing the file the WordPress admin panel.
if you edit the comments.php there, it will not affect the theme..
any idea?
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0it shud be like this
<?php if ($comment->comment_type == "comment") comment_author_link(); else { strlen($comment->comment_author)?$author=substr($comment->comment_author,0,25)."…":$author=substr($comment->comment_author,0,25); echo 'comment_author_url.'">'.$author.''; } ?>
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0I solve the problem..
heres the solution.
1. Edit your comments.php via FTP or in your webhost control panel
Note: Do not edit your comments.php in the WordPress admin2. its just a typo error
<?php if ($comment->comment_type == "comment") comment_author_link(); else { strlen($comment->comment_author)?$author=substr($comment->comment_author,0,25)."&hellip":$author=substr($comment->comment_author,0,25); echo 'comment_author_url.'">'.$author.''; } ?>
just add ; the &hellip
it shud be like this …
3. Refresh your browser and cached.
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0i just want to remove the %hellip in IE… =)
the problem is like this Strange letters attached to commenters usernames
https://en.forums.wordpress.com/topic/strange-letters-attached-to-commenters-usernames
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0hi macmanx..
no problem with firefox. but in IE 8 or below. the &hellip will appear..
its ok in Firefox. in IE not ok.
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0anyone? pls help me.
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0still it doesnt work esmi..
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0no solution yet..
same problem with this posts
https://en.forums.wordpress.com/topic/strange-letters-attached-to-commenters-usernamesForum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0hi elfin,
Still it doesn’t work.. huhu
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0Hi Esmi
I already did that.. I already deactivate all the plugins.. still theres an error..
Maybe because my Blix SEO Dave theme..
Hi Elfin..
here is t.. from comments.php
<?php if ($comment->comment_type == “comment”) comment_author_link();
else {
strlen($comment->comment_author)?$author=substr($comment->comment_author,0,25).”&hellip”:$author=substr($comment->comment_author,0,25);
echo ‘comment_author_url.'”>’.$author.’‘;}
?>Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0still… not working…
@ esmi..
After the name of the commenter. (username) there is a username&hellip
Forum: Fixing WordPress
In reply to: “&hellip” Showing in WordPress Comments 3.0no luck..
I got this error when i updated my wordpress to 3.0..
anyone?