Author Topic: Customization of predefined text  (Read 3095 times)

sjefen6

  • Newbie
  • Posts: 2
Customization of predefined text
« on: May 31, 2009, 12:07:55 pm »
The "box" with the player and download link should be more customisable. It would require exposing of some (new?) variables like $embed_url, $audio_player, $feed_url and $download_text.
The default setting would look something like this
Code: [Select]
$audio_player </br>$download_textWhich would display the audio player that comes with powerpress, and the download text that already can be customized in the settings.

A customised version could look like
Code: [Select]
[audio:$embed_url] </br>$download_text <a href=$feed_url>RSS Feed</a>
This should be possible to do for each customised feed. UI example: http://img190.imageshack.us/img190/3266/mocup.jpg


As a sidenote: You also need to expose the language setting for each customized feed


angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Customization of predefined text
« Reply #1 on: May 31, 2009, 05:44:15 pm »
First, you can customize the text for play/download, and duration. Please see the help page regarding translation: http://help.blubrry.com/blubrry-powerpress/powerpress-translation/ Translation can be done using the described defines in your wp-config.php.

As for language for feeds, version 0.8.0 now has a language option when editing custom podcast feeds and category podcast feeds. If you wish to set the main RSS feed language, please see WordPress.org for documentation on how to change the language.