Start Conversation From Member List [Deleted]

Sheldon

Well-known member
stewart1champ submitted a new resource:

Start Conversation From Member List (version 1.0) - <interesting tag here>

Simply put, the ability to message any registered member from the Registered Members page.

Before:
View attachment 39274

After:
View attachment 39275

Requires TMS.
Unzip file, install like any other Add-On.

Thanks to Chris Deeming for his
stewstyle.gif
.

Read more about this resource...
 
Thanks for this Stewart.

A slight change in the modification for compatibility with all languages is substitute the phrase Start Conversation by
Code:
{xen:phrase start_conversation}
 
any chance to install this Add-on without "TMS" ?

Template: member_list_item
Search:
Code:
<h3 class="username"><xen:username user="$user" rich="true" class="StatusTooltip{xen:if $noOverlay, ' NoOverlay'}" title="{xen:string censor, $user.status}" /></h3>
Add after:
Code:
<a href="{xen:link 'conversations/add', '', 'to={$user.username}'}">{xen:phrase Convo_Registered_Members}</a>

Create Phrase as shown in the image on the update.
 
Is it me or is that Gingham gangnam smilie not slightly disturbing to others?! Ahhhh get it. Get it. LOL
Don't answer that - it's a rhetorical question. Anyway - Great share Stewart! Thanks to both you and Chris :)

J.

hmmm - was just informed that it's "gangnam" style. Well excuse me!!! bahahaha.
 
Template: member_list_item
Search:
Code:
<h3 class="username"><xen:username user="$user" rich="true" class="StatusTooltip{xen:if $noOverlay, ' NoOverlay'}" title="{xen:string censor, $user.status}" /></h3>
Add after:
Code:
<a href="{xen:link 'conversations/add', '', 'to={$user.username}'}">{xen:phrase Convo_Registered_Members}</a>

Create Phrase as shown in the image on the update.

not sure what you mean ?
I do not want to install and use "TMS". Just installing the Add-on.



Appreciate your help!
 
If you do not want to install TMS then you need to follow stew's instructions.

This can only really be done with manual template edits or by using TMS.
 
Top Bottom