I asked a developer to modify the Sobi2 component so that I could e-mail multiple entries from search results using the radius search. Here is documentation of the changes made. I hope that the community can use this to improve your own sites. I have attached a PDF with screenshots and the documentation same as below. If you need help with implementing this, I would suggest contacting the developer. He is very good and quick to respond.
Enjoy,
Daryl C.
www.signlanguageinterpreters.comTask - Sending mail to multiple users by using a check box after searching from the SOBI2 Component.
There are two files in which we do the changes
1. /components/com_sobi2/sobi2.php
2. /components/com_sobi2/axsearch.class.php
1 . /components/com_sobi2/sobi2.php
changes = function sendmailtoall();
function sendmail();
2. /components/com_sobi2/axsearch.class.php
changes made at line 1534-35
$data = "<a href=\"mailto:{$data}\" title=\"{$mySobi->title}\"
target=\"_blank\">{$field->label}</a>";
Replaced by :
$data = "<input type=\"checkbox\" name=\"mailtonew[]\"
value=\"$data\">Send e-mail";
Changes Made by : -
whizKraft Solutions Pvt Ltd.
http://whizkraft.com