Inserire locandina in homepage sotto il menù

La discussione sul CMS Made Simple in italiano.
Post Reply
darkwingduck
New Member
New Member
Posts: 3
Joined: Tue Mar 07, 2017 12:54 pm

Inserire locandina in homepage sotto il menù

Post by darkwingduck »

Salve,

sarebbe possibile inserire una locandina/immagine nella home del sito sotto il menù verticale o nella parte destra, con un link ad una pagina?

Grazie
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1921
Joined: Mon Jan 29, 2007 4:47 pm

Re: Inserire locandina in homepage sotto il menù

Post by Jo Morg »

Certo che puoi. Quale versione di CMSMS stai usando?
"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!
darkwingduck
New Member
New Member
Posts: 3
Joined: Tue Mar 07, 2017 12:54 pm

Re: Inserire locandina in homepage sotto il menù

Post by darkwingduck »

Jo Morg wrote:Certo che puoi. Quale versione di CMSMS stai usando?
Salve,

la 1.12.2
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1921
Joined: Mon Jan 29, 2007 4:47 pm

Re: Inserire locandina in homepage sotto il menù

Post by Jo Morg »

Se si desidera un'immagine con un link in qualsiasi punto della pagina. basta mettere {cms_selflink page='alias' image='image.png'} o <a href="{cms_selflink href='alias'}"><img src="image.png"></a> dovunque lo abbiate bisogno.
Se si desidera inserire un'immagine per opzione di menu utilizzare il modello di menu come si può vedere discusso in viewtopic.php?f=28&t=73587 (solo in inglese, temo).
Inoltre si raccomanda di aggiornare a CMSMS 2.x appena possibile.
Spero di aver capito la tua domanda, come io sono Portugues e, anche se posso capire un po ', io uso un traduttore per aiutarmi a leggere e rispondere.
"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!
darkwingduck
New Member
New Member
Posts: 3
Joined: Tue Mar 07, 2017 12:54 pm

Re: Inserire locandina in homepage sotto il menù

Post by darkwingduck »

Jo Morg wrote:Se si desidera un'immagine con un link in qualsiasi punto della pagina. basta mettere {cms_selflink page='alias' image='image.png'} o <a href="{cms_selflink href='alias'}"><img src="image.png"></a> dovunque lo abbiate bisogno.
Se si desidera inserire un'immagine per opzione di menu utilizzare il modello di menu come si può vedere discusso in viewtopic.php?f=28&t=73587 (solo in inglese, temo).
Inoltre si raccomanda di aggiornare a CMSMS 2.x appena possibile.
Spero di aver capito la tua domanda, come io sono Portugues e, anche se posso capire un po ', io uso un traduttore per aiutarmi a leggere e rispondere.
I mean: how to put an immage (with link) in the right or left side in the site ?
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1921
Joined: Mon Jan 29, 2007 4:47 pm

Re: Inserire locandina in homepage sotto il menù

Post by Jo Morg »

Insert <a href="{cms_selflink href='alias'}"><img src="image.png"></a> on the template you are using for that page:

alias = alias of the page you want to link to (assuming it's a CMSMS page)

image.png = replace with a valid URL to the image you want.

Where you put it and how you style it is a matter of HTML and CSS and a bit out of scope for these forums.

And I hope my written Italian wasn't too bad either... :)
"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!
Post Reply

Return to “Italian - Italiano”