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

File size: 601B
<?xml version="1.0" encoding="utf-8"?>
<info>
	<name>Popular Groups</name>
	<key>popular_groups</key>
	<version>2.0</version>
	<description>Display a list of popular groups on side bar</description>
	<author>mooSocial</author>
	<website>http://www.moosocial.com</website>
	<controller>groups</controller>
	<action>index</action>
	<position>groups_sidebar</position>
	<settings>
		<num_groups>
			<label>Number of groups</label>
			<description>Enter the number of groups you want to display</description>
			<type>text</type>
			<value>5</value>
		</num_groups>
	</settings>
</info>