[jboss-svn-commits] JBL Code SVN: r16882 - labs/jbossforums/branches/multipleforums110P26/forums/src/resources/portal-forums-war/WEB-INF.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 27 19:15:49 EST 2007


Author: sviluppatorefico
Date: 2007-11-27 19:15:48 -0500 (Tue, 27 Nov 2007)
New Revision: 16882

Modified:
   labs/jbossforums/branches/multipleforums110P26/forums/src/resources/portal-forums-war/WEB-INF/portlet.xml
Log:
[JBFORUMS-245] added multiple forums updates

Modified: labs/jbossforums/branches/multipleforums110P26/forums/src/resources/portal-forums-war/WEB-INF/portlet.xml
===================================================================
--- labs/jbossforums/branches/multipleforums110P26/forums/src/resources/portal-forums-war/WEB-INF/portlet.xml	2007-11-28 00:13:51 UTC (rev 16881)
+++ labs/jbossforums/branches/multipleforums110P26/forums/src/resources/portal-forums-war/WEB-INF/portlet.xml	2007-11-28 00:15:48 UTC (rev 16882)
@@ -25,7 +25,18 @@
          <title>JBoss Forums</title>
       </portlet-info>
       <portlet-preferences>
+	     <!--  Luca Stancapiano start - this field let to configure
+	           one or more alternative forums to add it into the portal.
+	           You can to configure it by portlet instances of forums. Each
+	           number is a different instance of forum , so you can to work with
+	           different categories, forums or topic for each forum. The same number is
+	           the same forum with same objects -->
          <preference>
+            <name>foruminstanceid</name>
+            <value>1</value>	    		
+         </preference>	
+	     <!--  Luca Stancapiano end -->
+         <preference>
             <name>summarymode</name>
             <value>0</value>
          </preference>




More information about the jboss-svn-commits mailing list