• 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: Showing image in submission

Showing image in submission 12 years 2 months ago #21852

  • aboville
  • aboville's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
Hello, working my (old) HTML I'm building a submission form/page but cannot have images appear. :(
The image field is "cover01" I use this code:

<td><img scr="{cover01:value}" width "160"></td>

Anybody knows what the right wording?

Thank you very much, :)

Alek
The administrator has disabled public write access.

Showing image in submission 12 years 2 months ago #21884

  • aboville
  • aboville's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
I've found how to have the name of the image file come-up, :) but what I am looking for is the actual image showing. Do I need something else? I've searched the four and documentation but couldn't find any info. :(
Thank you for your help.
Alek
The administrator has disabled public write access.

Showing image in submission 12 years 2 months ago #21890

  • octavian
  • octavian's Avatar
  • NOW ONLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Please use the following:
 <td><img src="{cover01:path}" width="160" /></td>

This is all explained in this article.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
Last Edit: 12 years 2 months ago by octavian.
The administrator has disabled public write access.
The following user(s) said Thank You: aboville

Showing image in submission 12 years 2 months ago #21913

  • aboville
  • aboville's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
Thank you very much. This exactly what I was looking for. I had search the forum but could not find the info. Is there a documentation/tutorial on customizing the layout of the view / detail view? HTML tags do not always work, (like cell borders and width).
Thank you a lot.
Alek
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!