Log-In

Engage: PUBLISH

  • Username: DemoAdmin
  • Password: demoadmin
  • Username: DemoUser
  • Password: demouser

Engage: Publish

Welcome to the Engage: Publish Demo Site. This page and the sub pages in our navigation provide you with a preview of the functionality that the Engage: Publish module provides. On each page will have a Publish module configured, and a Text/HTML module that provides you with a description of the page and functionality.

The control below is using the Custom Listing to display the articles in the Engage: Publish Features category.  This display type combines the functionality of the Item Listing and Category Display for increased flexibility.

Testing

Custom Listing

Text/HTML REPLACEMENT POSSIBILITY

Last Updated Apr 2008


Replace the Text/HTML Module with Publish  

One of the main drawbacks of the Text/HTML module is that once a change is made it is live, and you cannot rollback to a previous version of the module without restoring a backup of your database. Engage: Publish can be utilized as a Text/HTML replacement.

We'll outline the steps to use Publish as a replacement below.

  1. Create a Category that will house your Text/HTML content/articles (you can create multiple categories for organizational purposes if you'd like).
  2. Create an article for the content that you will replace from an existing Text/HTML module. The display page for this article can be whatever you like at this point, just be sure not to check "Force display on selected page". Turn off the various Publish options such as Printer Friendly, Email A Friend, last updated date, etc when editing the article.
  3. Find the page that has the Text/HTML module you'd like to replace. Put a Publish module on that page in the same skin pane as the Text/HTML module you'll be replacing. It's probably best to leave this module "visible only to administrators" for the time being.
  4. Go to the module settings for this module. Choose Article display and select the article you created in Step 1. Mark this module as not overrideable in the settings. Update the module settings
  5. Preview the module in admin mode, make sure the content looks like you would like. If all is well you can hide the Text/HTML module (or remove it) and enable the Publish module to be visible to whatever roles should be able to view the content.
  6. On more step you can complete to hide some of the Publish content, such as the Article Title, Last Updated, Return To List link, and the thumbnails section. To do this you can create a DNN "container" that will hide some of the default Publish fields (using the CSS below), or you can paste the following code into the Advanced Settings/Header section of the Module Settings for each module that you are using

Custom CSS

Custom CSS in use on this page:

.categoryItemList  { width:640px;}

.categoryItemList .itemThumbnail { float:left; padding-right:5px;}

.categoryItemList .itemTitle { float:left; width:475px;}

.categoryItemList .itemAuthorDate { float:left;width:475px;}

.categoryItemList .itemDescription {clear:right;width:640px;}