WPIntell

Source evidence

Problem with hyperlinks

Instruct · support · 2013-11-08T04:09:00+00:00

mixedsentiment
highseverity
0.88relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 31 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
juanmanuelz resolved
First of all, Instruct is an awesome plugin. Actually, I’m experiencing a big issue. When I insert an hyperlink and the update the page; the hyperlinks gets broken. For Example: I add the link to http://www.something.com after the update action the link href is: \” http://www.something.com \” so, it doesn’t work. Any help would be appreciated. Thanks in advance. http://wordpress.org/plugins/instruct/ UPDATE: I figured out how to deal with the problem. Adding stripslashes in: admin-form.php Line 50: <?php wp_editor(stripslashes($instructions->description),’description’); ?> admin-table.php Line 196: $html = wp_editor(stripslashes($item[‘text’]), ‘text’.$item[‘id’], array(‘textarea_rows’ => 5)); shortcode.php Line 38: $html .= “<p>”.stripslashes($instructions->description).”</p>”; I hope that it helps in someone else have to deal with the problem. Again, thank for the wonderful work with this plugin. Simple but awesome. Apologies for being delayed on response. Thanks for the update. I have provided this in the most recent version of the plugin. Marking as resolved

Comments

3 shown
juanmanuelz 2013-11-08T05:46:00+00:00

UPDATE: I figured out how to deal with the problem. Adding stripslashes in: admin-form.php Line 50: <?php wp_editor(stripslashes($instructions->description),’description’); ?> admin-table.php Line 196: $html = wp_editor(stripslashes($item[‘text’]), ‘text’.$item[‘id’], array(‘textarea_rows’ => 5)); shortcode.php Line 38: $html .= “<p>”.stripslashes($instructions->description).”</p>”; I hope that it helps in someone else have to deal with the problem. Again, thank for the wonderful work with this plugin. Simple but awesome.

barteled 2014-02-07T01:41:00+00:00

Apologies for being delayed on response. Thanks for the update. I have provided this in the most recent version of the plugin.

barteled 2014-02-07T01:42:00+00:00

Marking as resolved