<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>General</title>
  <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=4470261" />
  <subtitle />
  <entry>
    <title>RE: Cannot upload files with a .rpt extension to the Document Library</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24922056" />
    <author>
      <name>Felipe G. Drukas Reis</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24922056</id>
    <updated>2013-05-21T14:19:18Z</updated>
    <published>2013-05-21T14:19:18Z</published>
    <summary type="html">Thanks for the quick response &lt;img alt="emoticon" src="http://www.liferay.comhttp://cdn.www.liferay.com/osb-www-theme/images/emoticons/happy.gif" &gt;&lt;br /&gt;&lt;br /&gt;Actually there are no restrictions on the file extension neither in the control panel nor in portal-ext.properties. Also, I haven&amp;#039;t messed around with the messages files, so the wrong error message itself could be considered a bug.&lt;br /&gt;&lt;br /&gt;I have attached a screenshot of my control panel, error message, and the portal-ext.properties.&lt;br /&gt;&lt;br /&gt;Regards!</summary>
    <dc:creator>Felipe G. Drukas Reis</dc:creator>
    <dc:date>2013-05-21T14:19:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: Cannot upload files with a .rpt extension to the Document Library</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24921755" />
    <author>
      <name>Oliver Bayer</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24921755</id>
    <updated>2013-05-21T14:07:31Z</updated>
    <published>2013-05-21T14:07:31Z</published>
    <summary type="html">Hi Felipe,&lt;br /&gt;&lt;br /&gt;maybe the error message itself contains a bug &lt;img alt="emoticon" src="http://www.liferay.comhttp://cdn.www.liferay.com/osb-www-theme/images/emoticons/happy.gif" &gt;. You can set the allowed file extensions either in the portal-ext.properties or in the control panel.&lt;br /&gt;&lt;br /&gt;HTH Oli</summary>
    <dc:creator>Oliver Bayer</dc:creator>
    <dc:date>2013-05-21T14:07:31Z</dc:date>
  </entry>
  <entry>
    <title>Cannot upload files with a .rpt extension to the Document Library</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24921669" />
    <author>
      <name>Felipe G. Drukas Reis</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24921669</id>
    <updated>2013-05-21T14:03:45Z</updated>
    <published>2013-05-21T14:03:45Z</published>
    <summary type="html">Hello!&lt;br /&gt;&lt;br /&gt;I cannot upload files with a .rpt extension to the Document Library. An error message is shown as if the file was larger than the maximum allowed size. If I change the file extension to .doc, for instance, I can upload it normally. Nothing appears on the logs, so I believe it&amp;#039;s a bug.&lt;br /&gt;&lt;br /&gt;Does anyone knows anything about it?&lt;br /&gt;&lt;br /&gt;Cheers!!!</summary>
    <dc:creator>Felipe G. Drukas Reis</dc:creator>
    <dc:date>2013-05-21T14:03:45Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add web content in to theme (portal_normal.vm)</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24917045" />
    <author>
      <name>Tejas Kanani</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24917045</id>
    <updated>2013-05-21T13:03:29Z</updated>
    <published>2013-05-21T12:25:16Z</published>
    <summary type="html">If you want to put two different instance of web content display portlet on same page and want to display different web content on it, You&amp;#039;ll need to modify its instance id.&lt;br /&gt;So make sure value for instance id in header and footer is different.&lt;br /&gt;&lt;div class="quote"&gt;&lt;div class="quote-content"&gt;#set ($my_portlet_id = &amp;#034;${portlet_id}_INSTANCE_1234&amp;#034;)&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;If you have used &lt;strong&gt;_INSTANCE_1234&lt;/strong&gt; in header then use &lt;strong&gt;_INSTANCE_5678&lt;/strong&gt; in footer code.&lt;br /&gt;&lt;br /&gt;This should resolve your issue.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Tejas</summary>
    <dc:creator>Tejas Kanani</dc:creator>
    <dc:date>2013-05-21T12:25:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add web content in to theme (portal_normal.vm)</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24916872" />
    <author>
      <name>Muthu RP</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24916872</id>
    <updated>2013-05-21T12:16:50Z</updated>
    <published>2013-05-21T12:16:50Z</published>
    <summary type="html">Hi&lt;br /&gt;&lt;br /&gt;I have added this code in my theme footer section it working fine,&lt;br /&gt;&lt;br /&gt;And the same way i have to do for the header also for that i have copied same code which you have send me and pasted it in header and only i changed article id ( #set ($VOID = $velocityPortletPreferences.setValue(&amp;#039;articleId&amp;#039;, &amp;#039;16935&amp;#039;)) ) this is correct or not? . but its not working, and same footer content is printing there in header but what i want is not comming.&lt;br /&gt;&lt;br /&gt;Pls guide me...................... &lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Muthu</summary>
    <dc:creator>Muthu RP</dc:creator>
    <dc:date>2013-05-21T12:16:50Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add web content in to theme (portal_normal.vm)</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24915032" />
    <author>
      <name>Muthu RP</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24915032</id>
    <updated>2013-05-21T11:16:54Z</updated>
    <published>2013-05-21T11:16:54Z</published>
    <summary type="html">Hi Tejas Kanani&lt;br /&gt;Thank you very very much..&lt;br /&gt;Finally It is working fine.................&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks</summary>
    <dc:creator>Muthu RP</dc:creator>
    <dc:date>2013-05-21T11:16:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: Permission problems with roles</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24910288" />
    <author>
      <name>雷 雷</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24910288</id>
    <updated>2013-05-21T08:47:07Z</updated>
    <published>2013-05-21T08:47:07Z</published>
    <summary type="html">hello !&lt;br /&gt;I have run into the problem: I delete the default@liferay.com from user_  table , and the liferay dose not work. &lt;br /&gt;&lt;br /&gt;after read your answer , I know it. &lt;br /&gt;&lt;br /&gt;thank you!</summary>
    <dc:creator>雷 雷</dc:creator>
    <dc:date>2013-05-21T08:47:07Z</dc:date>
  </entry>
  <entry>
    <title>RE: Share button for Content and Article</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24907927" />
    <author>
      <name>Yan Naing Oo</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24907927</id>
    <updated>2013-05-21T07:45:15Z</updated>
    <published>2013-05-21T07:45:15Z</published>
    <summary type="html">Hi Simpson,&lt;br /&gt;&lt;br /&gt; thank for your info.  &lt;img alt="emoticon" src="http://www.liferay.comhttp://cdn.www.liferay.com/osb-www-theme/images/emoticons/smile.gif" &gt;</summary>
    <dc:creator>Yan Naing Oo</dc:creator>
    <dc:date>2013-05-21T07:45:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: Share button for Content and Article</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24907577" />
    <author>
      <name>Bart Simpson</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24907577</id>
    <updated>2013-05-21T07:31:32Z</updated>
    <published>2013-05-21T07:31:32Z</published>
    <summary type="html">For email there isn&amp;#039;t any direct way of doing it. However you can add a simple widget called addThis : http://www.addthis.com/services/detail/email&lt;br /&gt;You can add the widget in the template itself / or hook the view jsp as your requirements fit.</summary>
    <dc:creator>Bart Simpson</dc:creator>
    <dc:date>2013-05-21T07:31:32Z</dc:date>
  </entry>
  <entry>
    <title>Share button for Content and Article</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24900062" />
    <author>
      <name>Yan Naing Oo</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24900062</id>
    <updated>2013-05-21T02:38:43Z</updated>
    <published>2013-05-21T02:38:43Z</published>
    <summary type="html">Hello everyone,&lt;br /&gt;&lt;br /&gt;How to do that liferay can have share via email to this current web content or asset publisher articles to others ? &lt;br /&gt;&lt;br /&gt;for example, http://sharethis.com .&lt;br /&gt;&lt;br /&gt;let me know is there way to achieve this features on intranet ?&lt;br /&gt;&lt;br /&gt;thank in adv.</summary>
    <dc:creator>Yan Naing Oo</dc:creator>
    <dc:date>2013-05-21T02:38:43Z</dc:date>
  </entry>
  <entry>
    <title>RE: Use Organization Scoped roles in Site Template Permissions?</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24884670" />
    <author>
      <name>Kevin Niekamp</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24884670</id>
    <updated>2013-05-20T13:46:23Z</updated>
    <published>2013-05-20T13:46:23Z</published>
    <summary type="html">Same problem here.  Has anyone had any luck coming up with a solution?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Kevin</summary>
    <dc:creator>Kevin Niekamp</dc:creator>
    <dc:date>2013-05-20T13:46:23Z</dc:date>
  </entry>
  <entry>
    <title>RE: Difference Between Community Edition and Enterprise Edition</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24883858" />
    <author>
      <name>Anil T</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24883858</id>
    <updated>2013-05-20T13:31:34Z</updated>
    <published>2013-05-20T13:31:34Z</published>
    <summary type="html">Thanks sandeep. This link helps me to differentiate community edition and enterprise edition.</summary>
    <dc:creator>Anil T</dc:creator>
    <dc:date>2013-05-20T13:31:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add web content in to theme (portal_normal.vm)</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24882521" />
    <author>
      <name>Tejas Kanani</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24882521</id>
    <updated>2013-05-20T12:06:30Z</updated>
    <published>2013-05-20T12:06:30Z</published>
    <summary type="html">You need to put that code in your theme velocity file(vm) where exactly you want to add your web content.</summary>
    <dc:creator>Tejas Kanani</dc:creator>
    <dc:date>2013-05-20T12:06:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add web content in to theme (portal_normal.vm)</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24882508" />
    <author>
      <name>Muthu RP</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24882508</id>
    <updated>2013-05-20T12:05:03Z</updated>
    <published>2013-05-20T12:05:03Z</published>
    <summary type="html">Thank you very much,&lt;br /&gt;&lt;br /&gt;I am trying with this code and let you know....&lt;br /&gt;&lt;br /&gt;This code i need to insert in to footer section of my theme of portal_normal.vm file right?&lt;br /&gt;&lt;br /&gt;Muhtu</summary>
    <dc:creator>Muthu RP</dc:creator>
    <dc:date>2013-05-20T12:05:03Z</dc:date>
  </entry>
  <entry>
    <title>Not able to restart our UAT application server</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24882408" />
    <author>
      <name>Sudhanshu Srivastava</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24882408</id>
    <updated>2013-05-20T11:53:11Z</updated>
    <published>2013-05-20T11:53:11Z</published>
    <summary type="html">Hi Community Members,&lt;br /&gt;&lt;br /&gt;I am getting the following error when I try to start the JBoss server (EAP5.1.1)&lt;br /&gt;&lt;br /&gt;Environment details are given below:&lt;br /&gt;&lt;br /&gt;1) 6.0 SP2 with JBoss EAP 5.1.1&lt;br /&gt;2) MySQL 5.1&lt;br /&gt;3) RHEL 5&lt;br /&gt;4) Java 6&lt;br /&gt;&lt;br /&gt;Please find below the logs for your reference:&lt;br /&gt; &lt;br /&gt;2013-05-18 15:13:12,539 INFO  [org.apache.catalina.core.AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/jdk1.6.0_17/jre/lib/amd64/server:/opt/jdk1.6.0_17/jre/lib/amd64:/opt/jdk1.6.0_17/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib&lt;br /&gt;2013-05-18 15:13:12,606 INFO  [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-10.1.4.36-8180&lt;br /&gt;2013-05-18 15:13:12,607 INFO  [org.apache.coyote.ajp.AjpProtocol] Initializing Coyote AJP/1.3 on ajp-10.1.4.36-8109&lt;br /&gt;2013-05-18 15:13:12,634 INFO  [org.apache.catalina.core.StandardService] Starting service jboss.web&lt;br /&gt;2013-05-18 15:13:12,637 INFO  [org.apache.catalina.core.StandardEngine] Starting Servlet Engine: JBoss Web/2.1.11.GA&lt;br /&gt;2013-05-18 15:13:12,694 INFO  [org.apache.catalina.startup.Catalina] Server startup in 86 ms&lt;br /&gt;2013-05-18 15:13:17,625 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]..[/]] Initializing Spring root WebApplicationContext&lt;br /&gt;2013-05-18 15:13:46,354 INFO  [org.quartz.core.SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl&lt;br /&gt;2013-05-18 15:13:46,355 INFO  [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.8.4 created.&lt;br /&gt;2013-05-18 15:13:46,396 INFO  [org.quartz.core.QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.4) &amp;#039;PersistedQuartzSchedulerEngineInstance&amp;#039; with instanceId &amp;#039;dcportaluat.lifeinsjv.com1368870226295&amp;#039;&lt;br /&gt;  Scheduler class: &amp;#039;org.quartz.core.QuartzScheduler&amp;#039; - running locally.&lt;br /&gt;  NOT STARTED.&lt;br /&gt;  Currently in standby mode.&lt;br /&gt;  Number of jobs executed: 0&lt;br /&gt;  Using thread pool &amp;#039;org.quartz.simpl.SimpleThreadPool&amp;#039; - with 5 threads.&lt;br /&gt;  Using job-store &amp;#039;com.liferay.portal.scheduler.quartz.PortalJobStore&amp;#039; - which supports persistence. and is not clustered.&lt;br /&gt;&lt;br /&gt;2013-05-18 15:13:46,396 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler &amp;#039;PersistedQuartzSchedulerEngineInstance&amp;#039; initialized from an externally provided properties instance.&lt;br /&gt;2013-05-18 15:13:46,396 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.8.4&lt;br /&gt;2013-05-18 15:13:46,445 INFO  [org.quartz.core.SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl&lt;br /&gt;2013-05-18 15:13:46,463 INFO  [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.8.4 created.&lt;br /&gt;2013-05-18 15:13:46,464 INFO  [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.&lt;br /&gt;2013-05-18 15:13:46,464 INFO  [org.quartz.core.QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.4) &amp;#039;MemoryQuartzSchedulerEngineInstance&amp;#039; with instanceId &amp;#039;dcportaluat.lifeinsjv.com1368870226427&amp;#039;&lt;br /&gt;  Scheduler class: &amp;#039;org.quartz.core.QuartzScheduler&amp;#039; - running locally.&lt;br /&gt;  NOT STARTED.&lt;br /&gt;  Currently in standby mode.&lt;br /&gt;  Number of jobs executed: 0&lt;br /&gt;  Using thread pool &amp;#039;org.quartz.simpl.SimpleThreadPool&amp;#039; - with 5 threads.&lt;br /&gt;  Using job-store &amp;#039;org.quartz.simpl.RAMJobStore&amp;#039; - which does not support persistence. and is not clustered.&lt;br /&gt;&lt;br /&gt;2013-05-18 15:13:46,464 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler &amp;#039;MemoryQuartzSchedulerEngineInstance&amp;#039; initialized from an externally provided properties instance.&lt;br /&gt;2013-05-18 15:13:46,464 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.8.4&lt;br /&gt;2013-05-18 15:13:48,933 INFO  [org.quartz.utils.UpdateChecker] New Quartz update(s) found: 1.8.5 [http://www.terracotta.org/kit/reflector?kitID=default&amp;amp;pageID=QuartzChangeLog]&lt;br /&gt;2013-05-18 15:13:53,353 INFO  [org.apache.catalina.core.StandardService] Stopping service jboss.web&lt;br /&gt;&lt;br /&gt;Kindly help me in resolving this issue.&lt;br /&gt;&lt;br /&gt;Quick help is highly appreciated&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Sudhanshu.</summary>
    <dc:creator>Sudhanshu Srivastava</dc:creator>
    <dc:date>2013-05-20T11:53:11Z</dc:date>
  </entry>
  <entry>
    <title>RE: Rebuilding journalcontentsearch table</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24879545" />
    <author>
      <name>Ludovico Bianchini</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24879545</id>
    <updated>2013-05-20T10:20:44Z</updated>
    <published>2013-05-20T10:17:58Z</published>
    <summary type="html">Hi,&lt;br /&gt;i&amp;#039;ve tried this API (LR 5.2.3) from a portlet plugin to rebuild the table&lt;br /&gt; &lt;br /&gt;&lt;div class="code"&gt;&lt;span class="code-lines"&gt;1&lt;/span&gt;com.liferay.portlet.journal.service.JournalContentSearchLocalServiceUtil.checkContentSearches(myCompanyId);&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;But after 20 minutes of execution (about 5000 layout) it has logged this error&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span class="code-lines"&gt;1&lt;/span&gt;&lt;br /&gt;&lt;span class="code-lines"&gt;2&lt;/span&gt;[JDBCExceptionReporter] ORA-24816: Expanded non LONG bind data supplied after actual LONG or LOB column&lt;br /&gt;&lt;span class="code-lines"&gt;3&lt;/span&gt;com.liferay.portal.SystemException: com.liferay.portal.kernel.dao.orm.ORMException: Could not execute JDBC batch update&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;and the table count is not changed.&lt;br /&gt;&lt;br /&gt;You could try the same API, maybe you will be more lucky.&lt;br /&gt;&lt;br /&gt;In the meantime, did you found any workaround? I&amp;#039;ve the same requirement of creating the url to the page containing the article.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Ludovico</summary>
    <dc:creator>Ludovico Bianchini</dc:creator>
    <dc:date>2013-05-20T10:17:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add web content in to theme (portal_normal.vm)</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24879333" />
    <author>
      <name>Tejas Kanani</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24879333</id>
    <updated>2013-05-20T10:08:48Z</updated>
    <published>2013-05-20T10:08:48Z</published>
    <summary type="html">It looks like you want to add specific web content in web content display portlet embedded in liferay theme footer.&lt;br /&gt;For that embedding web content display portlet inside theme footer remains same. Only thing that needs to be added is to provide the articleId of web content that you want to display. I guess below code should work for you. I&amp;#039;ve added  &amp;#039;16806&amp;#039; as articleId value in below snippet.&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span class="code-lines"&gt;1&lt;/span&gt;&lt;br /&gt;&lt;span class="code-lines"&gt;2&lt;/span&gt;#set ($VOID = $velocityPortletPreferences.setValue(&amp;#039;groupId&amp;#039;, $themeDisplay.getScopeGroupId().toString()))&lt;br /&gt;&lt;span class="code-lines"&gt;3&lt;/span&gt;#set ($VOID = $velocityPortletPreferences.setValue(&amp;#039;articleId&amp;#039;, &amp;#039;16806&amp;#039;))&lt;br /&gt;&lt;span class="code-lines"&gt;4&lt;/span&gt;#set ($VOID = $velocityPortletPreferences.setValue(&amp;#039;portletSetupShowBorders&amp;#039;, &amp;#039;false&amp;#039;))&lt;br /&gt;&lt;span class="code-lines"&gt;5&lt;/span&gt;#set ($portlet_id = &amp;#039;56&amp;#039;)&lt;br /&gt;&lt;span class="code-lines"&gt;6&lt;/span&gt;#set ($my_portlet_id = &amp;#034;${portlet_id}_INSTANCE_1234&amp;#034;)&lt;br /&gt;&lt;span class="code-lines"&gt;7&lt;/span&gt;$theme.runtime($my_portlet_id, &amp;#034;&amp;#034;, $velocityPortletPreferences.toString())&lt;br /&gt;&lt;span class="code-lines"&gt;8&lt;/span&gt;$velocityPortletPreferences.reset()&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;In case above code won&amp;#039;t work for first try, you need to change its instance value(1234). Just make changed to something else than the existing one, otherwise change won&amp;#039;t reflect and you will think your change is not working.&lt;br /&gt;&lt;br /&gt;I hope above code will give some idea about what you need.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Tejas</summary>
    <dc:creator>Tejas Kanani</dc:creator>
    <dc:date>2013-05-20T10:08:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Captcha - User Creation and Community membership request</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24879224" />
    <author>
      <name>Sorin Radu</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24879224</id>
    <updated>2013-05-20T10:08:46Z</updated>
    <published>2013-05-20T10:08:46Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Urte Radzvickaite:&lt;/div&gt;&lt;div class="quote"&gt;&lt;div class="quote-content"&gt;&lt;br /&gt;&lt;br /&gt;Paths to files I altered, don&amp;#039;t know which one worked:&lt;br /&gt;&amp;lt;liferay path&amp;gt;\&amp;lt;tomcat-7.0.27&amp;gt;\webapps\so-hook\WEB-INF\src\portal.properties&lt;br /&gt;&amp;lt;liferay path&amp;gt;\&amp;lt;tomcat-7.0.27&amp;gt;\webapps\so-hook\WEB-INF\classes\portal.properties&lt;br /&gt;&lt;br /&gt;I&amp;#039;m using &amp;#034;liferay-portal-6.1.20-ee-ga2&amp;#034; with social office plugin.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Thanks,  I&amp;#039;ve tested both files and for me &amp;lt;liferay path&amp;gt;\&amp;lt;tomcat-7.0.27&amp;gt;\webapps\so-hook\WEB-INF\classes\portal.properties worked.</summary>
    <dc:creator>Sorin Radu</dc:creator>
    <dc:date>2013-05-20T10:08:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to add web content in to theme (portal_normal.vm)</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24878055" />
    <author>
      <name>Muthu RP</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24878055</id>
    <updated>2013-05-20T09:51:27Z</updated>
    <published>2013-05-20T09:51:27Z</published>
    <summary type="html">This is Structure ID : 16801 Here field name is dropdown-listbox with HTML Type&lt;br /&gt;This is Template ID : 16803 here i am getting the value from structure ( $dropdown-listbox.getData())&lt;br /&gt;This is Web content ID : 16806 here i am adding the list content (exp  Lin1, Link2, Link3 etc......with Copyright text) but this links is we are adding dynamically &lt;br /&gt;&lt;br /&gt;This web content i want to display in footer of my theme  portal_normal.vm, for that i have added the code ( $theme.runtime(&amp;#034;16806 &amp;#034;) ) in footer section but it is not showing.</summary>
    <dc:creator>Muthu RP</dc:creator>
    <dc:date>2013-05-20T09:51:27Z</dc:date>
  </entry>
  <entry>
    <title>Knowledge base Related Assets</title>
    <link rel="alternate" href="http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24878019" />
    <author>
      <name>Ricky Chugha</name>
    </author>
    <id>http://www.liferay.com/hu/c/message_boards/find_message?p_l_id=&amp;messageId=24878019</id>
    <updated>2013-05-20T09:48:08Z</updated>
    <published>2013-05-20T09:48:08Z</published>
    <summary type="html">HI Guys,&lt;br /&gt;&lt;br /&gt;Is there any way that i can get Related Assets in Knowledge Base&lt;br /&gt;&lt;br /&gt;Basically in Forums and Wiki i can link items via Related Assets (such as , calendar Entry, Blogs, Documents etc.. ) but can not find knowledge base option &lt;br /&gt;&lt;br /&gt;thanks</summary>
    <dc:creator>Ricky Chugha</dc:creator>
    <dc:date>2013-05-20T09:48:08Z</dc:date>
  </entry>
</feed>

