teliuscf
Forum Replies Created
-
Updated and tested. Fixed! I confirm it’s working now.
Best wishes. ??
glad to have been of some help ??
Hi Andre,
the video source type is Vimeo.
When I click, nothing happens.Thank you.
Forum: Plugins
In reply to: [GoToWP] Language of the fields in the registration formHi @brandonmuth,
any news?
I need to use the plugin urgently.
Would the paid version solve the problem?
Thank you
Forum: Plugins
In reply to: [Participants Database] Fatal Error when downloading csvThank you Roland, I’ll try both.
Cheers.
Forum: Plugins
In reply to: [Participants Database] giving an uploading file name the value of a fieldOh, 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
In reply to: [Participants Database] giving an uploading file name the value of a fieldHi,
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