• 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: Adding Counter to RSForm List Module

Adding Counter to RSForm List Module 11 years 1 month ago #21378

  • cool0
  • cool0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 1
Incase you need to add a serialized column to your table in moduel view, follow these steps:
1- Go to mod_forme_list.php and look for:
$temp_html = str_replace('{'.$field->name.'}',$prm[$field->name],$temp_html);
2- Add the following line after:
$temp_html = str_replace('{counter}',$i+1,$temp_html);
3- In the backend, go to module manager and open your module.
4- In your Module add the following to your Row Layout:
<td>{counter}</td>
The administrator has disabled public write access.
The following user(s) said Thank You: alexp
  • 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!