Comment links
-
Hello,
The links of my commentspopup page are not opening in a new page, how do I fix this? I’m talking about the url of the authors who leave comments…
-
Oh by the way, I tried adding target=”_blank” to this tag <?php comment_author_link() ?> but I received an error… somebody please help me.
You can find it here. π
A word of warning: This will break XHTML 1.0 strict validation but…
Here is the fix:
Find the line below in your template-functions.php (which is inside your wp-includes folder):
echo ‘” rel=”external”>’ . $author . ‘‘;
And replace it with:
echo ‘” target=”_blank” rel=”external”>’ . $author . ‘‘;Which is what I put in the hack. π
LOL…QOTK (quick on the keyboard)… π
*LOL* π
wow, thank you so much! π
I have another problem regarding the comments I don’t know If I should create a new topic or just post it here instead? :-/
I can see that the comments are placed ascending, how do I place the comments descending? I just want the new posts in the top.
open your b2comments.php and scrolldown to line 17 and you’ll see <b>comment_date”);</b> just add DESC so it will look like this <b>comment_date DECS”);</b> try it. it should work π
open your b2comments.php and scrolldown to line 17 and you’ll see
comment_date”);
just add DESC so it will look like this
comment_date DECS”);
try it. it should work πopen your b2comments.php and scrolldown to line 17 and you’ll see
comment_date”);
just add DESC so it will look like this
comment_date DESC”);
try it. it should work πsorry for the multiple post, if you’re using the b2comments popup then edit the
b2commentspopup.php in line 28 just add the DESC right after the comment_date
πNow I’m getting a lot of errors when I try to login to b2login.php π
Warning: Cannot modify header information – headers already sent by (output started at /home/dulcechi/public_html/wordpress/b2-include/b2template.functions.php:1582) in /home/dulcechi/public_html/wordpress/b2login.php on line 256
Warning: Cannot modify header information – headers already sent by (output started at /home/dulcechi/public_html/wordpress/b2-include/b2template.functions.php:1582) in /home/dulcechi/public_html/wordpress/b2login.php on line 257
Should I change the permissions to 777 or something?That couldn’t be related to the above comments for the DESC as you only did the template for the comments, right?
Looks like you have another error in your b2-includes. Nothing to do with CHMODing, you probably messed around in there and you just need to restore it to your back up. π
The topic ‘Comment links’ is closed to new replies.