Forum Activity for @ekwe

alt=
@ekwe
09/06/14 01:58:10PM
212 posts

Where Is the "your_callback_uri" for oneall


Design and Skin Customization

douglas:
I think the buttons could be customized by uploading new images, with the same file names, to your modules/jrOneAll/img directory.

for the sign in? front end not backend
alt=
@ekwe
09/06/14 11:50:51AM
212 posts

Using AND/OR in if else for Quota IDs


Design and Skin Customization

{if $item.profile_quota_id == 5&&6}
Code
{/if}

or

{if $item.profile_quota_id == 5||6}
Code
{/if}

which one is correct? trying to show some areas based on Quotas
updated by @ekwe: 10/08/14 12:23:37AM
alt=
@ekwe
09/06/14 11:28:34AM
212 posts

Where Is the "your_callback_uri" for oneall


Design and Skin Customization

hmmm, even how to customize the buttons too? because I can't see it on their documentation
alt=
@ekwe
09/04/14 08:52:32AM
212 posts

Where Is the "your_callback_uri" for oneall


Design and Skin Customization

Trying to embed this on another html page of another time to connect with our jamroom. Thanks
updated by @ekwe: 10/13/14 04:04:29PM
alt=
@ekwe
09/03/14 05:53:37AM
212 posts

How To Strip HTML from page view


Design and Skin Customization

Put in this code, but not working

- {$profile_bio|jrCore_format_string:$profile_quota_id:false:"html"|truncate:300:"...":false}
updated by @ekwe: 10/03/14 06:59:58PM
alt=
@ekwe
09/01/14 08:33:56PM
212 posts

Can't Find Template For Station


Design and Skin Customization

i renamed my stations.tpl to radios.tpl will that affect the templates? because on the radios.tpl it's perfect
alt=
@ekwe
09/01/14 07:41:54PM
212 posts

Need To Put Comments on Profile Pages


Design and Skin Customization

paul:
Just include the following in the profile_index.tpl (or wherever) -

    <h2>{$profile_name} comments</h2>
    {jrComment_form module="jrProfile" profile_id=$_profile_id item_id=$_item_id}

hth
Pa

Worked like a charm :) Thank you
  12