Forum Activity for @paul

paul
@paul
02/04/15 10:07:10AM
4,335 posts

Youtube - Mobile View - Chrome - Android


Using Jamroom

YT videos on your site play ok on an iPhone6
paul
@paul
02/04/15 08:37:59AM
4,335 posts

Creating a sandbox copy of current site - without images - best way


Ning To Jamroom

Quote: Will the script fail gracefully?
Yes - You'll get a "ERROR: photo archive file not found for . . ." message but the script will then just go on to the next one.
paul
@paul
02/04/15 08:35:33AM
4,335 posts

All skins Header.tpl COMPARE function broken.


Ning To Jamroom

brian:
I am not seeing this anywhere - I've just tested on my dev site as well as demo.jamroom.net/jrNingJa and it is all working.

Paul - how did you replicate this?

Thanks!

I tried it on my dev site using the Nova skin and comparing the header.tpl template. Have just tried it again and am seeing the issue.
paul
@paul
02/04/15 03:50:47AM
4,335 posts

Creating a sandbox copy of current site - without images - best way


Ning To Jamroom

Your right - the Loader mode only works with profiles. IIRC that tool was created in the early days of JR5 when we wanted to quickly build sites with many 1000s of profiles just to test the datastore performance.
So back to your original question, you could patch the importer script to only import 'N' members but then if you did the same for the other items there's no guarantee that the first 'N' blogs, say would belong to any of the 'N' members imported. You also still have to upload all the files as they are not in any order so you wouldn't know which ones belong to the first 'N' items.
If photos are the biggest issue with this, maybe just don't upload/copy the photo archive and not import them?
paul
@paul
02/04/15 03:02:45AM
4,335 posts

Missing 8 groups on Ning Import


Ning To Jamroom

Clay - can I log into your site to take a look? Email me your latest JR and FTP credentials if so.
paul
@paul
02/04/15 02:56:37AM
4,335 posts

All skins Header.tpl COMPARE function broken.


Ning To Jamroom

I'm seeing that as well - we'll check it out.
Thanks for letting us know.
paul
@paul
02/04/15 02:52:07AM
4,335 posts

Itunes


Design and Skin Customization

ikonicdance:
which template would you recommend that close simiular to itunes which will allow me to accomplish what we trying to accomplish

good to see you briin we worked with you before and used jamroom since 2004 2005 so its been ten years you were back in Washington back then.

Difficult to recommend any one skin as they all would need custom template work to achieve something like an iTunes clone. Maybe if you like the colour scheme of any one skin, that would be a start as it would then save any CSS work -

https://www.jamroom.net/demos

Alternatively, take a look at Site Builder. You may be able to build the exact layout you want with that -

https://www.jamroom.net/site-builder

hth
paul
@paul
02/04/15 02:43:37AM
4,335 posts

Getting 404 In Events Page in Nova Skin


Using Jamroom

Thanks John, I've got that fixed up for the next release of the Nova skins.

If you want to implement it now, open the Nova spotlight_row.tpl template and at line 195, add the line -

{jrCore_module_url module="jrEvent" assign="murl"}

so that the code looks like this -

    {* EVENT SPOTLIGHT ROW *}
{elseif $_params.module == 'jrEvent'}

    {if isset($_items)}
        {jrCore_module_url module="jrEvent" assign="murl"}
        <div class="container">
            {foreach from=$_items item="item"}
paul
@paul
02/03/15 05:16:34PM
4,335 posts

Creating a sandbox copy of current site - without images - best way


Ning To Jamroom

I thought it created all items. Tbh its a long time since I've used it. It's late here now. I'll check it in the morning and let you know.
paul
@paul
02/03/15 12:35:48PM
4,335 posts

Creating a sandbox copy of current site - without images - best way


Ning To Jamroom

If you're just looking for a way to populate a sandbox site, checkout the 'loader mode' option the the developer module global tab.
  320