Jump to content

Audio Player in jomsocial my listings plugin


Adam Melcher

Recommended Posts

I was able to find the audio player function and add it to the my_listings community plugin theme override file.  I know I am missing something because the player displays in the plugin, but it's not finding the audio file(s).  After the category div in the plugin, I added:

 

<div id="audioTab">
 
<?php echo $this->renderControllerView('media','audio',array('id'=>'listing'.$listing['Listing']['listing_id'],'listing'=>$listing)); ?>
 
</div>
 
what else do I need to add to display the song(s) that are found in that listing?
 
Almost there (and I'm sure there are quite a few other jreviewers that would love to have this feature as well...)
 
Adam

post-23004-0-72710000-1446614380_thumb.png

Link to comment
  • 3 weeks later...
×
×
  • Create New...