Author Topic: Custom Feed Media Showing up in Single Posts  (Read 4097 times)

ultimate

  • Newbie
  • Posts: 2
Custom Feed Media Showing up in Single Posts
« on: August 21, 2009, 09:16:38 am »
The custom feeds page says, "Note that additional custom feeds will not appear in the online player or in download links."

Beginning in version 0.9, a player and media from my two custom feeds started appearing in single posts along with the player and media for regular podcast feed. The players for my custom feeds' media appears first and then the player for the regular podcast media appears last. Something like this...

Code: [Select]
<div class="powerpress_player" id="powerpress_player_6440"></div>
<script type="text/javascript">
pp_flashembed(
'powerpress_player_6440',
{src: 'http://mysite.site/wp-content/plugins/powerpress/FlowPlayerClassic.swf', width: 320, height: 24 },
{config: { autoPlay: false, autoBuffering: false, initialScale: 'scale', showFullScreenButton: false, showMenu: false, videoFile: 'http://mysite.site/audio/custom/thismedia.mp3', loop: false, autoRewind: true } }
);
</script>
<div class="powerpress_player" id="powerpress_player_6441"></div>
<script type="text/javascript">
pp_flashembed(
'powerpress_player_6441',
{src: 'http://mysite/wp-content/plugins/powerpress/FlowPlayerClassic.swf', width: 320, height: 24 },
{config: { autoPlay: false, autoBuffering: false, initialScale: 'scale', showFullScreenButton: false, showMenu: false, videoFile: 'http://mysite.site/audio/thatmedia.mp3', loop: false, autoRewind: true } }
);
</script>

I've compared the source code between 0.8.3 and 0.9.5 and I just can't figure out what's causing that second feed to appear on the single post pages, other than this line potentially being ignored...

Code: [Select]
$ExcludePlayers = $GeneralSettings['custom_feeds'];
The main reason I'm using the custom feeds is so that I can have a custom feed with different media that doesn't show up on the web site and it was working great until 0.9. I've also tried to use the the_powerpress_content() function introduced in 0.9, but that doesn't seem to be returning anything.

I figured someone else would have run into this by now, but there must be something unique about my usage. This problem started with 0.9 and I've checked each new release since then and it has appeared so I've stayed with version 0.8.3 until I can figure it out. I'm currently using Wordpress 2.8.4, but I've had each new release installed over this time period. Bug, feature, suggestions?

Thanks,

Dennis

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Custom Feed Media Showing up in Single Posts
« Reply #1 on: August 21, 2009, 10:37:29 am »
The players for the other custom podcast feeds was added in 0.9.0. The note is wrong and we willb e changing that in the next release as well as adding an option in each custom podcast feed to set whether or not the player should appear in the pages or not. Sorry for the confusion.

ultimate

  • Newbie
  • Posts: 2
Re: Custom Feed Media Showing up in Single Posts
« Reply #2 on: August 21, 2009, 10:45:53 am »
I just wanted to make sure I was getting enough sleep and night and eating my cheerios. For the most part the plug-in works very well.

Thanks,

Dennis