Author Topic: Send E-mail to Search Results  (Read 3708 times)

0 Members and 1 Guest are viewing this topic.

Offline darylcrouse

Send E-mail to Search Results
« on: 18. July 2009, 11:44:41 »
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.com


Task - 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
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile


Offline juicyfruit

Re: Send E-mail to Search Results
« Reply #1 on: 18. September 2009, 17:23:13 »
thanks for this.
joomla. 1.5.9
sobi 2.9.0.2
cb 1.2.rc4
geo cat 2.3
radius search
backup/import
search 1.6
Country: Australia Australia |  OS: Windows Vista/Server 2008 Windows Vista/Server 2008 |  Browser: Chrome 2.0.172.43 Chrome 2.0.172.43 | View Profile www.geeksupport.com.au

Do you want continued ongoing development, new features and active support?
Please write a review or just vote for SOBI on JED.

Tags: