Forum Activity for @paul

paul
@paul
10/30/15 08:55:19AM
4,335 posts

Are there still lofi and hifi audio options in JR5?


Installation and Configuration

{if jrUser_is_logged_in()} 
    // Put here the code to be run if the user is logged in
{/if}

hth
paul
@paul
10/30/15 06:29:34AM
4,335 posts

Reinstate a deleted account, deleted in error


Ning To Jamroom

On second thoughts send it directly to me at paul[at]jamroom[dot]net - Not sure that our support ticket file attachments accept .json files.
paul
@paul
10/30/15 06:26:58AM
4,335 posts

Reinstate a deleted account, deleted in error


Ning To Jamroom

Yes please, along with the duplicate member name(s). Am concerned that this is either another 'anomoly' in Ning's archive or a bug in our importer.
Thanks
paul
@paul
10/30/15 05:09:05AM
4,335 posts

Reinstate a deleted account, deleted in error


Ning To Jamroom

The Ning Import module checks for duplicate Ning member names and if found adds 2,3,4 etc. to the name. Did this now happen when importing? If not, can I have your ning-members.json file to test here?
paul
@paul
10/30/15 05:01:55AM
4,335 posts

listing one quota above another


Using Jamroom

Do the above search1="profile_quota_id in 6,1" then in the template, run the {foreach} loop twice -

{foreach from=$_items item="item"}
    {if $item.profile_quota_id == 6}
        // Item row code here
    {/if}
{/foreach}
{foreach from=$_items item="item"}
    {if $item.profile_quota_id == 1}
        // Item row code here
    {/if}
{/foreach}

updated by @paul: 10/30/15 05:02:19AM
paul
@paul
10/30/15 01:14:24AM
4,335 posts

Reinstate a deleted account, deleted in error


Ning To Jamroom

Unfortunately not. Its gone from the database and all media files have bben deleted, along with all the profile's content.
The only option might be from a backup?
paul
@paul
10/29/15 02:10:17PM
4,335 posts

Steps to make the final move?


Ning To Jamroom

Hi Deb
Basically, all you need to go live with your Jamroom hosted site is to point the registered domain to our servers. To do this, log into the company/website where you registered the domain and set its name servers to the following -

ns1.linode.com
ns2.linode.com
ns3.linode.com
ns4.linode.com
ns5.linode.com

(or as many of those that it has fields for).
Then wait a few hours for this change to propagate around the world (24 hours is recommended but these days its often a lot quicker), then switch your Jamroom hosting to the domain's 'primary' setting. Your JR site is now live!!

Note that if the domain is currently pointing to Ning, be sure to log into your Ning site first and switch it to its 'sub-domain' setting so that it can be accessed at http://yoursite.ning.com, otherwise you might lose access to it when you point the domain away from it.
hth
paul
@paul
10/29/15 03:01:04AM
4,335 posts

Mailgun error message


Jamroom Hosting

No limit to the number of domains on our servers but you are limited to five free ones on Mailgun.
paul
@paul
10/28/15 10:41:04AM
4,335 posts

Player wont play on Facebook


Using Jamroom

Michael was dealing with this. He wakes up in a few hours so hopefully he'll be able to check it out then.
paul
@paul
10/28/15 10:12:38AM
4,335 posts

"Audio" tab missing on artist's profile menu


Design and Skin Customization

Download the latest 'Combined' modules and re-enable them on your site. This issue should now be fixed.
Pa
  258