[SOLVED] cms_selflink from MicroTiny not working

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Dutch_guy
Forum Members
Forum Members
Posts: 64
Joined: Wed Apr 23, 2008 11:19 am

[SOLVED] cms_selflink from MicroTiny not working

Post by Dutch_guy »

I am using Module Generator for some modules I made.

If I have a wysiwyg textarea as field and I want to insert a link to an
internal page within the website, the link will not work on the frontend of the
website.

In the source of the website, the link will show like this: <a
href="{cms_selflink href='contact'}"> instead of showing the working link.

On normal pages linking to an internal page works perfectly. But with the wysiwyg field of the module generator it doesn't.

I have also posted this as a bug in Module Generator several weeks ago but haven't had any response.
Last edited by Dutch_guy on Sat May 11, 2013 11:17 am, edited 1 time in total.
Dutch_guy
Forum Members
Forum Members
Posts: 64
Joined: Wed Apr 23, 2008 11:19 am

Re: [Module Generator] cms_selflink from MicroTiny does not

Post by Dutch_guy »

Just got it fixed by changing my template.

Changed the field from:

{$item->omschrijving_nl}

to:

{eval var=$item->omschrijving_nl}
Post Reply

Return to “Modules/Add-Ons”