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

Item IDs

Item IDs is a plugin bundled with CaRP Evolution. It wraps each item in a <div> with a unique ID. It is useful for integrating CaRP with other scripts that use JavaScript to address individual feed items.
 
Installation:
To install Item IDs, put itemids.php into the "plugins" folder inside the folder containing carp.php. (If no plugins folder exists, create one.) This is the default location of the plugin when CaRP Evolution is installed.
 
Use:
To use this plugin, do the following:
  1. Enter the following command into your webpage after "require_once '/path/to/carp.php';":
    CarpLoadPlugin('itemids.php');
  2. If desired, edit the configuration settings listed below to control the plugin.

Configuration Options:
The following configuration options may be set using code like this:

$itemidscarpconf['attrs']=' onMouseOver="DoMyFunction(this);"';