Forum Activity for @paul

paul
@paul
08/18/15 05:10:36AM
4,335 posts

youtube daily maintenance


Using Jamroom

The YouTube daily maintenance rolls around all videos testing the specified number every day, so if you have 1000 YT videos and the daily test is set to 100, then any non-valid videos would be removed within 10 days. So you need to consider the total number of YT videos, how many are being added daily, acceptable latency in finding non-valid videos, and to a lesser extent, server load when doing the test in order to decide the desired daily test number, and then review this setting regularly.
hth
paul
@paul
08/18/15 01:47:13AM
4,335 posts

how can we view influences on a profile????


Using Jamroom

This is the code for influences from the Elastic skin -
        {if !jrCore_is_mobile_device() && isset($profile_influences) && strlen($profile_influences) > 0}
            <div class="block">
                <h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="47" default="Influences"}</h3>
                <div class="block_content mt10">
                    <div style="padding-top:8px;">
                        <span class="highlight-txt bold">{$profile_influences}</span><br>
                    </div>
                </div>
            </div>
        {/if}

Maybe insert that somewhere in the Ningja profile_sidebar.tpl template?
paul
@paul
08/17/15 05:48:12AM
4,335 posts

Import only members (Ning 3)


Ning To Jamroom

Hi Lorenzo - If you are planning on using our hosting, all Jamroom modules and skin are free.
Also, we are planning on offering a free trial period on our hosting but that is likely a few weeks away yet, so in the meantime I can set you up a Jamroom site, with access to all modules, on one of our servers for you to trial Jamroom on. Open a ticket at support[at]jamrrom[dot]net if you want me to do this.
Thanks
Paul
paul
@paul
08/14/15 08:37:43AM
4,335 posts

Custom php scripts ?


Design and Skin Customization

What do your php scripts do? If we know that maybe we can point you in the right direction.
paul
@paul
08/13/15 03:20:23PM
4,335 posts

Custom php scripts ?


Design and Skin Customization

Depends on what your custom php scripts are doing but the chances are you can integrate them as a custom module. Documentation on module building here - https://www.jamroom.net/the-jamroom-network/documentation/development/26/creating-a-module
Hth
paul
@paul
08/13/15 08:07:46AM
4,335 posts

Import only members (Ning 3)


Ning To Jamroom

Hi - Welcome to Jamroom
In your Ning3 control panel there is the option to download a CSV file of all your members, their emails, location and other info. It is this file that is imported to create Jamroom profiles and users. On import, random passwords are created for members. There is then a tool to email this new password to all members along with instructions on how to login and optionally change there password.
Hope this helps
Paul
paul
@paul
08/09/15 04:41:21PM
4,335 posts

order by view count issue


Using Jamroom

Try this -
order_by="profile_view_count numerical_desc"
Hth
paul
@paul
08/06/15 11:21:11AM
4,335 posts

background image on main page doesn't show


Off Topic

Try clearing your caches (Core Tools section) and the image cache in the Image module tools section.
Hth
paul
@paul
08/05/15 04:28:12PM
4,335 posts

Profile URL problem


Using Jamroom

Quote: Could it be that the profiles were imported and bypassed that check?

Very likely. I'll get a check built into the NingImport module so going forward this doesn't happen.
paul
@paul
08/05/15 10:23:29AM
4,335 posts

Ordering Group discussions by latest active


Using Jamroom

With comment activities disabled in the timeline that cannot have happened. Maybe you remember it from before that was implemented?
It could be done with something custom though - "If a comment on a Group Discussion, add it to the activities" - but that would require a custom version of the custom module I've just put on your site ;-)
  273