slorrin
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedI tried the following 3 things.
code 1
Code 2
Code 3 (in wp-admin/includes/media.php)it all works, until you hit “insert into editor”. then an error flashes so fast you cant’ read it.
but it at least makes the [audio:name] link appear in the media uploader..
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedblech, erad below
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedSpecificzlly, the problem seems to be with the 3rd bit of code you added.
I added that function at the end of my audio-player.php
at line 819. The error message i get isFatal error: Cannot redeclare media_send_to_editor() (previously declared in /home/church/www/pdf/wp-content/plugins/audio-player/audio-player.php:819) in /home/church/www/pdf/wp-admin/includes/media.php on line 170
line 819 reads
function media_send_to_editor( $html ) {I am going to back up my media.php and then look for similar code in there, and replace it with your code…
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedI got the same problem. about being already declared..e tc..
where precisely do we put these code changes? line numbers would help.