git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<jomsocial>
|
|
<component>com_kunena</component>
|
|
<rules>
|
|
<rule>
|
|
<name>Post a new topic in Kunena Forums</name>
|
|
<description>Give points when a registered user creates a new thread.</description>
|
|
<action_string>com_kunena.thread.new</action_string>
|
|
<publish>true</publish>
|
|
<points>2</points>
|
|
<access_level>1</access_level>
|
|
</rule>
|
|
<rule>
|
|
<name>Reply to a topic in Kunena Forums</name>
|
|
<description>Give points when a registered user replies to a thread.</description>
|
|
<action_string>com_kunena.thread.reply</action_string>
|
|
<publish>true</publish>
|
|
<points>1</points>
|
|
<access_level>1</access_level>
|
|
</rule>
|
|
<rule>
|
|
<name>Attach an image to a topic in Kunena Forums</name>
|
|
<description>Give points when a registered user attaches an image to a post.</description>
|
|
<action_string>com_kunena.thread.attach.image</action_string>
|
|
<publish>true</publish>
|
|
<points>1</points>
|
|
<access_level>1</access_level>
|
|
</rule>
|
|
<rule>
|
|
<name>Attach a file to a topic in Kunena Forums</name>
|
|
<description>Give points when a registered user attaches a file to a post.</description>
|
|
<action_string>com_kunena.thread.attach.file</action_string>
|
|
<publish>true</publish>
|
|
<points>1</points>
|
|
<access_level>1</access_level>
|
|
</rule>
|
|
</rules>
|
|
</jomsocial> |