PeterD Posted September 17, 2018 at 12:35 PM Share Posted September 17, 2018 at 12:35 PM It´s not a Jreviews problem, think it is php one: Want to show other design, if a listing field have a special number: <?php if($CustomFields->field('jr_number',$listing,false,false) >= '50'):?> style <?php endif;?> that runs, but now i want another design between the numbers 15 and 49, but the following code <?php if($CustomFields->field('jr_number',$listing,false,false) >='15' AND <= '50'):?> <?php endif;?> print out an error. Maybe someone can help me Link to comment
Alejandro Posted September 17, 2018 at 01:05 PM Share Posted September 17, 2018 at 01:05 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
PeterD Posted September 20, 2018 at 10:51 AM Author Share Posted September 20, 2018 at 10:51 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.