{TEASER_EX} Replacement tag v1.90 - 10.1.2007
Posted: Mon 27. Jun 2005, 11:57
{TEASER_EX} Replacement tag
Use it for news-sections, calendar of events etc.
VERSION: 1.90 - 10.1.2007
Whats new in this version:
* table less rendering, all column formating is now done by css
* some bugfixes
Tested with phpwcms ver 1.2.3 - 1.2.8, (standard .phtml) rewrite url on and off
Req. MySQL 4.0.0 or newer and phpwcms ver >= 1.2.x DEV!
TeaserEX-Tag-Generator:
http://www.kmedv.at/wcms/index.php?teaser_ex_generator
DEMO:
http://www.kmedv.at/wcms/index.php?teaser_ex_samples
Sites using teaser_ex RT (afaik)
http://www.stichtingflash.nl/
http://www.vdj.de
http://www.friul.it/
http://www.aetmis.gouv.qc.ca
http://www.fitmess.com/index.php?id=7,0,0,1,0,0
http://www.swisscopter.net/index.php?media
http://www.nccbmwcca.org
http://www.okobo.com/cms/index.php
http://www.hegg.li
http://www.fzd.kom.pl/
INSTALL:
Download teaser_ex from
http://www.kmedv.at/wcms/index.php?download
extract the zip-file and copy the file reptag_teaser_ex.php to
phpwcms_template\inc_script\frontend_render
FORMATING:
CSS Classes for version 1.9x
CSS Classes for version 1.8x
Pagination CSS-classes:
#teaserPageNav
#teaserPageNavItems
HISTORY
http://www.kmedv.at/wcms/index.php?history
Suggestions and Bugreports welcome .....
Greetings ERICH
Use it for news-sections, calendar of events etc.
VERSION: 1.90 - 10.1.2007
Whats new in this version:
* table less rendering, all column formating is now done by css
* some bugfixes
Tested with phpwcms ver 1.2.3 - 1.2.8, (standard .phtml) rewrite url on and off
Req. MySQL 4.0.0 or newer and phpwcms ver >= 1.2.x DEV!
TeaserEX-Tag-Generator:
http://www.kmedv.at/wcms/index.php?teaser_ex_generator
DEMO:
http://www.kmedv.at/wcms/index.php?teaser_ex_samples
Sites using teaser_ex RT (afaik)
http://www.stichtingflash.nl/
http://www.vdj.de
http://www.friul.it/
http://www.aetmis.gouv.qc.ca
http://www.fitmess.com/index.php?id=7,0,0,1,0,0
http://www.swisscopter.net/index.php?media
http://www.nccbmwcca.org
http://www.okobo.com/cms/index.php
http://www.hegg.li
http://www.fzd.kom.pl/
INSTALL:
Download teaser_ex from
http://www.kmedv.at/wcms/index.php?download
extract the zip-file and copy the file reptag_teaser_ex.php to
phpwcms_template\inc_script\frontend_render
FORMATING:
CSS Classes for version 1.9x
Code: Select all
.teaserExContainer {
width:100%;
font-size:9px;
color:gray;
}
.teaserExColumnContainer {
float:left;
margin-right:-1px;
}
.teaserExColumnSingle {
padding-right:8px;
}
.teaserExColumnLeft {
border-right:1px solid red;
padding-right:8px;
}
.teaserExColumnMiddle {
border-left:1px solid red;
border-right:1px solid red;
padding-right:8px;
padding-left:8px;
}
.teaserExColumnRight {
border-left:1px solid red;
padding-left:8px;
}
CSS Classes for version 1.8x
Code: Select all
#teaserTable {
border:0px;
border-collapse:collapse;
}
#teaserTableLeftCell {
border:0px;
padding-right:4px;
}
#teaserTableRightCell {
border-left:1px solid C4C4C4;
padding-left:4px;
}
#teaserTableLeftCell_Horizontal {
background-color:gold;
border:1px solid #C4C4C4;
padding-left:4px;
}
#teaserTableRightCell_Horizontal {
background-color:lime;
border:1px solid #C4C4C4;
padding-left:4px;
}
#teaserTable_Right_Empty_Cell_Horizontal { background-color:gray; }
#teaserTable_Left_Empty_Cell_Horizontal { background-color:silver; }
#teaserPageNav
#teaserPageNavItems
HISTORY
http://www.kmedv.at/wcms/index.php?history
Suggestions and Bugreports welcome .....
Greetings ERICH