Text description beside image in a item of a module

alt=
@dobmat
10 years ago
93 posts
Hi

I want to put a test description beside the image in an module item. In the item detail template I can see the " jrCore_module_function function="jrImage_display" ". Is there something similar that I can for get text on the left side and the image of the right.

Thanks.
updated by @dobmat: 08/12/14 09:42:03PM
brian
@brian
10 years ago
10,148 posts
You would need to do something custom for this - the image display on a form update is actually not controlled by a template, but is output by the "jrImage_form_field_image_display" function found in the modules/jrImage/include.php file.

I can look into making it a template down the road though - I'll add that to the master todo list.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
michael
@michael
10 years ago
7,715 posts
Take a look at the jrAprana module.

Use that to make your own module called whatever you like.

Then use the Form Designer to add an image upload to the create/update form.

That will give you TITLE | IMAGE fields.

If you need more text than just the title, use the Form Designer to add a text field.

Then you customize the templates of your module to get them to look however you want them to look.

Tags