• 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: submission directory view

submission directory view 11 years 4 months ago #25913

Hey.
I have 2 question.

1. I do not want to show empty fields/rows in submission directory.

I changed one code components/com_rsform/views/directory/view.html.php line 55

from:
if ($field->viewable) {
$this->viewableFields[] = $field;
}

to:
if (!empty($field->viewable)) {
$this->viewableFields[] = $field;
}

But it is not work. How can I do that in submision directory additional jscript or php?

2. How can I display datas and titles vertical in submission directory view? it shown horizonal at the moment.

Best Regards
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!