GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Link URLs from visitors comments (https://gfy.com/showthread.php?t=1056743)

AdultGuy 02-08-2012 08:42 AM

Link URLs from visitors comments
 
Can someone tell me how to remove the URL links from visitors comments on posts?

So if you have name of the person who posted a comment, there is usually anchor text to his site and I would like only name of the visitors without link to his site. This way many posts like You have a nice blog would actually be posted.

fris 02-08-2012 08:52 AM

which cms? wordpress?

you could always strip html from comments

Code:

add_filter('comment_text', 'wp_filter_nohtml_kses');
add_filter('comment_text_rss', 'wp_filter_nohtml_kses');
add_filter('comment_excerpt', 'wp_filter_nohtml_kses');

or people that post urls , to make them just as text, not html so it wont index them.

Code:

remove_filter('comment_text', 'make_clickable', 9);


All times are GMT -7. The time now is 08:20 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123