solved profiles created by the admin

Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
Hello we have are having a doubt related to profiles created by a user.
When we do that, like for example what's on the image, we get in the timeline of that profile all the info that is being followed by the profile owner.
I search on the code in jrAction > item_index.tpl and i see this:
                            {if jrUser_is_linked_to_profile($_profile_id)}
                            {*{if jrProfile_is_profile_owner($_profile_id)}*}
                                {jrCore_list module="jrAction" profile_id=$_profile_id include_followed=true order_by="_item_id desc" pagebreak="12" page=$page_num pager=true no_cache=true}
                            {else}
                                {jrCore_list module="jrAction" profile_id=$_profile_id order_by="_item_id desc" pagebreak="12" page=$page_num pager=true}
                            {/if}

So it seems that this is working as intended.
I shall only use the line after the else right?
I'm getting confused by these profiles attached to a unique user.
Thanks for the help.
updated by @nmaster88: 07/03/16 01:05:30AM
michael
@michael
8 years ago
7,715 posts
Not understanding the question sorry.
Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
michael:
Not understanding the question sorry.

When we create a profile that is linked to a user account, that profile gets in the timeline all the info from followed profiles from that user. That's how it's intended to work, right?
paul
@paul
8 years ago
4,326 posts
Quote: When we create a profile that is linked to a user account, that profile gets in the timeline all the info from followed profiles from that user. That's how it's intended to work, right?
Only the profile owner will see timeline information on who he is following. Non profile owners will see the timeline information of just the profile they are looking at.


--
Paul Asher - JR Developer and System Import Specialist
Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
yes i know now it works like that. It got me confused on the beggining! Thanks.
michael
@michael
8 years ago
7,715 posts
so you're ok now? can we mark this as solved?

docs are here:

Docs: "Timeline"
https://www.jamroom.net/the-jamroom-network/documentation/modules/1579/timeline

Let me know if there is anything that needs adding.

Thanks.
Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
Ok thanks.

Tags