1
Having *lots* of problems trying to add a relative link in an article created in SmartSection that leads to my contact form in the module Liaise.
In a custom HTML block, I can use the recommended:
<a href="{X_SITEURL}modules/liaise/">Forma>
and this works fine. However, in SmartSection (using Koivi editor) it didn't work when I added the same code to the HTML. So I found an article in the FAQ about adding custom links in the main XOOPS menu. I then tried:
<a href="<$xoops_url>/modules/liaise/">Forma>
but that doesn't work either. I've now tried every combination of escape character, brace, bracket and quote-mark going and still no joy.
Time to ask!