Subject: Re: Help with descriptiontags |
Author:
Hendrik
|
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
Date Posted: 03:55:20 03/01/05 Tue
In reply to:
Mike
's message, "Re: Help with descriptiontags" on 16:06:14 02/24/05 Thu
>Can you please post your entire script?
Sure:
require_once "carp.php";
// show up to 4 items
CarpConf('maxitems',3);
// show upt o 100 characters from the description
//CarpConf('maxidesc',100);
// refresh every 10 minutes
CarpConf('cacheinterval',10);
// only show the item link
CarpConf('iorder','title,desc, url');
// put a bullet before each item
//CarpConf('bi','• ');
//Some Styling, alcatel style ;-)
CarpConf('biurl', 'link');
CarpConf('bidesc','> ');
CarpConf('aidesc',' ');
CarpConf('bilink','');
CarpConf('ailink',' ');
CarpConf('bitems',' | ');
CarpConf('aitems',' | ');
CarpConf('bi','');
CarpConf('ai',' | | ');
CarpConf('descriptiontags','a|/a');
// don't say "Newsfeed display by by CaRP" after the newsfeeds
CarpConf('poweredby','');
CarpConf('cborder','link target=1');
// Show the first newsfeed
// show the second newsfeed
CarpCacheShow('http://aww.web04.alcatel.be/BB/blog/wp-rss2.php?cat=419');echo '';
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
|