inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 20, 2012 12:50:57 GMT -8
So first off. There will be images at the bottom to give a preview. This will add a column to the Inbox/Outbox pages that shows the number of participants. And then once you hover over the number you will see a list of all the participants. First go to Admin Home > Themes > Layout Templates > Conversations Page > Conversations Page tab(current tab) On or around line 22 you will see: <th class="created-by">Created By</th>
Now add this right below it: <th class="pmparticipants">Participants</th> Now switch to the Conversations List tab(on tab to the right). On or around lines 17-19 you will see: <td class="created-by"> $[conversation.created_by_user] </td> Add this below it: <td class="pmparticipants"><a href="javascript:void(0);" title="{foreach $[conversation.participant]} $[conversation.participant.name]$[conversation.participant.comma]{/foreach}">$[conversation.participant]</a></td> Save that. Now to edit the CSS. Go to Admin Home > Themes > Colors & Styles > Style Sheet. On or around line 891, you will see this: .conversations .item.new .new-icon { display: inline-block; }
Now place this right below it: .pmparticipants { width: 10%; text-align: @conversation_align_created_by; }
Save the CSS and it's done. WOO!!! I hope this helps. If you need any help, just ask, and I will help you. Now for those preview images! Before Image After Image After Image On Hover
|
|