Conversation: Show Posts

Tag: SelectedShowPosts

The SelectedShowPosts function automates the process of showing the posts of selected users in the grid.


XML
<SelectedShowPosts newframe="true"/>

Tag Attributes

Attributes

Attribute Description

NewFrame

TRUE (opens new frame) / FALSE (continues with existing frame) - Defaults to FALSE

KeepAlive

See doc here (insert link)

Example Script

XML
<ShowGroups>
	<Select Lines="All"/>
	<SelectedShowConversations>
		<Select Lines="All"/>
		<SelectedShowPosts newframe="true"/>
	</SelectedShowConversations>
</ShowGroups>