**Customizing the eDirectory code requires an owned license version, as well as expertise with PHP development, CSS, MySQL, and the linux operating system.   eDirectory Support is not able to troubleshoot or assist with code customizations, however our Custom Development group is available for consulting engagements.  Make backups before making changes.**

The listing layout, and what features are displayed at each level, are determined by the listing view code files:

There is a file for each level, and the number at the end of the file determines the level (ie free = 10, diamond=70, etc)

The summary views are used in the search results:

/includes/view/view_listing_summary_10.php
/includes/view/view_listing_summary_30.php
/includes/view/view_listing_summary_50.php
/includes/view/view_listing_summary_70.php  

Levels with detail views (full page listing) also have a detail template file:

/includes/view/view_listing_detail_70.php