Forum Activity for @douglas

douglas
@douglas
04/16/14 04:53:55PM
2,808 posts

Bottom Ad Not Working


Using Jamroom

I see this as well and will have a fix for it in the next release, for now you can modify your skins/jrMediaProLight/index.tpl file and find this code:

{if isset($_conf.jrMediaPro_google_ads) && $_conf.jrMediaPro_google_ads == 'on'}

should be near the bottom of the file, and replace it with this:

{if isset($_conf.jrMediaProLight_google_ads) && $_conf.jrMediaProLight_google_ads == 'on'}

Hope this helps,
Douglas
douglas
@douglas
04/14/14 05:45:23AM
2,808 posts

Login Error


Installation and Configuration

Glad to hear it. :)
douglas
@douglas
04/14/14 05:44:54AM
2,808 posts

Adding Language


Installation and Configuration

There are a few skins that have multiple language files setup already, jrNova, jrMediaPro and jrMediaProLight. Each of these skins has a readme file that has instructions on setting up different languages for the skin.

Basically, you just translate the English language file, then you can add a link to your header or footer file, or wherever you want it, so users can select the language they would like to use.

The link would look something like this:

<a href="?set_user_language=xx-XX">Language</a>

Where xx is the language code and XX is the country code. So the English link would look like:

<a href="?set_user_language=en-US">English</a>

Also, after adding your translated language file, I believe the users account section will also allow them to choose a default language.

Hope this helps,
Douglas
douglas
@douglas
04/14/14 05:33:05AM
2,808 posts

Forum


Using Jamroom

Your welcome! :)
douglas
@douglas
04/14/14 05:32:21AM
2,808 posts

Marketplace error


Using Jamroom

Make sure your using https:// and not http:// in the URL.

Hope this helps,
Douglas
douglas
@douglas
04/14/14 05:30:10AM
2,808 posts

Media Pro Light Settings


Using Jamroom

Its the same for MediaPro, its in the ACP drop down. You can also get to it by going to your ACP > Skins > Media Pro Dark > Global Config.

Hope this helps,
Douglas
douglas
@douglas
04/13/14 09:38:46AM
2,808 posts

Forum


Using Jamroom

Open your skins/jrProJam/profile_header.tpl and find this:

<div class="col4">

and change it to this:

{if isset($_post.option) && $_post.option == 'forum' && $profile_id == '1'}
<div class="col3">{else}
<div class="col4">{/if}

then open your skins/jrProJam/profile_item_list.tpl file and find this:

<div class="col8 last">

and change it to this:

{if isset($_post.module) && $_post.module == 'jrForum' && $profile_id == '1'}
<div class="col9 last">{else}
<div class="col8 last">{/if}

Of course you'll want to change the profile_id in the if statement to the id of the profile you want to use this for and you can change the column numbers to what you want, I think a col2 would be too small for the side, but that is up to you.

Hope this helps,
Douglas
douglas
@douglas
04/11/14 02:36:48PM
2,808 posts

Play list problems


Using Jamroom

There is only one playlist for the-scientist

http://dubmusic.com/the-scientist/playlist/12/the-scientist-dub-healing-audio

it is not named the-scientist-meets-the-intergalactic-space-invaders-part-2

Where are you getting that URL?
douglas
@douglas
04/11/14 02:30:29PM
2,808 posts

Login Error


Installation and Configuration

Can you check the data/logs folder and see if there are any errors being reported?

Thanks!
douglas
@douglas
04/09/14 07:55:27AM
2,808 posts

You forgot to select an Audio File to upload error


Using Jamroom

Yes, but are you trying to replace them via the create or modify screen?
  225