From: nediscapp@gmail.com
Date: Thu, 28 Jan 2021 16:30:58 +0000 (UTC)
To: .............
Message-ID: ............
Subject: New DiscApp Message Board Created: List View Test App
MIME-Version: 1.0
Content-Type: text/html;charset=UTF-8
Content-Transfer-Encoding: 7bit

New message board "List View Test App" has been created and added to your account.

Thank you for creating a new message board at https://nediscapp.herokuapp.com. In this email, you will find some useful information and links to get you started.

Useful Links:


Information On Areas Of The Message Board Admin Page


Advanced DiscApp Feature Documentation

The following information can also be found on the documentation page off of the message board admin page: https://nediscapp.herokuapp.com/admin/disc-docs.cgi?id=44.

Highlight New Messages

With this feature enabled on the Appearance settings page under the Threads configuration, any message or reply that has been created in the past 24 hours will be marked with an additional CSS class "new_message". Once a message is no longer less than 24 hours old, it will no longer be marked as a new message.

Using this feature:

Read Thread History

This feature allows users who have a registered account and are logged in to keep track of which threads they have read. With this feature an additional CSS class attribute will be added called "read" to thread anchor tags. By default, on the built-in CSS options, it is the same as the visited link color. This can be changed on custom CSS implementations if desired.

Using this feature:

Adding a Search Feature

By default, when your DiscApp is created, the HTML required for the search feature is added to the epilogue of your DiscApp. The search feature allows users to search subjects and message bodies of articles of your DiscApp. Please use the below HTML code if you would like add the search feature elsewhere or need to reset or replace the original entry.

Using this feature:

    <b>Search the message board:</b>
    <FORM METHOD="POST" ACTION="https://nediscapp.herokuapp.com/indices/search?disc=44">
        <INPUT TYPE="hidden" NAME="id" VALUE="46108">
        <INPUT TYPE="text" NAME="searchTerm">
        <INPUT TYPE="submit" NAME="submit" VALUE="Search">
    </FORM>

Admin Post Distinction on Messages

Admin owners of a DiscApp can select to mark their post as an "Admin post". This will cause a special SPAN tag to be added to the author field with the css class of "admin_post". The built in CSS offerings have the correct CSS required to correctly view this feature. If you are using a custom CSS, please include the following in your CSS code. (Feel free to change the colors as needed).

Using this feature:

    .admin_post {
        color: #fff;
        background: #f00;
        padding: 2px;
        margin: 5px;
        font-weight: bold;
        border-radius: 5px;
    }

-------------------------------------------------------------------

Message from NE Disc App:

This is an automated message. Please do not respond to this message.