I am currently attempting to use the Gallery module's gallery comments system to provide banner text.
To explain, I am using the Gallery module to provide a banner on the home page and within this banner I have absolutely positioned a bit of text.
I am attempting to use the Galleries main comment box to show this bit of text.
This works great except for I cannot use smarty tags within this comment box for some reason. The cms_selflink smarty tag is showing up on the url rather than showing the url.
This is my code:
Code: Select all
<img title="Chantal - The Beauty Experts" src="uploads/images/logoText.png" alt="Chantal - The Beauty Experts" width="200" height="31" />
<p>Friendly atmosphere<br />Professional<br />Affordable treatments</p>
<a href="{cms_selflink href='contact-us'}">Book your treatments today</a>
Code: Select all
http://mydomain.com/{cms_selflink href='contact-us'}
Code: Select all
http://mydomain.com/index.php?page=contact-us
I am using cmsms version: 1.9.4.2 and gallery module version: 1.4.4.
Any help with this would be greatly appreciated.
Mr.Enigma