gewone
Forum Replies Created
-
I second this one! It has struck my mind several times.
Such function shouldn’t be too hard to implement, either.Now I’ve upgraded to WP 3.0.4 — still same behavior. When I click ‘New post’ thus get the full scale interface for creating a new post, the little clickable image appears correctly. It seems to lead to:
https://myblog.com/wp-content/plugins/fv-wordpress-flowplayer/images/icon.png
However, in QuickPost widget, it’s:
https://myblog.com/wp-admin/RELATIVE_PATH/images/icon.png
Weird! I’m thinking, I have enabled the ‘enforce SSL connections’ feature in my wp-config.sys, so that everything redirects -> https, could this be what’s causing it? Weird indeedy.
Forum: Fixing WordPress
In reply to: Timestamp format for auto-drafts 12h instead of 24.Anyways, I found my solution.
File: /wp-admin/admin-ajax.php
Pattern to look for:
/* translators: draft saved date format, see https://php.net/date */ $draft_saved_date_format = __('g:i:s a');
I just had to change it (-> “H:i:s”). Behavior changed instantly. However, feels kinda strange that this is not changed. I am using the Swedish locale of WordPress, and Svezia is indeed a land of the 24h system. May the developers/translators have forgotten this instance of code, or could there be any deeper explanation why this is not change. Just curious, so that I’ll not mess up my WP installation or something by changing it to H:i.
Again, thanks for taking notice~
Cheers! ??Forum: Fixing WordPress
In reply to: auto-draft clutterPlugin’s off the hook — brilliant!
Thanks! ??Forum: Plugins
In reply to: How to set new posts visibility to private by default ?Big thanks for this. Perfect solution for your private life journal. Hopefully there will be a designer setting in the actual GUI somewhere soon (WP v3.1 perhaps?). I love the blogging engine anyways. ?
Forum: Fixing WordPress
In reply to: FORCE_SSL_ADMIN/LOGIN not working?Big thanks to you tony_k!
I was going _phrenic_ due to enforcing SSL admin login not working.
Googl’d the define param and found your (this) thread.
Moved the define to the top of wp-config.php, now works flawless! ??Thanks!