Forum Activity for @nate

nate
@nate
04/06/16 05:31:44AM
917 posts

Convert action_data to item


Jamroom Developers

I am not using item_detail_features. Instead I am using {jrComment_form} And I already made my own like bar.

Thanks.
nate
@nate
04/05/16 08:43:21AM
917 posts

jrCore_media_player passing vars


Jamroom Developers

The documentation says we can pass variables to the player call but they aren't passing. I'm passing a var called override.


{jrCore_media_player
        override=true
        module="jrAudio"
        field="audio_file"
        search1="_item_id = `$item.action_item_id`"
        limit="1"
        autoplay=false}

I also tried it as a string. I'm not seeing it in the player template.
updated by @nate: 07/08/16 07:48:43PM
nate
@nate
04/05/16 08:01:55AM
917 posts

Convert action_data to item


Jamroom Developers

For the record, this doesn't work for audio and video. The action is created too early for the media data and is never updated.

You can close this out now.
nate
@nate
04/01/16 12:37:48PM
917 posts

TypeError: $(...).qtip is not a function


Jamroom Developers

That was it. Thanks again.
nate
@nate
04/01/16 03:06:43AM
917 posts

TypeError: $(...).qtip is not a function


Jamroom Developers

I'll check my footer.tpl. Thanks.
nate
@nate
03/31/16 12:43:19PM
917 posts

Convert action_data to item


Jamroom Developers

I suppose I can try loading the item_features individually but I'd still need the item, correct?
nate
@nate
03/31/16 12:42:08PM
917 posts

Convert action_data to item


Jamroom Developers

Quote: {jrCore_item_detail_features} invalid value received for "item" parameter (skins/n8Maestro4/jrAction_item_list.tpl)
nate
@nate
03/31/16 12:32:09PM
917 posts

Convert action_data to item


Jamroom Developers

So I got the player to show, but the action is created before the files are converted. So, the media files are not in the action_data. This is why I have been running a query.

I can handle the player but not item_detail_features.
nate
@nate
03/31/16 12:18:00PM
917 posts

Convert action_data to item


Jamroom Developers

That returned this
Quote: {jrCore_media_player} no media found for player (skins/n8Maestro4/jrAudio_item_action.tpl) - See more at: http://n8flex.com/pop-culture#sthash.yPQjQIok.dpuf

I suppose I could to write the long hand version for the player code.

What I really wasn't is to have timeline comments go the the media instead of the action. So if they like a song the song gets the new comment. I have to pass an item to get it to work tho.
updated by @nate: 03/31/16 12:19:19PM
  56