• 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: Frontend submission order

Frontend submission order 12 years 2 months ago #21578

Hi,

In my form i have a field to the user insert "time" (hh:mm:ss). Is possible to order the frontend submission by "time" value?

I change the file (com_rsform/models/submissions.php): (line 229)

$dir = $this->params->get('sort_submissions') ? 'ASC' : 'DESC';
$query .= " ORDER BY s.DateSubmitted $dir";
return $query;

for

$dir = $this->params->get('sort_submissions') ? 'ASC' : 'DESC';
$query .= " ORDER BY s.Username $dir";
return $query;

...and the frontend submission order the values by USERNAME...

but i can't order the submission by "time". Any help?

Tks...

Regards,
Pedro
The administrator has disabled public write access.

Frontend submission order 11 years 3 months ago #26228

Have you been able to sort by anything except the time date submitted?
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!