Flabadab
Flabadab
I know this is a few month's old, but I've successfully modified MediaAccess.php to use the /new/ media manager if you guys are still interested. I've only tested it with...
@aolin480 : I suspect it might be because of line 222 in my code - I accidentally left the "thickbox" css class in the button link, so if you are...
@aolin480 sorry about that. I've just tested on a clean WP install and I see what you mean. I fixed it by including ``` php wp_enqueue_script('jquery') ``` on line 92,...
@kmh3785 - I've been told that including jQuery the way I did it is not the right way to do it, so I've made a minor tweak to the script....
@AlchemyCompSol The problem was that the media_scripts test in __contruct() function preventing the javascript libraries from loading on new posts. I've moved this check further down into the init() function...