.. but I have some suggestion for module :
1. The ability to choose to show to show the title or not. In case I just want to show the costum fieild only.
mod_sobi2featured has always had this Feature,
Set Module Parameter 'Display Title: = No'
mod_sobi2simplefeatured retains this Feature.
2. Ability to filter based on specified costum field. Ex : base on field street, so it will show the company in the same street. (it can also category dependant or not)
I am not exactly sure what you mean, but if you mean; select All Entries where field_street=Main Street
mod_sobi2featured has always had this Feature,
Set Module Parameter 'Featured Entry' Field ID: = the ID of the Custom Field field_street,
Set Module Parameter 'Featured Entry' Key:= Main Street
mod_sobi2simplefeatured retains this Feature
3. Is that away a method to make all entry become "featured" automatically without specifying a featured ID ?. The idea is I want to show some field form all entry in module automatically if the field is not empty.
without specifying a
featured Custom Field ID ?
No, because how would the Module know which custom field to check to see if is not empty?
mod_sobi2featured version 1.0.10 onwards can select entries for display regardless of the contents of the specified Custom Field.
(which would "make all entry become "featured" automatically")
Set Module Parameter 'Featured Entry' Field ID: = the ID of any Custom Field
Set Module Parameter 'Featured Entry' Key:= %
Set Module Parameter Use SQL 'LIKE' operator with Featured Entry Key: = Yes
This will cause All entries to be selected regardless of the value of the Custom Field. The SQL LIKE Operator '%' Matches any number of characters, even zero characters (See SQL Manual for SQL LIKE Operator
http://dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html#operator_like)
mod_sobi2simplefeatured retains this Feature.
I hope this helps - Mark