moonkir
Forum Replies Created
-
Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileThere is two solutions (maybe more:) )
1. https://olegon.ru/showthread.php?t=10580 (Russian) with code;
2. Add to functions.php in your theme:
setlocale(LC_ALL, ‘ru_RU.UTF-8’);Forum: Plugins
In reply to: [Work The Flow File Upload] Can't delete filesI also can not delete files from the directory
Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileHm, Cuts the words that have the letter in uppercase
Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileHi
I changed the hosting from windows to linux
Loading Cyrillic names works fine
But cuts the file name in different placesForum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileFile in cyrilic name upload – but not view in download
Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileI add
$name = iconv ("UTF-8", "WINDOWS-1251", $name);
to string 500 \work-the-flow-file-upload\public\includes\UploadHandler.phpfile save to Cyrillic
Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload filevery bad ?? russian not support THIS plugin
Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileI must using windows host
before saving the file you want to apply the code converts the encoding
$ filenameFileLocal = iconv ("UTF-8", "WINDOWS-1251", $ filenameFile);
please tell me the name of the file name variable and insert the code where
Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileForum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload filehttps://www.php.net/manual/en/function.iconv.php
and what about this?Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileIn other words, Work The Flow File Upload not support file names Cyrillic ??
very sorry that I spent outside your time plugin is really good, if not the last: (
Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileHow to be named upload files?
Cyr2Lat plugin converts name only when upload via mediafilesForum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload fileinstall plugin CyrtoLat
<?php echo get_the_title();?>
change to<?php echo the_slug(); ?>
in file theme function.php add this:function the_slug() { $post_data = get_post($post->ID, ARRAY_A); $slug = $post_data['post_name']; return $slug; }
its work!
but files nameР?Р?Р?РёР?РёС?С?С?РёС?Р?Р?Р°Р?РёРμ базС? в?” Р?Р?Р?РёС?.doc
Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload filebrilliant! It works!
Cyrillic but apparently not supported for both files and directories ..Forum: Plugins
In reply to: [Work The Flow File Upload] Edit view upload file‘%%WORKFLOW_STAGE_TITLE%%’ – this is for PRO version?
not work…