boggy_bg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HD button to the video playerHere I really wondered if it is complicated to add simple HD button without plugin, although Switch Video Quality works well.
Forum: Plugins
In reply to: [Switch Video Quality] External video not readingHere is my video: https://media-vissarion.ru/media/video/Masterclass%20SD.mp4
I tried your video and it works!
…And I found the problem: the plugin stripes out the spaces in the name while WP doesn’t.
For me, the plugin is OK, thanks.
Forum: Fixing WordPress
In reply to: Max upload file sizeI am really, really thankful!
After the restart, everything goes well.
I wish you all the success,
Bogdan
Forum: Fixing WordPress
In reply to: Max upload file sizeI tried both of them in my php.ini (local server: wamp x64, Win 7 x64) and nothing happened.
Are you sure there is no option in WP to limit that?
Forum: Fixing WordPress
In reply to: Max upload file sizeNow, I changed php.ini (on my local server) to 200MB and nothing changed, then I tried the remote installation and nothing either.
Seemingly it requires some hack, but I am a little newbie to WordPress to apply correct hack.
@jjkovis: thank you for your support, but I lack of experience to apply the hack
Forum: Fixing WordPress
In reply to: Max upload file sizeThank you very much, that’s it!
So, WordPress doesn’t pose any limitations in this respect?!
Forum: Fixing WordPress
In reply to: Max upload file sizeIn the file upload layer, one read “maximum file upload: 2 MB” and if I try to upload bigger file, the error message is: “this file is over the maximum allowed size” (sorry, my installation is Bulgarian and I translate back to English)
Forum: Networking WordPress
In reply to: WPMU root installationYes, I put fresh Bulgarian WP 3.01 installation in the root and everything was OK until I tried multisite option.
Have you tried root installation with the latest version?
Forum: Networking WordPress
In reply to: WPMU root installationCorrection: the above htaccess file is the correct one when installation is in the subdir (/wordpress).
The file that does not work in the root installation is:
RewriteEngine On RewriteBase / # the difference is here RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
‘wp-config.php’ is according to the installation.