CaRP: Caching RSS Parser - Documentation
Channel URL
| GPL |
Koi |
Evolution |
| >=3.3 |
>=3.3 |
>=3.3 |
Displaying the Channel URL
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 />');