• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: display uploaded images in the detail view

display uploaded images in the detail view 12 years 6 months ago #15240

  • caeos
  • caeos's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
I want to display uploaded images in the detail view but not as links
is there a magic piece of code i need to use.
thanks
The administrator has disabled public write access.

Re: display uploaded images in the detail view 12 years 6 months ago #15263

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
You can simply use something like this:
<img src="{name_of_upload_field:path}" />
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: eero

Re: display uploaded images in the detail view 12 years 6 months ago #15267

  • caeos
  • caeos's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
sorry, i dont quite follow.
here is the code i am using at the moment and the result shows as just a clickable link
eg 4e9cc70a9e9f9-jtdtm.jpg
which opens the image
<TR border="1"><TD>
 
	<B>	{File2:value}</B><BR><BR></TD></TR>	
<TR border="1"><TD>
 
	<B>	{File3:value}</B><BR><BR></TD></TR>

> forum suggestion - reload post content on captcha failure!<
The administrator has disabled public write access.

Re: display uploaded images in the detail view 12 years 6 months ago #15273

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
If "Field2" is the name of the upload field, use {Field2:path} instead of {Field2:value}.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re: display uploaded images in the detail view 12 years 6 months ago #15286

  • caeos
  • caeos's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
ok
i have tried variations of
<TR border="1"><TD>
 
	<B><img src="{File2:http://site.org/images/stories/originalphotos/}"  width="200" height="200" /></B><BR><BR></TD></TR>
<TR border="1"><TD>
 
	<B><img src="{File copy:/home2/site/public_html/images/stories/originalphotos/}" width="200" height="200" /></B><BR><BR></TD></TR>

and no joy. i added the size tags to check the images were attempting to load.
The administrator has disabled public write access.

Re: display uploaded images in the detail view 12 years 6 months ago #15298

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Just use the word "path", not the actual path. Replace "site.org/images/stories/originalphotos/" with "path"
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: caeos, eero, Akhmed

Re: display uploaded images in the detail view 12 years 6 months ago #15302

  • caeos
  • caeos's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
i bow and genuflect before your greatness
The administrator has disabled public write access.

Re: display uploaded images in the detail view 12 years 5 months ago #15493

  • s31523
  • s31523's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 25
I assume this only works in the Pro version. In the regular version (RSFORM) I have to hard code the path, as in:
/components/com_forme/uploads/{FormImage}
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!