Quote:
Originally Posted by dacho
Is it possible to repair or to add allowed (before "x" number of posts) there can be to send PM's only to the admin ?
There is users that not entered to advertise in the system, will be able to communicate with the owner
|
hi, i had the same request, and resolve with this small modify in the file product-pmbefdeveloper.xml:
before mod : WHERE usergroupid IN (5,6,7) AND userid IN (" . $recipients . ")
after mod : WHERE usergroupid IN (6) AND userid IN (" . $recipients . ")