Forum Activity for @paul

paul
@paul
02/20/15 01:18:15PM
4,335 posts

Unable to edit migrated posts


Ning To Jamroom

This is because on Ning, pages are allocated to groups. However, when creating the archive that is used to import Ning content to Jamroom, Ning fail to include in the archive this association of a page to its parent group so leaving the page 'orphaned' when imported.
There is a tool in the Jamroom Ning Page module where you can allocate group pages to their parent group by hand. As admin, goto ACP=>Profile Groups=>Group Pages=>Tools=>Page Group Config
There, you can select pages and their parent group, then click on submit to re-make the association.
hth
paul
@paul
02/20/15 12:42:27AM
4,335 posts

Help with a profile page setting for Groups TAB


Ning To Jamroom

I think the place for this would be in the profile page sidebar, where the bio, follower and other specific profile info is. Would that be ok? I'll work out how to do it if so.
paul
@paul
02/20/15 12:33:52AM
4,335 posts

Question Regarding Seamless Module Function


Using Jamroom

I'll look into this to see whether it can be addressed by a 'how to' document or be included as a skin option.
Thanks
paul
@paul
02/18/15 01:19:59PM
4,335 posts

Refining what's shown in the Home Page activity timeline


Ning To Jamroom

Yes. The original line of code is this -

{jrCore_list module="jrAction" order_by="_item_id numerical_desc" template="index_activity.tpl" pagebreak=7 page=$_post.p}

which lists all actions. By adding in the search parameters -

search1="action_module != jrFollower" search2="action_module != jrComment"

that is effectively saying " give me all actions except comment and follower actions"
paul
@paul
02/18/15 12:51:07PM
4,335 posts

Question Regarding Seamless Module Function


Using Jamroom

You can only use jrSeamless for lists, not anything else, so replacing jrCore_module and other calls with it will not work.

WRT the blank youtube images, is your template taking the fact that there are mixed Video and YouTube items in the listing into account?
It will need to test each item listed and use the appropriate variables to output the image etc. -

{if $item.seamless_module_name == "jrVideo"}
// Do video stuff
{elseif $item.seamless_module_name == "jrYouTube"}
// Do youtube stuff
{/if}
paul
@paul
02/18/15 12:13:34PM
4,335 posts

Refining what's shown in the Home Page activity timeline


Ning To Jamroom

In the Ningja index.tpl template, about line 312 -

{jrCore_list module="jrAction" search1="action_module != jrFollower" search2="action_module != jrComment" order_by="_item_id numerical_desc" template="index_activity.tpl" pagebreak=7 page=$_post.p}
paul
@paul
02/18/15 07:48:04AM
4,335 posts

Feature request - Finding active ex-Ning members (Still) in default quota


Using Jamroom

Hi Peter
I understand your take on quota definition but unfortunately "a profile can only belong to 1 quota at a time" is the way Jamroom works.
You can create as many quotas as you like, for instance "Song Quota", "Video Quota", "Song and Video Quota" with the Jamroom audio and video modules enabled appropriately per quota, then profiles allocated to a quota according to their privelidges.
hth
Paul
paul
@paul
02/17/15 08:12:15AM
4,335 posts

Seem to have lost my website ?


Using Jamroom

Check the /data/logs error files
paul
@paul
02/17/15 07:45:26AM
4,335 posts

Server Password


Jamroom Hosting

Ahh - See what you mean. I'll alert Brian to this thread to see what can be done.
Thanks
paul
@paul
02/17/15 07:16:54AM
4,335 posts

JR5 does not import Youtube videos


Installation and Configuration

It'll show up in the video create and update forms. It likely originates in the ACP custom fields section.
  311