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
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
Channel URL
| Evolution | LE | Koi | SE |
| All | All | >=3.3 | >=3.3 |
To display the channel URL, include the word "url" in your cborder or caorder setting. For example:
CarpConf('cborder','title,url');
Display formatting options- bcurl ("before channel URL") : Specifies text and/or HTML to be displayed before the channel URL.
- acurl ("after channel URL") : Specifies text and/or HTML to be displayed after the channel URL.
Example
CarpConf('cborder','title,url');
CarpConf('bcurl','<i>');
CarpConf('acurl','</i><br />');