Hello everyone
I want to create, like the news module, the ability to have a field defined for an image, even creating a standard pages
Is it possible?
thanks
definition fields for standard new page
Re: definition fields for standard new page
thanks for the reply
but this method allows me to select a photo that I have uploaded
while in the news module I can load it at the time
but this method allows me to select a photo that I have uploaded
while in the news module I can load it at the time
Re: definition fields for standard new page
Have a look at GBFilePicker module and read the help. It provides a nice way for editors to upload and/or select files.
In this topic I posted some backend screenshots of how that can look like for editors:
http://forum.cmsmadesimple.org/viewtopi ... =5&t=70017
In this topic I posted some backend screenshots of how that can look like for editors:
http://forum.cmsmadesimple.org/viewtopi ... =5&t=70017
Re: definition fields for standard new page
thanks but it looks really complicated 
Re: definition fields for standard new page
Ok I think you are making it more complicated than it really is...
Alternatively you can try Cataloger which installs content types that allow you to upload a bunch of images per item (page) the way you want.
HTH
velden wrote:Of course:
http://docs.cmsmadesimple.org/tags/core/content_image
News is different than adding pages and contents, so velden pointed out the way to go. Simple and effective. Keep in mind that you can upload files while adding content (actually while in any admin page) just by selecting a bunch of files and dragging them to the top widget with a folder icon and the following label: "Drop files here to upload". They will be uploaded to the current selected folder in FileManager. How much simpler could that be?giapippo wrote:thanks for the reply
but this method allows me to select a photo that I have uploaded
while in the news module I can load it at the time
Alternatively you can try Cataloger which installs content types that allow you to upload a bunch of images per item (page) the way you want.
HTH
"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: definition fields for standard new page
ok you are right
i tried with this string
{content_image block='Immagine testata' width='420' height='300' dir='uploads/images/'}
but in the page i have
Error in retrieving the file list
why?? thanks for help
i tried with this string
{content_image block='Immagine testata' width='420' height='300' dir='uploads/images/'}
but in the page i have
Error in retrieving the file list
why?? thanks for help
Re: definition fields for standard new page
ok now work fine
{content_image block='Immagine testata' width='100%' dir='images/layer-gallery'}
{content_image block='Immagine testata' width='100%' dir='images/layer-gallery'}


