• 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: change uploaded file name in rsform pro

change uploaded file name in rsform pro 15 years 6 months ago #8619

Hi.
I want to change uploaded file name of rsforms pro and remove defult prefix of files (i mean the prefix who rsform add by defult) and add the Ticket id for files.

how can i change this file name?
The administrator has disabled public write access.

Re:change uploaded file name in rsform pro 15 years 6 months ago #8646

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

I do not recommend performing this modification... but if it is absolutely necessary... you will have to edit the components/com_rsform/controller/functions.php and change this:
$timestamp = uniqid('');
 
to 
 
$timestamp = '';
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
Last Edit: 15 years 6 months ago by alexp.
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!