Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Setting up the Database
  2. Defining Audience Members
  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.groupId>org.hsqldb</jdbc.groupId>
    <jdbc.artifactId>hsqldb</jdbc.artifactId>
    <jdbc.version>2.2.9</jdbc.version>
     

...

  • Register a new Announcements portlet and fill out the forms. 
  • When you get to the end you will be presented with a "Save" or "Save and Configuration" button. Click on the "Save and Configuration" button.
  • Select "Blacklist" from the drop-down menu and type the topic(s) in the textarea field you want to EXCLUDE. (topics should be on a separate line).)

 

...


 


  • The resulting portlet looks like this:
    Image RemovedThe default before and after result (Note: "All Campus" is gone):

    Image AddedImage Added 

Anchor
wysiwyg
wysiwyg

Configuring the WYSIWYG editor

...