- Setting up the Database
- Defining the Audience RolesMembers
- Separating Announcements based on Topic
- Configuring the WYSIWYG Editor
- 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 | ||||
---|---|---|---|---|
|
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 | ||||
---|---|---|---|---|
|
...