• 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: How to Show Uploaded image in Directory View

How to Show Uploaded image in Directory View 9 years 6 months ago #32889

  • alitman
  • alitman's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
in Joomla 3.0 and RSforms component there is Directory view for form submissions,I have image field to upload image by user,when it comes to show submissions it show's just linked name of image,Now I want to show image itself. the original code is like below :

<a href="/index.php/floor-2/floor-2-row-2/r18/r18-view?task=submissions.view.file&amp;hash=4bb4caf00d11d9efee04a4e196b69bce">5627585604f7e-3.jpg</a>

I changed it to show image itself :

<img src="/index.php/floor-2/floor-2-row-2/r18/r18-view?task=submissions.view.file&amp;hash=6b1d89f00383eb1644d421ed9fdd9eb8">

I know how to show image instead of link,But the thing I want to know is how to make it permanent and force RSforms to load all images like this in table.
Also I found the part of code that is generating this table :

<?php foreach ($this->viewableFields as $field) { ?>
				<td align="center" class="center directoryCol directoryCol<?php echo $this->getFilteredName($field->FieldName); ?>"><?php echo $this->getValue($item, $field); ?></td>
			<?php } ?>
Now I don't know where to change this !!! I really become happy if some one can help . . .
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!