steve1964
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Flash Video Player] Don’t Play Videos From YoutubeThe problem is not with the plugin, the flash player used in this plugin is jw player from longtail. The problem is that google as removed api from gdata.youtube.com.
Read here:
http://www.longtailvideo.com/support/forum/Bug-Reports/22784/YouTube-Videos-doesnt-runThe solution to the problem is to download the latest player from here:
http://www.longtailvideo.com/players/jw-flv-player/Unpack the player and then substitute the 2 files player.swf and yt.swf located in the plugin folder mediaplayer.
That’s all…Forum: Plugins
In reply to: [Plugin: Members List Plugin] Plugin Broken with 2.8.5I modified the plugin and now it works both on localhost and on the server, find <?= and replace with <?php echo, that is…
Forum: Plugins
In reply to: [Plugin: Members List Plugin] Plugin Broken with 2.8.5The problem is that some version of php, i’m using php 5.2.5 on a webserver with win2003 and on localhost with XP pro and php 5.2.5, require that you input php code in this way:
<?php … ?> and not <? … ?>, if you input the code in 2 way the php is simply not interpreted. So is not a problem of localhost but the version of the php you are using and the OS you are running.