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
Romove Banner-Image-2.jpg
Re: Romove Banner-Image-2.jpg
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: 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...
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}
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...
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: Romove Banner-Image-2.jpg
Hi,
I mistakenly deleted the text
Thanks for your help
I mistakenly deleted the text

Thanks for your help
