• 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: Directory view Listing Order - invert?

Directory view Listing Order - invert? 10 years 11 months ago #27521

Currently when viewing the directory on the frontend, the latest users to fill out the form is listed at the top - we'd like to invert the order displayed so the first person that submitted the form and the most recent is last. Where can we change this from descending to ascending?
The administrator has disabled public write access.

Directory view Listing Order - invert? 10 years 11 months ago #27524

Got it working...

went into components/com_rsform/models

edited directory.php went down and commented out line 153 and added the next line on 154
// $query .= ' ORDER BY '.$this->_db->qn($this->getListOrder()).' '.$this->_db->escape($this->getListDirn())
		$query .= ' ORDER BY s.SubmissionId asc';
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!