Spinball - It is coded so any group set to "iTrader Admin" will receive the emails. You can customize this quite easily by editing the functions_itrader.php file and changing the function itrader_email_admins. Just edit the WHERE clause in the query to your liking. That function is used to report suspicious activity & negative comments. The "report rating" page uses it's own chunk of code in its file, so if you want that changed too you will need to edit that file. In the next version I'll try to code it all to use that one function for simplicity.
mrderanged - Yes, that vB option controls the detailed comment length. If you customized any templates, you will need to revert them because of code changes. That's probably why it's not working.
mvigod - No, sorry, but I am not integrating anything into the thread/post tables or templates. I'm trying to keep this as separate as possible from the stock vB stuff. As mentioned before, this is meant to be very flexible and coding things like that would in effect limit how listings are posted, and also how the system can be used.
bennFF - That can (and should) be done using usergroups & auto-promotions.
zlos - That bug should have been fixed in 2.0.1, are you still experiencing it after upgrading?
zendiver - Yes, easiest thing would be to use some nested conditionals in your templates.
|