<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : htmlpurifier stripping relationship attribute from hyperlinks [FIXED]</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 18 Apr 2026 01:20:50 -0000</pubDate>

		<item>
			<title>Hodges</title>
			<description><![CDATA[<p>You are, as ever, correct! The solution is to add the following line to <span style="color:#0000FF;">plugins / htmlpurifier / presets / htmlpurifier.group_5.preset.php:</span></p>

<p> </p>

<pre class="brush:php;">
$config-&gt;set('Attr.AllowedRel', 'gallery1,gallery2,gallery3,gallery4');</pre>

<p> </p>

<p>I've chosen group 5 so only admins have this privilege and only the allowed values: gallery1,2,3,4 so only up to 4 galleries per page are allowed.</p>

<p>Thanks for steering me in the right direction!</p>
]]></description>
			<pubDate>пт, 29 мар 2013 21:35:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7393&d=0#post37333]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>It might actually be HTML Purifier plugin, not CKEditor.</p>
]]></description>
			<pubDate>пт, 29 мар 2013 18:24:55 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7393&d=0#post37331]]></link>
		</item>
		<item>
			<title>Hodges</title>
			<description><![CDATA[<p>Hi there,</p>

<p>In order to make fancyBox operate in "gallery-mode" the rel attribute needs to be set to "gallery1". Unfortunately, although CKEditor can insert the required html into the editing source, once the page is submitted, the rel attribute is stripped. I can brute-force it in phpMyAdmin to make it work, but that is an ugly workaround.</p>

<p>Any ideas?</p>

<p>Cheers,<br />
Hodges</p>

<p><span style="line-height:1.6em;">Example: </span><a href="https://www.cotonti.com/#" style="line-height:1.6em;">link1</a></p>

<p>Code:</p>

<pre class="brush:xml;">
&lt;a href="https://www.cotonti.com/#" rel="gallery1"&gt;link1&lt;/a&gt;</pre>

<p> </p>
]]></description>
			<pubDate>пт, 29 мар 2013 17:25:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7393&d=0#post37330]]></link>
		</item>
	</channel>
</rss>