URLs that are linked via the text editor results in a bad links.
URLs that are linked via the text editor results in a bad links.
work fine for me - http://demo.wp-events-plugin.com/events/daughtry-tour-12/
or is it elsewhere?
have you checked if it could be another plugin doing this?
The problem was a plugin conflict, will published that when I find it. However, another problem remains. The plugin which detects hyperlinks, Auto-hyperlink URLs / http://wordpress.org/extend/plugins/g-auto-hyperlink/
is unable to detect hyperlinks on an Event page. It works great everywhere else.
Regards,
Caps
This might be because it runs its content filter earlier than EM... meaning it tries to convert just the description text of the event rather than the format EM takes the page over with.
wherever they run add_filter('the_content'.... they probably need to make the third parameter something like 100 so other plugins get their chance to modify the content.
"format EM takes the page over with"
The format is a template issue or the text editor?
You must log in to post.