inherit
221074
0
Aug 1, 2019 9:11:47 GMT -8
dillonk47polik
201
May 2015
dillonk47polik
|
Post by dillonk47polik on May 6, 2015 21:39:34 GMT -8
I want my Inbox to display 'Recipients' rather than the who created the first message. If I'm viewing my message list within my inbox, I am not able to see who my conversation is with if I was the one created the conversation. I would like the "Created By' column to be replaced by the 'recipients' column like the outbox utilizes.
Would this be a simple template mod? And could someone help me by providing the code?
|
|
inherit
175826
0
Apr 4, 2022 12:21:52 GMT -8
Kiyuo Honoo
55
January 2012
kiyuohonoo
|
Post by Kiyuo Honoo on May 7, 2015 5:36:02 GMT -8
Hi! I went and tried this out and it's a pretty simple mod. Go to Layout Templates > Conversations PageA bit down the page on the first tab there you should see {if $[outbox]} <th class="recipients">Recipients</th> {else} <th class="created-by">Created By</th> {/if}
and you can change "Created By" to "Recipients". I'm not sure if anything else needs to be changed but this should be a start.
|
|
inherit
221074
0
Aug 1, 2019 9:11:47 GMT -8
dillonk47polik
201
May 2015
dillonk47polik
|
Post by dillonk47polik on May 7, 2015 6:26:23 GMT -8
Hi! I went and tried this out and it's a pretty simple mod. Go to Layout Templates > Conversations PageA bit down the page on the first tab there you should see {if $[outbox]} <th class="recipients">Recipients</th> {else} <th class="created-by">Created By</th> {/if}
and you can change "Created By" to "Recipients". I'm not sure if anything else needs to be changed but this should be a start. I thought about that too, and even tried it yesterday, but it doesn't do what I want it to. All it did was change the word to 'recipients'; the column still shows the person who started the conversation for each message.
|
|
inherit
175826
0
Apr 4, 2022 12:21:52 GMT -8
Kiyuo Honoo
55
January 2012
kiyuohonoo
|
Post by Kiyuo Honoo on May 7, 2015 7:07:45 GMT -8
Oh, okay.
I just went and tried it again and it seems to work if <th class="created-by">Created By</th> is replaced by <th class="recipients">Recipients</th>. So you can give that a try.
|
|
inherit
221074
0
Aug 1, 2019 9:11:47 GMT -8
dillonk47polik
201
May 2015
dillonk47polik
|
Post by dillonk47polik on May 7, 2015 7:51:26 GMT -8
Still doesn't work. I have a conversation between my account and a test account. In my outbox under recipients it shows "testmember" (like it should), but in my inbox (which I changed to the code above) my account still displays under recipients even though I am not recipient.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 7, 2015 9:45:56 GMT -8
You'd want to focus on this part in the Conversation List tab.
Changing the part in green to $[conversation.recipients] should produce the proper result.
|
|
inherit
221074
0
Aug 1, 2019 9:11:47 GMT -8
dillonk47polik
201
May 2015
dillonk47polik
|
Post by dillonk47polik on May 7, 2015 12:54:43 GMT -8
Thanks Brian, that did what I wanted it to. But after doing that, I realized that the recipient is the person who didn't send the first message, and not the other person involved in the conversation. That means if someone sent the message to me first then my account shows under recipients in my inbox. So I am still not able to see who the other person is in the conversation for all messages. But I figured out how to put both a created by column and recipients column side by side in the inbox and outbox. I just took from what I learned from the codes you and Kiyuo Honoo gave me This thread is completed/resolved.
|
|