Tag: SelectedShowPosts

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

<SelectedShowPosts newframe="true"/>
XML

Tag Attributes

AttributesAttribute Description
NewFrameTRUE (opens new frame) / FALSE (continues with existing frame) - Defaults to FALSE
KeepAliveSee doc here (insert link)

Example Script

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