Romove Banner-Image-2.jpg

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Gobbo
New Member
New Member
Posts: 2
Joined: Tue Aug 05, 2014 7:44 am

Romove Banner-Image-2.jpg

Post 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
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1974
Joined: Mon Jan 29, 2007 4:47 pm

Re: Romove Banner-Image-2.jpg

Post 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...
"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!
Gobbo
New Member
New Member
Posts: 2
Joined: Tue Aug 05, 2014 7:44 am

Re: Romove Banner-Image-2.jpg

Post by Gobbo »

Hi,

I mistakenly deleted the text :(

Thanks for your help ;)
Locked

Return to “[locked] Installation, Setup and Upgrade”