Title: teliuscf's Replies | WordPress.org

---

# teliuscf

  [  ](https://wordpress.org/support/users/teliuscf/)

 *   [Profile](https://wordpress.org/support/users/teliuscf/)
 *   [Topics Started](https://wordpress.org/support/users/teliuscf/topics/)
 *   [Replies Created](https://wordpress.org/support/users/teliuscf/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/teliuscf/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/teliuscf/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/teliuscf/engagements/)
 *   [Favorites](https://wordpress.org/support/users/teliuscf/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Presto Player] player controls disappears with firefox](https://wordpress.org/support/topic/player-controls-disappears-with-firefox/)
 *  Thread Starter [teliuscf](https://wordpress.org/support/users/teliuscf/)
 * (@teliuscf)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/player-controls-disappears-with-firefox/#post-14203501)
 * Updated and tested. Fixed! I confirm it’s working now.
 * Best wishes. 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Presto Player] player controls disappears with firefox](https://wordpress.org/support/topic/player-controls-disappears-with-firefox/)
 *  Thread Starter [teliuscf](https://wordpress.org/support/users/teliuscf/)
 * (@teliuscf)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/player-controls-disappears-with-firefox/#post-14202773)
 * glad to have been of some help 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Presto Player] player controls disappears with firefox](https://wordpress.org/support/topic/player-controls-disappears-with-firefox/)
 *  Thread Starter [teliuscf](https://wordpress.org/support/users/teliuscf/)
 * (@teliuscf)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/player-controls-disappears-with-firefox/#post-14202179)
 * Hi Andre,
    the video source type is Vimeo. When I click, nothing happens.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GoToWP] Language of the fields in the registration form](https://wordpress.org/support/topic/language-of-the-fields-in-the-registration-form/)
 *  Thread Starter [teliuscf](https://wordpress.org/support/users/teliuscf/)
 * (@teliuscf)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/language-of-the-fields-in-the-registration-form/#post-8944479)
 * Hi [@brandonmuth](https://wordpress.org/support/users/brandonmuth/),
 * any news?
 * I need to use the plugin urgently.
 * Would the paid version solve the problem?
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Fatal Error when downloading csv](https://wordpress.org/support/topic/fatal-error-when-downloading-csv/)
 *  Thread Starter [teliuscf](https://wordpress.org/support/users/teliuscf/)
 * (@teliuscf)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-when-downloading-csv/#post-4774908)
 * Thank you Roland, I’ll try both.
 * Cheers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] giving an uploading file name the value of a field](https://wordpress.org/support/topic/giving-an-uploading-file-name-the-value-of-a-field/)
 *  Thread Starter [teliuscf](https://wordpress.org/support/users/teliuscf/)
 * (@teliuscf)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/giving-an-uploading-file-name-the-value-of-a-field/#post-4563386)
 * Oh, I am sorry to hear this.
 * I am sure I am close to it but due to my huge limit, I’ve read and read the participants-
   database.php without getting where the right variable is.
 * Anyway Roland, I see your point and I’d like to thank you for this really useful
   plugin.
 * Cheers. Carlo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] giving an uploading file name the value of a field](https://wordpress.org/support/topic/giving-an-uploading-file-name-the-value-of-a-field/)
 *  Thread Starter [teliuscf](https://wordpress.org/support/users/teliuscf/)
 * (@teliuscf)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/giving-an-uploading-file-name-the-value-of-a-field/#post-4563383)
 * Hi,
 * so far, I found a rough solution:
 *     ```
       $urladdress = $_SERVER['REQUEST_URI'];
       		$personalid = substr($urladdress, -5);
       		$part01 = $wpdb->get_var("SELECT city FROM wp_participants_database WHERE private_id = '$personalid' ");
       		$new_filename = $part01 . '_' . $index . '.' . 'jjj';
       		//$new_filename = $parte01 . '_' . $index . '.' $filename_parts['extension'];
       		$index++;
       ```
   
 * but it works only if I upload a file with the same name of a file already uploaded.
   🙁
    I guess it’s because I am in the wrong part of the code… and “$new_filename”
   si the new name of the file if there is already a file with the same name of 
   the one I am uploading. But due to my ignorance, I don’t understand where is 
   the right part 🙂
 * Could you please tell me where I can “intercept” the right variable in order 
   to change the name of an uploading file?
 * Thank you. Carlo

Viewing 7 replies - 1 through 7 (of 7 total)