Page 1 of 1

Self_link href not working in Company Directory

Posted: Thu Feb 28, 2019 9:57 am
by Sendlingur
Hi all

I'm using the link to internal cmsms page option in the Company Directory editor.

I can add it in the editor but if I click the link it is broken and shows a very strange url.( see below)

Code: Select all

https://mywebsite/%7Bcms_selflink%20href='introduction-information'%7D
Is there a way to fix this? I have tried everything that has come to mind, but now I'm running out of options.

I would prefer to not hard code every link for each company.

Re: Self_link href not working in Company Directory

Posted: Thu Feb 28, 2019 3:04 pm
by DIGI3
It looks like the output is not being parsed through Smarty, you may need to {eval} it (see Smarty docs for details).