Forum Activity for @paul

paul
@paul
02/06/15 12:27:56AM
4,335 posts

How do I start?


Using Jamroom

Hi Lora - Sorry for the delay on this. We'll take a look at what you want and hopefully come up with some advise/help.
paul
@paul
02/05/15 10:46:03PM
4,335 posts

System Core update issue


Installation and Configuration

Something is wrong. It should take just a few seconds.
Are your marketplace settings correct?
What exactly is happening when you click the update button?
Anything in the error or debug logs?
Thanks
updated by @paul: 02/05/15 10:47:24PM
paul
@paul
02/05/15 02:07:20PM
4,335 posts

Jamroom Hosting - looking for a few beta testers


Jamroom Hosting

Strumelia:
Oh yeah that reminds me- arvixe gives me one free domain with their plan, so that's the desired domain I have built my site on and I'd be needing to use/transfer for my site...will it transfer easily and do I need to re-register the domain elsewhere?

You might need to contact Arvixe to assertion their policy for keeping the 'free' domain. As the domain is registered with them, I would expect that you could keep it and just pay them $x a year as you would any other domain register company, or you may be able to transfer it elsewhere. I don't know.
paul
@paul
02/05/15 02:01:00PM
4,335 posts

Jamroom Hosting - looking for a few beta testers


Jamroom Hosting

John Bizley:
I have a question about 'Jamroom' domains, are you reffering to having your site name then jamroom.net after it so for instance if I want 1940snetwork it would be 1940snetwork.jamroom.net? . What if you have registered domains somewhere else and would like to use them instead, can these be used and if so would the same deal be given for adding as many modules etc as you wish ?

The last question is what if you just wanted to start fresh on the new server and not transfer, in my instance from Arvix, so would that mean just creating a new Jamroom account on there ?

When you register with JR Hosting and spin up your server you automatically get a Jamroom pre-installed and ready to go. Its domain would be something like johnbizley1.jamroomhosting.com so with that you are instantly good to go.

You can then add any number of Jamroom installs. Just enter your domain, select the type of JR install you want (Jamoom, Genosis, Proxima etc.) then one click and it all happens. You can then access this new JR at http://yourdomaincom.jamroomhosting.com. You then just point your name servers to JR hosting, wait a couple of hours then you can access it at http://yourdomain.com

You can add as many of our modules/skins as you wish to any number of domains on our servers.

hth
updated by @paul: 02/05/15 02:02:20PM
paul
@paul
02/05/15 12:01:14PM
4,335 posts

multiple image uploads on image form field


Using Jamroom

Is this in a custom module? Set multiple to TRUE if so. From the Gallery module -
    // Gallery Images
    $_tmp = array(
        'name'     => 'gallery_image',
        'label'    => 1,
        'help'     => 5,
        'text'     => 'select images to upload',
        'type'     => 'image',
        'multiple' => true,
        'required' => true
    );
    jrCore_form_field_create($_tmp);
paul
@paul
02/05/15 07:46:21AM
4,335 posts

Make a Group Read-Only?


Design and Skin Customization

One way would be to use the Form Designer to create an admin-only checkbox called group_read_only in the group update form, then in the GroupDiscuss item_detail.tpl template, conditionally show the jrCore_item_detail_features call -

{if $_item.group_read_only != "on"}
    {jrCore_item_detail_features module="jrGroupDiscuss" item=$item}
{/if}

That would stop the comment form from showing if admin has checked that field.
paul
@paul
02/05/15 06:06:41AM
4,335 posts

Ning Import module uprevved


Ning To Jamroom

The Ning Import module is now at V1.1.17 and has had the check for 'Un-approved' items in the archive removed as this has turned out to be another Ning anomaly. It seems that if a Ning item is set to 'un-approved' in the archive it still shows on the Ning site so needs to be imported.
Affected items are Blogs, (global) Forums, Groups and Discussions.
So if the Ning Import for these items is run again, using the 'Create Only' option, you may recover some missing items.


updated by @paul: 03/07/15 10:16:39PM
paul
@paul
02/05/15 05:56:33AM
4,335 posts

Missing 8 groups on Ning Import


Ning To Jamroom

Have gone back to PlanA and just removed the 'Approved' test as setting the pending bit only works if the JR module is set to approve items in the first place (it overrides anything that NingImport sets) and in most cases this wouldn't be the case.
Clay - have imported the extra groups on ChoccyLife. You also now have some extra Group Discussions, Blogs and Forum posts because of this.
paul
@paul
02/05/15 04:10:42AM
4,335 posts

Return all items in a long list


Using Jamroom

Tim - Update your post and you'll get the option to include an image file.
paul
@paul
02/05/15 04:05:36AM
4,335 posts

profile faq does not show pager


Design and Skin Customization

soaringeagle:
alots in the comments and pages the base url has moved inside media/o/o/o right?

Yeah. Point me to a few examples where its happening and I'll check their URLs and try to sort things out so that all your referenced files are in /data/media/0/0/Ning_Media and texts point to that location.
  318