Page 1 of 1
Romove Banner-Image-2.jpg
Posted: Wed Aug 06, 2014 9:32 pm
by Gobbo
Hi,
In what script is the link to banner-link-2.jpg in the simplex template, as I can't find it.
Kind Regards,
Gobbo
Re: Romove Banner-Image-2.jpg
Posted: Wed Aug 06, 2014 10:53 pm
by Jo Morg
Hi,
if you have installed the sample contents (as it appears you have) you can find a page called
simplex-theme (with the
Simplex template assigned to it) you should have read: it has a lot of information about the template itself.
You would have find this:
Code: Select all
{assign var='teaser' value='uploads/simplex/teaser/*.jpg'|glob}
{foreach from=$teaser item='one'}
<div><img src='{root_url}/{$one}' width='852' height='275' alt='' /></div>
{/foreach}
and an explanation on it's use...
The above code is placed on the template itself and generates the links by reading the filenames of the
jpg files on that particular folder ('
<site root>/uploads/simplex/teaser/)...
HTH
PS: We highly encourage all to read the sample content of a CMSMS installation as it has invaluable information about almost everything one needs to know to start working with it...
Re: Romove Banner-Image-2.jpg
Posted: Fri Aug 08, 2014 4:45 pm
by Gobbo
Hi,
I mistakenly deleted the text
Thanks for your help
