
01-04-2007, 01:17 AM
|
|
Junior Member
|
|
Join Date: Jan 2007
Posts: 5
|
|
Now this is how csDirectory.cgi looks now:
===============================
if($in{'feature'} eq 'Yes'){
$tmpl = $ft;
}
else{
$tmpl = $rt;
}
if(($in{'sf'} == 1)&&($in
{'feature'} ne 'Yes')){
next;
}
($in{'sf'} == 1)&&($in{'feature'} eq 'Yes')&&($in{'cnt'}++);
if(($in{'sf'} == 1)&&($in{'feature'} ne 'Yes')&&($in{'cnt'} > 3)){
next;
}
=======================
but I'm not sure of what's suppose to happen that will let me display only certain entries? I dumped the cache, nothing happened.
Forgive me, but I know nothing about coding...it's all geek ...uhhh greek to me!
I don't mind paying a fee to get it to work.
|