Can i add images in Content

General project discussion. NOT for help questions.
Locked
rocketman
New Member
New Member
Posts: 2
Joined: Fri Nov 01, 2013 6:51 pm

Can i add images in Content

Post by rocketman »

pretty much as what the titles says, "can i add images into my content" if so how?

i'm trying to reproduce www.gunacgme.co.nz into cms made simple so my old boss can update the site add new pictures easily. since i no longer work there
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Can i add images in Content

Post by velden »

Of course you can and you have multiple ways do implement it:

1. You can enable adding images in the wysiwyg editor.
Extensions -> MicroTiny WYSIWYG editor -> Settings (tab) -> 'Allow images'

2. use {content_image} tag

3. install GBFilePicker module and add some code in template:

Code: Select all

example: 
{content_module block="filepicker_block_4" module="GBFilePicker" assign="image4" label="Logo rechts onder" mode="browser" media_type="image" dir="images"}
Option 2 and 3 need some extra 'coding' to do something useful with the image(s).

Whatever option you choose, have a look at CGSmartImage module too to make it fool proof.
rocketman
New Member
New Member
Posts: 2
Joined: Fri Nov 01, 2013 6:51 pm

Re: Can i add images in Content

Post by rocketman »

velden wrote:Of course you can and you have multiple ways do implement it:

1. You can enable adding images in the wysiwyg editor.
Extensions -> MicroTiny WYSIWYG editor -> Settings (tab) -> 'Allow images'

2. use {content_image} tag

3. install GBFilePicker module and add some code in template:

Code: Select all

example: 
{content_module block="filepicker_block_4" module="GBFilePicker" assign="image4" label="Logo rechts onder" mode="browser" media_type="image" dir="images"}
Option 2 and 3 need some extra 'coding' to do something useful with the image(s).

Whatever option you choose, have a look at CGSmartImage module too to make it fool proof.
Cheers

Mate
Locked

Return to “General Discussion”