Forum Activity for @douglas

douglas
@douglas
04/02/18 10:41:34AM
2,812 posts

jquery to exclude code from running on index page


Using Jamroom

You could simply set a variable in your index.tpl and then check for it where your javascript is located.

Top of index.tpl
{$newvariable="something"}

Check for the variable:
{if !isset($newvariable) || $newvariable != 'something'}
Java script goes here...
{/if}

Hope this helps!
douglas
@douglas
04/02/18 10:34:40AM
2,812 posts

Please Tell Me How To MEDIA PRO 5


Using Jamroom

irieweb:
Sorry for the rudimentary question.
Top Singles,Newest Artists,Top 10 Artists,&Toggle is not desplayed.
What kind of setting do i need?
One more.
The uploader dose not set the price. Is it possible to select whether to download for each song or not?
I think that it is possible to select all or non-permission in the global setting.
I'm Sorry not to speak english fluently. Thank you .

Site Under Test
https://beat-gate.com/


Hello,

You'll want to set the skin settings and add your Quota ID's to the "Main" skin settings "Admin Quota", "Artist Quota" and "Member Quota" text fields.

ACP > Skin Settings
.../core/skin_admin/global/skin=jrMediaPro

You can find your Quota ID's here:
ACP > Users > Quota Browser
.../profile/quota_browser

There is also a skin setup popup window located in your ACP drop down menu:
ACP > Skin Settings > Skin Notes.

If you want to set a price on audio uploads, you'll want to install the Payment modules:

Payment Module:
https://www.jamroom.net/the-jamroom-network/networkmarket/470/payment-support

Product Module:
https://www.jamroom.net/the-jamroom-network/networkmarket/485/products

Bundles Module:
https://www.jamroom.net/the-jamroom-network/networkmarket/472/item-bundles

And Subscription Module:
https://www.jamroom.net/the-jamroom-network/networkmarket/471/subscriptions

You can also block song downloads in your Audio modules config settings:
ACP > Profiles > Audio > Global Config > General Settings
.../audio/admin/global

Hope this helps!
douglas
@douglas
03/28/18 05:38:27AM
2,812 posts

New User Registration


Installation and Configuration

Annush:
This is part of the email from the registration:
You can view the new User Profile here:

https://fatsafatsa.com/landshly1989

Can you send us your admin login to check it out.

We may just need to update the templates, but won't be sure until we can take a look.

Thanks!
douglas
@douglas
03/28/18 05:24:01AM
2,812 posts

New User Registration


Installation and Configuration

Annush:
This is weird, had a 2 new registrations recently without a hitch then 1 some hours ago and I read this on their timeline " @landshly1989 • 5 hours ago • share this • comments: 0
Posted a new Timeline Comment: {jrCore_module_url} required parameter "module" is missing (modules/jrComment/templates/item_action.tpl) https://fatsafatsa.com/premiermetals//136:
""
Any ideas? Thank you.

Can you give us the URL to where your seeing the error?

Thanks!
douglas
@douglas
03/23/18 09:54:20AM
2,812 posts

Invalid Location (/product/categories)


Design and Skin Customization

Try recreating the items and see if the item number starts working.

It may have been due to the issue you were having before.

Hope this helps!
douglas
@douglas
03/23/18 07:52:54AM
2,812 posts

Invalid Location (/product/categories)


Design and Skin Customization

I just tested this on my test site and I'm not seeing an issue.

Can you send us your admin login so we can check it out?

Thanks!
douglas
@douglas
03/23/18 04:07:11AM
2,812 posts

Invalid Location (/product/categories)


Design and Skin Customization

Try reloading the module.

ACP > Core > Marketplace > Tools > Reload Modules Or Skins
/marketplace/system_update/all=1

Then run the Integrity Check tool and reset your cache.

Hope this helps!
douglas
@douglas
03/21/18 11:13:30AM
2,812 posts

Will I lose my settings?


Off Topic

Annush:
Thanks @Paul (I won't be changing it in a hurry) and Thanks @Nate Documentation on cloning? And, would that be done every time there's an update?

You should only have to clone the skin one time.
https://www.jamroom.net/the-jamroom-network/documentation/skin-design-guide/839/creating-your-own-skin-clone-from-an-existing-skin

Hope this helps!
updated by @douglas: 03/21/18 11:13:44AM
douglas
@douglas
03/18/18 07:18:48AM
2,812 posts

How do I increase the Chart entries on AudioPro Index Page.


Design and Skin Customization

In your index_featured.tpl file, find this:

                        {jrCore_list module="jrAudio" chart_field="audio_file_stream_count" search=$s2 chart_days=$_conf.jrAudioPro_chart_days limit="17" template="index_chart_item.tpl"}

and change the limit to 20.

Hope this helps!
douglas
@douglas
03/17/18 08:19:27AM
2,812 posts

Unable to go to next page


Ning To Jamroom

Hello,

The reason is because the next page button is not getting the correct URL, it is missing the france/ part of the URL..

The next page button URL:
http://regal-network.com/group/p=2

Should be:

http://regal-network.com/france/group/p=2

Check your data/config/config.php file and make sure the

$_conf['jrCore_base_url'] =

has the correct URL.

Hope this helps!
  47