enigma2k
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment author is not 'nofollow' – why?no one? I think this is actually easy if you know about php and wordpress. 🙂
Forum: Fixing WordPress
In reply to: Comment author is not 'nofollow' – why?I have found the relevant part of the code, it was under themes in my functions.php. The problem is, however, I don’t know where to add the rel=’external nofollow’
<?php if (get_comment_author_url()): $authorlink='<span class="with-tooltip"><a id="commentauthor-'.get_comment_ID().'" href="'.get_comment_author_url().'">'.get_comment_author().'</a></span>'; else: $authorlink='<b id="commentauthor-'.get_comment_ID().'">'.get_comment_author().'</b>'; endif; printf(__('%s by %s on %s', 'arclite'), '<a href="#comment-'.get_comment_ID().'">#'.++$commentcount.'</a>', $authorlink, get_comment_time(get_option('date_format')).' - '.get_comment_time(get_option('time_format'))); ?>I have tried putting it right after href=”‘.get_comment_author_url().'” but this crashes wordpress.
$authorlink='<span class="with-tooltip"><a id="commentauthor-'.get_comment_ID().'" href="'.get_comment_author_url().'" rel='external nofollow'>'.get_comment_author().'</a></span>';Has anybody a solution to this?
Forum: Fixing WordPress
In reply to: Syntax Highlighting in WordPress HTML Editor?Due to a lack of responses I assume it is just not possible. You can pimp everything in WordPress but why isn’t this possible?!
nothing? :-/
Forum: Fixing WordPress
In reply to: Syntax Highlighting for the Built-In HTML Editor?As no one is answering this I assume that this simple feature is not possible in WP?
Do you even use the build-in html editor or do you use an extern editor like notepad++ and copy paste after editing into the build-in editor?
Forum: Themes and Templates
In reply to: IE6 breaks outer border of theme (with pic)Is there anything else I could try?
Forum: Themes and Templates
In reply to: IE6 breaks outer border of theme (with pic)I have already tried changing width, margin and padding but it does not help with this problem. 🙁
Forum: Themes and Templates
In reply to: IE6 breaks outer border of theme (with pic)thank you for your help. I have made the change with the favicon and also corrected also the css errors but it still does not work.
is there anything else I can try?
Forum: Plugins
In reply to: redirect to homepage if page does not existthank you…using your “new” code now!
Forum: Plugins
In reply to: redirect to homepage if page does not existthank you, it is working!
does this affect the search engines in any way?Forum: Plugins
In reply to: How to make a link go black (unclickable) after clicking it?does really no one knows a solution?
Forum: Plugins
In reply to: How to make a link go black (unclickable) after clicking it?anymore help on this? please, I just don’t get it done!
Forum: Plugins
In reply to: How to make a link go black (unclickable) after clicking it?Hi Ali,
thank you very much for your help!
I don’t know about Javascript so I better stick with PHP.I have found a PHP widget http://wordpress.org/extend/plugins/php-code-widget/ that lets you run PHP in the widget.
But when I put this:<a href="http://www.effectivelanguagelearning.com/language-guide/">Language Definition</a>into the widget, nothing happens when I click on it. It won’t be disabled when I am viewing the site.
Do I have to add some other PHP code to check if the link is the current site?Forum: Everything else WordPress
In reply to: Spam comments with meaningless content?but what are these kind of spam comments good for if they don’t point anywhere?
Forum: Fixing WordPress
In reply to: Chinese characters can’t be displayed in wordpress 2.8If anyone is having the same problem, here is the solution. its pretty simple:
http://boringest.blogasian.com/2008/10/25/how-to-show-chinese-characters-in-wordpress/