EE 1
EE 2
Rewrite Link
Developer
3rd Party (Free)
25 downloads (last 90 days)
Download v1.0
Compatibility
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Better Workflow
- Matrix
Requirements
- jQuery for the Control Panel
Categories
Plugin
Tags
Attempts to rewrite HTML links to set target="_blank" for any link that is outside the configured site_url value.
Example:
————————
{exp:rewrite_links}
{some_html_field}
{/exp:rewrite_links}
Result:
————————
<a href=“http://somexternaldomain.com/</code>somepath”>Some linked text</a>
Becomes
<a href=“http://somexternaldomain.com/somepath” target=“_blank”>Some linked text</a>
————————
CHANGELOG:
1.0
* 1st version
Download Rewrite Link
| EE Version | Downloads | Add-On Version | Release Date |
|---|---|---|---|
| 2.+ | Download | 1.0 | 2011-04-21 01:00 AM |
Rewrite Link Links
This entry was created April 22, 2011, 11:35 am.
This entry was last updated April 22, 2011, 8:06 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
2 Reviews:
Marcus 11.27.11
Has a bug, display accent or special character into something else like: Gabriëlla into Gabriëlla
Bryan 11.05.11
Great little plugin. I would give it 5 stars but it causes a PHP error if you use it in a channel:entries tag that publishes entries from multiple channels.