Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Setting up the Database
  2. Defining the Audience RolesMembers
  3. Separating Announcements based on Topic
  4. Configuring the WYSIWYG Editor
  5. Changing Announcement List Sort Order

...

  • Edit the pom.xml to define the jdbc driver to be used.

     

    Code Block
    <!-- The Default JDBC Driver used by the portlet -->
            <jdbc<jdbc.groupId>org.hsqldb</jdbc.groupId>
            <jdbc<jdbc.artifactId>hsqldb</jdbc.artifactId>
            <jdbc<jdbc.version>2.2.9</jdbc.version>
     

...

Anchor
DefineAudience
DefineAudience

Defining

...

Audience Members

If you have additional user groups (i.e, PAGS)  that you need to send announcements to that are not listed in the default options, adding additional audience members is quite simple.  

  • Open src/main/webapp/WEB-INF/portlet.xml
  • Around line #210 you will see role definitions. Here you can add your additional audience roles you want as options. 

     



Anchor
SeparateTopics
SeparateTopics

...