SMS Framework Send to phone

jdeer0618 - January 2, 2009 - 22:14

I am currently trying to add the ability of my site to send out a text message to the author of a node when a user clicks the send to phone link. Now I am using the Send to Phone module of SMS Framework and it gives me *almost* the functionality I am looking for. What this module does not do is pull in the author of the node's phone number and set it as the "to:" so basically the user would have to know authors phone number to send the message. Of course I could show the authors cell phone number in the node they created but that is not something I am willing to do. I would rather the SMS Framework populate the "to:" field with the author's user name. Does anyone have any ideas on how to make this work?

TIA
JD

Bump. Trying to keep from

jdeer0618 - January 4, 2009 - 01:17

Bump. Trying to keep from getting buried.

http://jamesdeer.net
http://textslayer.com
http://rightjustified.us

Not sure if you have given up

tonicboy - May 11, 2009 - 12:07

Not sure if you have given up on this or already found a solution, as this is an old thread. However, I will reply anyway in case it can help anyone else. The easiest solution would be to create a module which uses hook_form_alter() to change the Phone Number field to a hidden field which you can auto-populate with the node author's phone number. Be careful that you always supply a correctly validated phone number.

Notifications

frazras - July 15, 2009 - 03:41

or you could use it with the notifications module and notify by sms the author of any new comments

"I would rule the world - If only I had the source code"
R.A.Smith -- "ƒrÅzRâ§"
http://www.exterbox.com

 
 

Drupal is a registered trademark of Dries Buytaert.