NOTE: This version of CaRP is obsolete. This documentation is being left here for those who have not yet upgraded to the current version.
Download | Installation | Configuration | Upgrading from version 2 | Functions | Examples | Donations
Old documentation: Version 2
Upgrading from version 2Many of the configuration options have changed from version 2 to version 3, and are not backward compatible. The table below lists version 2 configuration items that have been removed and the version 3 items you should copy their settings to. In most cases, only the name has changed. Some of the default values have changed, so even if you haven't changed the defaults, you may need to make some changes to achieve the same appearance.
If you have many newsfeeds to upgrade, we recommend keeping your old version of CaRP and installing the new one in a different location so that you can switch your newsfeeds once at a time. To switch each newsfeed, you would then need to fix any configuration settings that may need to change and then change the path to CaRP in your "require_once '/path/to/carp.php';" line to point to version 3. Note that since carp.php expects to find a file named carpinc.php in the same directory, you cannot simply change the names of the files and keep them in the same directory as your old version unless you modify carp.php to look for a different filename.
| Version 2: | Version 3: | Notes: |
| preitem | bi | Name change only. |
| postitem | ai | Name change only. |
| preitems | bitems | Name change only. |
| postitems | aitems | Name change only. |
| linkdiv | bilink | If you open a div in bilink, you will now need to add "</div>" to ailink yourself. |
| linkclass | ilinkclass | Name change only. |
| linkstyle | ilinkstyle | Name change only. |
| newwindow | linktarget | This setting was replaced by linktarget in late 2.X versions, but supported for backward compatibility. It has now been removed completely. |
| linktitles | ilinktitles | Name change. Version 3 also has a clinktitles to do the same thing with the channel title. |
| showdesc | To show item descriptions, include "desc" in iorder. | |
| maxdesc | maxidesc | Name change only. |
| posttruncdesc | atruncidesc | Name change only. |
| maxtitle | maxititle | Name change only. |
| defaulttitle | defaultititle | Name change only. |
| cdiv | bctitle | If you open a div in bctitle, you will now need to add "</div>" to actitle yourself. |
| showctitle | To show the channel title as text (not a link), include "title" in cborder. | |
| showclink | To show the channel title as a link, include "link" in cborder. | |
| showcdesc | To show the channel description, include "desc" in cborder. | |
| cclass | clinkclass | Name change only. |
| cstyle | clinkstyle | Name change only. |
