I love your plugin but for some reason version 1.02 unlinks hyperlinks in people's posts.
For example, if I leave:
and the plugin is activated the link will have its hyperlink removed. Can you fix this?
PHP related forum, discuss snippets, classes and tutorials
I love your plugin but for some reason version 1.02 unlinks hyperlinks in people's posts.
For example, if I leave:
and the plugin is activated the link will have its hyperlink removed. Can you fix this?
Hi,
I noticed that here on my forum as well, all "pasted" URL's are affected. I you create a link using HTML this link is fine.
I will check this and came back to you. (I thought that problem was somewhere else)
Thanks Olaf. I enjoy your plugin other than that (my posters are newbies so I need to allow them to just post links)
Also, any chance you can add your plugin to the bbPress.org site? I randomly stumbled across your version 1.02. I bet more people would download it if you added it there!
Also, any chance you can add your plugin to the bbPress.org site? I randomly stumbled across your version 1.02. I bet more people would download it if you added it there!"
I added my first plugins to the bbpress site, but it's too much work for a little afford.
If people search for "seo bbpress", they will find my site right below the bbpress listing.
These guys from bbpress doesn't provide tools on their own site to make it easier to use their forum, thats why I can help here much better
Okay I found the problem...check the row with the code:
add_filter('post_text', 'post_with_links_nofollow');
and replace the row with:
add_filter('post_text', 'post_with_links_nofollow', 5);
I will upload a new version next year (lol).
You must log in to post.