Thanks allot for your post... This question is solved... Thanks allot....
No I have a small question, and maybe someone can help me...
I also remove the AD's being displayed in "latest Listings" from that specific category for adult content...
For that in main.php I add the code in RED
<?php if( osc_count_latest_items() > 0) { ?>
<div class="block">
<div class="wrap">
<?php $c = 1; ?>
<?php while( osc_has_latest_items() ) { ?>
<!-- JDK -->
<!-- Here should be placed the block to limit the listings be displayed in latest categories -->
<?php if (in_array(osc_item_category_id(), array(140, 421, 611, 612, 613, 614, 422, 615, 618, 619, 620, 423, 621, 617, 616, 424, 622, 623, 624, 625, 425, 626, 627, 628, 608, 629, 630, 609, 631, 632, 633, 634, 610, 635, 637, 638, 636, 639, 426))) continue; ?>
<!-- JDK -->
<?php klass24_draw_item($c, 'gallery'); ?>
<?php $c++; ?>
<?php } ?>
</div>
</div>
The strange thing is, when I start adding AD's inside this Special categories in array, the listing in latest listings start disappearing...
Like you can see on the image, 4 listings disappear.. because I had some AD's inside the special category in the array