VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 1 ]
Subject: Re: How to remove break after CarpShow?


Author:
John
[ Next Thread | Previous Thread | Next Message | Previous Message ]
Date Posted: 22:51:48 08/12/05 Fri
In reply to: Derek 's message, "Re: How to remove break after CarpShow?" on 16:37:38 08/06/05 Sat

Well I tried what you said but I'm not sure where to put it. I tried this into my code but didn't work.
CarpConf('bca','');
CarpConf('aca','');

Could you show me where to put what I need? I would greatly appreciate it!

Here is my code
require_once "../carp./carp/carp.php";

// only show the item link and description
CarpConf('iorder','link,date,desc');

// put a bullet before each item
CarpConf('bi','• ');

// show up to $descnum characters from the description
CarpConf('maxidesc',$descnum);

// show up to 10 items
CarpConf('maxitems',$num);

// refresh every 10 minutes
CarpConf('cacheinterval',10);

// don't say "Newsfeed display by by CaRP" after the newsfeeds
CarpConf('poweredby','');

// surround the item title with a DIV
CarpConf('bctitle','
');
CarpConf('actitle','
');

// formating for the links
CarpConf('bcdesc','
');
CarpConf('acdesc','
');

// surround the item links with a DIV
CarpConf('bitems','
');
CarpConf('aitems','
');



// get rid of the underline under the links
CarpConf('ilinkstyle','text-decoration:none');

// Show the newsfeed
CarpCacheShow("$show");

Thanks!!

>http://www.geckotribe.com/rss/carp/docs/conf/display/ch
>annel/#caorder
>
>aca ("after channel after") : Specifies text
>and/or HTML to display after all (not each) of the
>elements indicated by caorder. The default is a line
>break tag (
).
>I think that's what you're looking for. Set 'aca' to
>''.
>
>Derek
>
>>Hey guys, I need some help. I run a loop that will
>>display multiple feeds on one page at a time. But
>>after every feed there is a hidden break. So it aligns
>>all vertical. I want them to align horizontaly. I have
>>looked though my code many times and it has to be a
>>break after CarpShow('rssfeed'); Any ideas how to
>>remove it?

[ Next Thread | Previous Thread | Next Message | Previous Message ]


Post a message:
This forum requires an account to post.
[ Create Account ]
[ Login ]
[ Contact Forum Admin ]


Forum timezone: GMT-8
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.