Forum Activity for @elise

Elise
@elise
09/13/16 10:28:18AM
249 posts

Import of Ning members who signed up with facebook/twitter/google


Ning To Jamroom

On my ning network, members could sign with social networks using Janrain.
What happens to these profiles when they are imported?

Would using OneAll allow them to just seamlessly keep signing in through social networks? Or they were transformed into jamroom signup?

Thanks!
updated by @elise: 12/16/16 04:01:50PM
Elise
@elise
09/13/16 10:23:24AM
249 posts

How do I remove Follow from my Community profile?


Using Jamroom

Oh, thanks! that's pretty simple :)
Elise
@elise
09/13/16 09:59:19AM
249 posts

What causes a Youtube video to show the embed code instead of the video?


Using Jamroom

I tried to post a video in a group discussion (see screenshot):
http://empathcommunity.eliselebeau.com/groups/group_discuss/282/the-healing-mindset-a-visual-meditation

This is the Youtube url (with id xhrZL8vHICs)
The Healing Mindset: a Visual Meditation

Instead of displaying the video (I have Media Url Scanner), it displays the smarty code.
[jrEmbed module="jrYouTube" youtube_id="xhrZL8vHICs"]

I ran the Youtube integrity check.

Why is that?
Thanks!

Screen Shot 2016-09-13 at 9.54.12 AM.png Screen Shot 2016-09-13 at 9.54.12 AM.png - 91KB

updated by @elise: 12/13/16 12:40:22PM
Elise
@elise
09/13/16 09:51:33AM
249 posts

How do I remove items so they don't show in a profile "latest activity"


Using Jamroom

So I'm not sure what is the next step here?
1) Waiting for michael to test if this is a bug?

2) Try to use the Batch Editor to delete the Timeline activity myself?

I don't want to end up with dangling items and I know just enough about database to know how dangerous this is. How safe is it to delete items from the Timeline table?
Elise
@elise
09/13/16 08:40:01AM
249 posts

How do I remove Follow from my Community profile?


Using Jamroom

@michael I found that compare tool early on and it's positively brilliant. I have had php sites before where I had to compare files in two editors ().

But it's not the logistics that worry me but the fact that I might not comprehend the far reaching consequence of a change in a template. That's why I am reluctant.

So far, nothing has been a show stopper (and Paul made a module for the FollowersToFriend one) so it's all good. I do appreciate the tools available to debug and update :)
Elise
@elise
09/13/16 08:36:12AM
249 posts

Moving Profile comment form ABOVE the comment list


Using Jamroom

My site is 9 years old and some of my members have an encyclopedia of comments.
For example: http://empathcommunity.eliselebeau.com/bing

To write a comment, you need to scroll down (a lot) to get to the form to post a new comment.

I would like to move the comment form above the comment item list.
I found the skin profile_index.tpl where I "think" this is happening. But I don't see how to change the order in here...

   {* Profile Comments section *}
        {if jrCore_module_is_active('jrComment')}
        <div class="row">
            <div class="col12 last">
                <div class="block">
                    <div class="title">
                        <h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="37" default="Comments"}</h3>
                    </div>
                    <div class="block_content">
                        <div class="item">
                            {* bring in module features *}
                            {jrCore_db_get_item module="jrProfile" item_id=$_profile_id assign="item"}
                            {jrCore_item_detail_features module="jrProfile" item=$item}
                        </div>
                    </div>
                </div>
            </div>
        </div>
        {/if}  

updated by @elise: 12/29/16 11:48:15AM
Elise
@elise
09/13/16 07:50:18AM
249 posts

Completing Ning Import Process After Some Delay


Ning To Jamroom

It's actually a lot easier the second time, if you would like to do it yourself. You need to export your ning archive, upload the files and run the importer. Since Paul did it for you the last time, you know all the stuff you need is there :)

Here is the doc link for (you need Step 2-3-4)
https://www.jamroom.net/ning-to-jamroom/documentation/contents
Elise
@elise
09/12/16 07:35:22PM
249 posts

How do I remove Follow from my Community profile?


Using Jamroom

Oh thanks @strumelia, i will check that out. It sounds like what i need.

I don't feel comfortable modifying the templates as I dread having conflicts later. I do it only when there is no other way and I can't live without the feature.

Maintained Module == More Happiness
  17