Forum Activity for @ekwe

alt=
@ekwe
09/20/14 10:14:25PM
212 posts

like_status For Audio Tracks Not Showing


Design and Skin Customization

michael:
Use the {debug} function to see if $like_status exists in your template or not. If that variable is not there, then you will always land in the {else} section

"{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug

I did use debug, and used it from there. Still not working
updated by @ekwe: 09/20/14 10:15:28PM
alt=
@ekwe
09/20/14 09:50:31PM
212 posts

How To Use Custom Button For FoxyCart?


Design and Skin Customization

brian:
You would have to just get the URL - i.e.

{jrFoxyCart_add_url module="jrAudio" item=$_item field="audio_file" assign="cart_url"}

<a href="{$cart_url}">Click here to add this item to the cart</a>

Hope this helps!

Ok, getting this error. And it's not working - jrFoxyCart_add_url: item info array required
alt=
@ekwe
09/20/14 08:39:57PM
212 posts

Soundcloud Custom Play Button Change Not Working


Design and Skin Customization

I am trying to change the play button on item list using this code {jrSoundCloud_player params=$item image="play-button"} and it is not working
alt=
@ekwe
09/20/14 08:37:12PM
212 posts

like_status For Audio Tracks Not Showing


Design and Skin Customization

sorry this is what i'm trying to do.

 {if $like_status == "liked"}
  
Liked  
  {else}

<image> Do you like this track?
{/if}
alt=
@ekwe
09/20/14 02:09:33PM
212 posts

Jr Seamless function ,order_by wildcards


Design and Skin Customization

Ah great, was just looking for a way to do this. Any time soon for this update :) ?
alt=
@ekwe
09/20/14 01:12:56PM
212 posts

Soundcloud Custom Play Button Change Not Working


Design and Skin Customization

I did this {jrSoundCloud_player params=$item image="play-button"} just like how I changed others. But it did not work. Help
updated by @ekwe: 10/21/14 05:46:06PM
alt=
@ekwe
09/20/14 11:20:56AM
212 posts

like_status For Audio Tracks Not Showing


Design and Skin Customization

I have used {$like_status} $item.like_status etc for this. And it is not showing the status of the user. How do I display it to the user in a text format. Thanks
updated by @ekwe: 10/29/14 05:21:52PM
alt=
@ekwe
09/19/14 11:47:25AM
212 posts

How To Use Custom Button For FoxyCart?


Design and Skin Customization

that's what I want to do.

Example:
updated by @ekwe: 09/19/14 11:49:02AM
alt=
@ekwe
09/18/14 05:32:43PM
212 posts

How To Use Custom Button For FoxyCart?


Design and Skin Customization

I want it to be next, Like Buy Now no icon, no image
  8