View file mooSocial v2.3.0 - PHP Social Network/upload/app/Config/hooks/recently_joined.xml

File size: 614B
<?xml version="1.0" encoding="utf-8"?>
<info>
	<name>Recently Joined</name>
	<key>recently_joined</key>
	<version>2.0</version>
	<description>Display a list of recently joined users on side bar</description>
	<author>mooSocial</author>
	<website>http://www.moosocial.com</website>
	<controller>home</controller>
	<action>index</action>
	<position>home_sidebar</position>
	<settings>
		<num_new_members>
			<label>Number of users</label>
			<description>Enter the number of user you want to display</description>
			<type>text</type>
			<value>10</value>
		</num_new_members>
	</settings>
</info>