Hi guys,
I am just start out and am making a template. I wish to insert an Image tag so that an image can uploaded to a specific div in my html.
I tried adding {content_image block='image_1' label="My Image Block"} but when I go to the edit the page i get this error
My Image Block
Error retrieving file list
Any ideas what I have done wrong?
Thanks!
Newbie help, prob with inserting image tag?
Re: Newbie help, prob with inserting image tag?
Try:
{content_image block='image_1' dir='images' label='My Image Block}
{content_image block='image_1' dir='images' label='My Image Block}
Re: Newbie help, prob with inserting image tag?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Newbie help, prob with inserting image tag?
Hi thanks, the following seemed to work
{content_image block="image_1" label="My Image Block" dir="images"}
but it only displays a drop down to select an image that's already in that directory.
Is there a way to create a browse button to select an image to upload instead?
thanks again
{content_image block="image_1" label="My Image Block" dir="images"}
but it only displays a drop down to select an image that's already in that directory.
Is there a way to create a browse button to select an image to upload instead?
thanks again
Re: Newbie help, prob with inserting image tag?
Yes, you need an extra module to make that happen:
GBFilePicker
Read the help after installing and make sure to set the right permissions so Editors can use it too.
GBFilePicker
Read the help after installing and make sure to set the right permissions so Editors can use it too.