CaRP Evolution Documentation
CaRP Evolution Documentation
twitter youtube linkedin google-plus
CaRP Evolution Box
Web This Site

CaRP: Caching RSS Parser - Documentation


CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates

Channel Link

EvolutionLEKoiSE
AllAllAll>=2.0
Displaying the Channel Link/Title
The channel title may be displayed either as plain text or as a hyperlink. To display it as plain text, include the word "title" in your cborder or caorder setting. To display it as a link, include the word "link" in your cborder or caorder setting. To display the URL of the link, but not as a link, refer to the channel URL page. Examples:
CarpConf('cborder','title,date,desc');
or
CarpConf('cborder','link,date,desc');
Display formatting options
The following options apply whether your are displaying the title as plain text or as a link:
Example
CarpConf('caorder','link');
CarpConf('bctitle','<i>');
CarpConf('actitle','</i>');
CarpConf('maxctitle',100);
CarpConf('atruncctitle','...');
CarpConf('clinktitles',0);
CarpConf('clinkclass','myBigTextClassName');
CarpConf('clinkstyle','text-decoration:none;color:#03c;');