MrBW
Forum Replies Created
-
Forum: Plugins
In reply to: [SQLite Database Integration] Enable SQLITE on new WordPress installationWould it be possible to have a portable WP installation, i.e. copy/image of a clean new WP installation with the plugin installed and activated. Archive the whole WP site files/folders.
You now have a ready-to-deploy installation with no need to first install MySQL. Just need to modify a few properties in one or more php files before you are up and running (of course also need to install PHP, Webserver etc). We could have a repo on GitHub with such a portable installation?Forum: Plugins
In reply to: [SQLite Database Integration] Enable SQLITE on new WordPress installationFirst of all, I think it’s a wrong illusion to think that WP-sites running on SQLite should not be able handle “dynamic” sites with MANY concurrent users. I will claim that SQLite has the performance and feature to support this….it’s just a matter of how SQLite-support is implemented into WP.
Maybe this will be the default setup for 80% of all WP sites in the future! ? ??And for SQLite support for new sites:
Andrew Ozz mentioned it might be possible using “mu-plugin” or “drop-in”, see this thread-comment.
Can anyone elaborate on this / provide more details?- This reply was modified 1 month ago by MrBW.
Forum: Plugins
In reply to: [SQLite Database Integration] Persistent object caching with sqlite databaseA very good question, a shame there’s no answer yet.
Forum: Hacks
In reply to: Remove a filter…..Ahhh…..Well, at least I don’t have to waste more time going down that road.
You been very helpfull ??Forum: Plugins
In reply to: WooCommerce, checkout page: is "Tax" hardcoded?It turns out to be controlled by the admin page: WooCommerce/Settings/Tax/Standard Rates ??
Forum: Fixing WordPress
In reply to: Is permission 750 not enough when installing plugin?Can someone tell me why www-data neeed to be owner to be able to e.g. install a plug-in?
I would expect that if www-data is the group and it has R,W,X on both files and directories, then you should be able to install plugins without being asked for FTP credentials, right?Forum: Fixing WordPress
In reply to: Is permission 750 not enough when installing plugin?it seems the apache user “www-data [33]” need to be owner, not just the group!
Forum: Themes and Templates
In reply to: Include "editor.min.css" in my child themeWau…..I guess I should have looked that up myself ??
THAAAANK ??Forum: Themes and Templates
In reply to: Include "editor.min.css" in my child themeI want my HTML code to look clean in the editor (in “text” mode…I did disable WPautop). I don’t want my long lines to be wrapped.
You write to disable it within the admin editor, how? if not changing the style for the editor class.
And yes, I’m only talking about backend.
Another way to ask, how do I make a “child” config of the backend, so I don’t have to edit the WP css files directly?