[solved][Bug?] Gallery custom field with self_link[/solved]
Posted: Fri Jul 15, 2011 11:59 am
I made a Gallery with a custom content field which can be filled with WYSIWYG.
When you select some text and choose a self link to a page on the site it does not get parsed properly when looking at the page.
The URL looks like this:
While the code looks ok:
Any ideas why this is not parsed or is it a bug?
When you select some text and choose a self link to a page on the site it does not get parsed properly when looking at the page.
The URL looks like this:
Code: Select all
http://www.domain.nl/{cms_selflink%20href='activiteiten'%20}
Code: Select all
<a href="{cms_selflink href='activiteiten' }">activiteiten</a>