... Elxis version 2009.3 codename Aphrodite is out, download it from Elxis Download Center (EDC) ...

InTicker (module)

From Elxis Official Documentation

Jump to: navigation, search
inTicker for Elxis CMS 2008.x and 2009.x+ (module)

The inTicker (module) is a small module by Apostolos Koutsoulelos that creates a scrolling text (marquee) with the latest or specific items from the sections or categories you set.

Contents

Details

Current Version: 1.0
Author: Apostolos Koutsoulelos
License: GNU/GPL
Compatibility: Elxis CMS 2008.x and 2009.x

Usage

Module parameters

The inTicker (module) supports these parameters:

 Module Mode: Allows you to control which type of Content to display in the module ( Only Content items | Only Autonomous Pages | Both ).
 Frontpage Items: Show/Hide items designated for the Frontpage - only works when in Content Items only mode.
 Count: The number of items to display (default is 5).
 Category ID: Selects items from a specific Category or set of Categories (to specify more than one Category, separate with a comma , ).
 Section ID: Selects items from a specific Section or set of Sections (to specify more than one Section, separate with a comma , ).
 Item ID: Selects items from a specific Section or set of Sections (to specify more than one Section, separate with a comma , ).

Class Module Suffix

Here is an example of the CSS code that must be added to customize.css file of your template:

.moduletable_inticker_header {
 width: 976px;
 margin: 0px; margin-left: 10px;
 padding: 0px;
}
.moduletable_inticker_header div.inticker-left {
 width: 32px; height: 22px;
 margin: 0px; padding: 0px;
 margin-bottom: 10px;
 float: left;
 background: transparent url(../images/ticker-l.png);
}
.moduletable_inticker_header div.inticker-body {
 width: 940px; height: 22px;
 margin: 0px; padding: 0px;
 margin-bottom: 10px;
 padding-top: 2px;
 float: left;
 background: transparent url(../images/ticker-b.png);
 overflow: hidden;
}
.moduletable_inticker_header div.inticker-body span a {
 color: #951a1d;
 text-decoration: none;
 font-weight: bold;
 font-size: 0.9em;
}
.moduletable_inticker_header div.inticker-body span a:hover {
 text-decoration: underline;
}
.moduletable_inticker_header div.inticker-right {
 width: 4px; height: 22px;
 margin: 0px; padding: 0px;
 margin-bottom: 10px;
 float: left;
 background: transparent url(../images/ticker-r.png);
}

Here is the visual result:

inTicker module
inTicker module

Support

The inTicker (module) is supported either at Official Elxis Forum or at the developer's official forum (BitCraft-labs.gr).

Personal tools