Author Topic: which file render the player  (Read 960 times)

ulima69

  • Newbie
  • Posts: 2
which file render the player
« on: September 07, 2011, 06:44:07 pm »
Hello,
i need to inserto a rule to display or no the player, but i dont know which file render the player
thanks

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: which file render the player
« Reply #1 on: September 08, 2011, 09:38:12 am »
PowerPress Settings > Basic Settings, for the "episode entry" section, select the "Display Player and Links Options" option, it should explaind and show you additional options, you MUST select one or 2 of the sub-options, then click 'save'. Make sure you have the latest version of PowerPress, version 2.0.3 and older would not display this option correctly.

ulima69

  • Newbie
  • Posts: 2
Re: which file render the player
« Reply #2 on: September 08, 2011, 05:40:22 pm »
angelo actually i want the file that display the player.
my problem is i can only show the player if an user is logged.
And i think to do this

if(is_user_loged_in){
show the player
}

but i dont know where i can put the code inside the plugin.
which file i have to do this check?

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: which file render the player
« Reply #3 on: September 09, 2011, 09:15:30 am »
Such code needs to be added to your theme, and at that point you could make use of the PowerPress theme functions, documented here: http://help.blubrry.com/blubrry-powerpress/customizing-with-your-wordpress-theme/