Forum Activity for @douglas

douglas
@douglas
12/20/14 06:55:57AM
2,812 posts

Menu Pages link


Ning To Jamroom

You are correct, a page set to show on the site and not the profile doesn't show on profile pages, however you can add a link to that page using the ACP > Core > Tools > Skin Menu Editor and that will add the link to the profile drop down menu. The site pages should be available when you create a new link.

I should add that you can also add a link to the site page manually too, it might look something like this:

<li><a href="{$jamroom_url}/page/##/page-title">Page Title</a></li>

Where ## is the page ID and page-title is the page title.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/20/14 06:37:41AM
2,812 posts

New Ningja Updates.


Ning To Jamroom

You don't have to uninstall the Site Builder modules, just turn them off and the skin will work as normal.

I believe there will be a .json file coming that will load the layout and menu items for the Ningja skin soon.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/20/14 06:35:48AM
2,812 posts

Menu Pages link


Ning To Jamroom

You've got the language string set right, but the URL to pages should be {$jamroom_url}/page....

<li><a href="{$jamroom_url}/page">{jrCore_lang skin=$_conf.jrCore_active_skin id="11" default="Pages"}</a></li>

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/20/14 06:31:52AM
2,812 posts

logo and cover images look like crap


Ning To Jamroom

Glad you figured it out! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/19/14 02:18:38PM
2,812 posts

shops listing questions


Ning To Jamroom

Glad you figured it out. :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/19/14 10:46:20AM
2,812 posts

shops listing questions


Ning To Jamroom

Give this a try:

{jrCore_list module="jrProfile" quota_id="8,13,18" order_by="_item_id RANDOM"}

updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/17/14 06:51:25AM
2,812 posts

Artist page missing


Installation and Configuration

Hello,

I've got this fixed for you.

The issue was your cloned artist.tpl file was trying to use the jrProJam skin config when it should have been changed to XSiteRadio.

The template was using:

$_conf.jrProJam_artist_quota

for the search parameter in the jrCore_list functions.

I changed it to use:

$_conf.XSiteRadio_artist_quota

Let us know if you see anymore issues.

Thanks,
Douglas
douglas
@douglas
12/17/14 05:15:11AM
2,812 posts

Artist page missing


Installation and Configuration

Can you send us your Admin username and password as well as your FTP login info so we can take a look?

Send it to support[at]jamroom[dot]net
douglas
@douglas
12/17/14 05:13:44AM
2,812 posts

File Upload Size Limit


Using Jamroom

If you are hosting with Arvixe, you can login to your cPanel to change the upload limit.

Use the "PHP Settings" icon in the top "Arvixe" box.

If you set the following fields to this:

upload_max_filesize = 2048
memory_limit = 2048
post_max_size = 2048

You'll get a max upload size of 512M, then you can set the max amount per quota in your ACP > Core > Quota Config section.

Hope this helps! :)
douglas
@douglas
12/17/14 04:16:56AM
2,812 posts

Artist page missing


Installation and Configuration

If you revert your artists.tpl back to its original state, does the list show then?
  187