[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Barlink
>
>
> On 10 Oct 2002 at 13:44, Chris Bartholomew wrote:
>
>> Well, the extra quotes are what I want to remove. I went through all
>> that pain to get the quotes OUT through text editors and yet, it
>> persists. Do I need to flush something out? I see all my other
>> changes (cat.txt et al). If I were to send the text file products.txt,
>> it would not have any quotes or extraneous characters. So, I am still
>> at a loss. Anyone?
>>
>> Chris
>
> Well, unless I'm mistaken it looks like there is something fishy in
> the barlink subroutine. it's either on catatalog_before.cfg
> _after.cfg
> You can copy it to catalog.cfg and modify it.
>
> Nora
>
The only subroutine I could find was this, in the category_vertical:
[set found_cat][/set]
[loop
prefix=box
search="
fi=area
st=db
tf=sort
ac=0
ac=0
co=yes
sf=sel
op=eq
se=[control set_selector left]
sf=which_page
op=rm
se=[control page_class all|@@MV_PAGE@@]
"]
<tr>
<td valign="top" class="categorybar">
<b>[box-exec bar_link]area[/box-exec]</b>
</td>
</tr>
<tr>
<td valign="top" class="categorybar">
[set found_cat]1[/set]
[loop prefix=cat
search="
fi=cat
st=db
tf=sort
tf=name
rf=code,name
sf=sel
se=[box-code]
"
]
[cat-exec bar_link]cat[/cat-exec]<BR>
[/loop]
</td>
</tr>
[/loop]
Does this look OK?
- References:
- [ic] Barlink
- From: interchange-users@icdevgroup.org (Nora Heuer - Baytides Management Inc.)