2 Replies Latest reply on Mar 29, 2006 10:50 AM by mboulano

    CMS Portlet How to use ?

    mboulano

      Hello,

      Im a new user of jbossPortal and I Don't new how to use CMS,

      I read the userGuide but I stell have stock...

      I created a content (a gif image for exemple) and I want to display it in a page, this page containt a DefaultsCMSPortletWindow but it's related to the index.html file

      What must I do to display my content (image) : create a new CMS portlet, portlet instance ...


      Thanks for help !

        • 1. Re: CMS Portlet How to use ?

          Use the CMSAdmin to create an html page with a link to your image, once youve uploaded it. http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/admincmsPortlet.html

          • 2. Re: CMS Portlet How to use ?
            mboulano

            Thank U for replay !

            I red the user guide before, but what I need was in this page

            http://jboss.com/index.html?module=bb&op=viewtopic&t=76619

            but I don't now if I have to do that for every content, or there is an automatic way to do it (i hope so)

            I have an other PB : I have a portlet with text + image linked (when I change user langage the image change but not the text.

            I wrote in my portlet.xml

            <portlet>
             <portlet-name>PhotothequeCMSPortlet</portlet-name>
             <portlet-class>org.jboss.portal.core.portlet.cms.CMSPortlet</portlet-class>
             <init-param>
             <description>Default path for phototheque</description>
             <name>indexpage</name>
             <value>/Phototheque/file.html</value>
             </init-param>
            
             <supported-locale>en</supported-locale>
             <supported-locale>fr</supported-locale>
             <supported-locale>es</supported-locale>
            
             <supports>
             <mime-type>text/html</mime-type>
             <portlet-mode>VIEW</portlet-mode>
             </supports>
             <portlet-info>
             <title>CMS</title>
             </portlet-info>
             </portlet>