Forum Activity for @douglas

douglas
@douglas
10/26/18 07:15:00AM
2,802 posts

login or create an account to purchase


Using Jamroom

paul:
If non logged in users click on the Checkout button they will be taken to the login page (with signup link). When that is done they are taken back to the item page.
Are you not seeing this happen?


Paul is correct, this is how it is suppose to work. If you aren't seeing this, then you might try reloading the payment module, Marketplace > Tools > Reload Modules Or Skins, then run the Integrity Check tool and Reset Caches.

Hope this helps!
douglas
@douglas
10/26/18 06:31:56AM
2,802 posts

Upload Music ID - jrFanClub


Design and Skin Customization

Hello,

There isn't an "Upload Music" language string, you can add it to the en-US.php file in the skins/jrFanClub/lang directory if you like.

At the bottom of the file right after this:
$lang[176] = "Images";

add this:
$lang[177] = "Upload Music";

Then your language function would be:

{jrCore_lang skin="jrFanClub" id="177" default="Upload Music"}

You'll want to run the Integrity Check tool and Reset Caches so the new language string gets added to the skin.

Hope this helps!
updated by @douglas: 10/26/18 06:32:43AM
douglas
@douglas
10/26/18 06:27:48AM
2,802 posts

Home and Timeline both end with /action


Installation and Configuration

Sorry for the late reply.

This has been fixed and is in the Marketplace.

Hope this helps!
douglas
@douglas
10/26/18 04:53:13AM
2,802 posts

how to show a new created form desinger field at Bio for some quotas


Installation and Configuration

That is correct if the name of your field is profile_kind the you use {$profile_kind} in the template you want it to show in... to show it to certain quotas, you can use an if statement, something like this...

Show it to the quota_id 1 quota...
{if $profile_quota_id == '1'}
    {$profile_kind}
{/if}

Show it to quota_id 1 and 2 quotas
{if $profile_quota_id == '1' ||  $profile_quota_id == '2'}
    {$profile_kind}
{/if}

Hope this helps!
douglas
@douglas
10/26/18 04:43:01AM
2,802 posts

login or create an account to purchase


Using Jamroom

I'm seeing something odd here too and will get a ticket open for it thanks.
douglas
@douglas
10/26/18 04:41:36AM
2,802 posts

google adds


Using Jamroom

izhmel:
google adds only shows on home screen

Which site is this for?

Thanks!
douglas
@douglas
10/26/18 04:37:51AM
2,802 posts

the purchased items are not showing


Using Jamroom

izhmel:
all you see on mi site more than 10

Which site are you referring to?

Thanks!
douglas
@douglas
10/26/18 04:32:02AM
2,802 posts

showing quota name at About section


Using Jamroom

Are you wanting to use your own icon images?

If so, just create an icons_black and icons_white directory in your skins img directory and add the new icon image(s) to those two new directories.

Hope this helps!
douglas
@douglas
10/25/18 02:25:50PM
2,802 posts

Share this or comments not showing


Using Jamroom

Any third party javascripts installed could also be conflicting with the ShareThis module, are you running any third party scripts?

Hope this helps!
douglas
@douglas
10/25/18 02:19:52PM
2,802 posts

Playlist


Using Jamroom

Use the Audio widget and select all the songs you want it to play.

Hope this helps!
  35