Recent Topics

1 Nov 29, 2005 12:22    

Hello everybody.
I would like to know how to remove the link URL in the comment in the display comment :
Comment from: XXXX [Visitor] · http://XXXXXXX.com

Thanks a lot.

2 Nov 29, 2005 15:57

I've hacked up my comments a lot, but I believe the file you want to modify is the _feedback.php file.

Again, because I've hacked mine up, I can't give you a relevant line number, but basically

Look for an <a href> tag that contains a $Comment->author_url().

Delete the <a> tag and what it contains ... that should do it for you. (Of course, if yer stripping the link in the comment display, I'd recommend removing the URL field ($comment_author_url) from the comment input form, as well ... since a visitor will expect their link to show if they type it in ;) )

Hope this helps,

-stk :D

3 Nov 29, 2005 17:01

Thanks a lot stk. It's perfect. :D


Form is loading...