Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
SMS Capabilities (Text Messaging to Cell Phone from Forums) Details »»
SMS Capabilities (Text Messaging to Cell Phone from Forums)
Version: 1.2, by robwoelich robwoelich is offline
Developer Last Online: Apr 2021 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 3.7.x Rating:
Released: 06-18-2008 Last Update: 11-03-2008 Installs: 248
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

I am discontinuing this modification while I redesign it. If you need support or want information, email me at rob@robwoelich.com.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 06-20-2008, 11:52 PM
robwoelich's Avatar
robwoelich robwoelich is offline
 
Join Date: Mar 2008
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jerx View Post
Can you please tell us how we can help you guys? I think everyone is interested in this feature and also is willing to provide some help. The only problem is that we do not have any clue.

I thought that text messaging is a paid service. Does this cause any costs to the forum owner, the user who wants to sent a text message or the user who receives the text message?
The way this works is more or less explained in the description. Most cell phone companies have an email address for their subscribers where if you email it, it will turn the email into a text message and send it to their phone. For example, I have Alltel and their email for this is xxxxxxxxxx@message.alltel.com (xxx being your Alltel phone number). All that's happening here is that your forums are emailing the user at their cell phone company's email address like above, which in turn sends them a text message.

Most all cell phone companies provide this service for free, and the messages sent to your phone through the email address don't cost you anything or count toward your messages. And of course, it's free for your forums to send email. It usually makes it free for everybody, even people who don't have a text messaging plan. Some carriers are different, though... particularly smaller ones outside the U.S., and they may charge for those messages. That's a small chance, though.

How can you help? If you'd like to see a company added that isn't on the list yet, go to their website and do some research to see if they have an email address like the one example I gave above for their subscribers which will send a text message to their phone for free. Then, send me the company name, country of service, an example phone number (so I can program the script for the number's length) and the email address and I'll get it added.
Reply With Quote
  #53  
Old 06-21-2008, 12:03 AM
okhissabigfish okhissabigfish is offline
 
Join Date: May 2008
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know you're working like a wild man to get 3.7.0 to work...

I can't wait to use this on my forum...I vote this Mod of the Year!

gs
Reply With Quote
  #54  
Old 06-21-2008, 12:37 AM
bigtime bigtime is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent! Installed and works great.

How can I get the text "Send a text message to -user-" appear when clicking the username while viewing their post?

Thanks for a great mod!

Tim
Reply With Quote
  #55  
Old 06-21-2008, 12:52 AM
robwoelich's Avatar
robwoelich robwoelich is offline
 
Join Date: Mar 2008
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bigtime View Post
Excellent! Installed and works great.

How can I get the text "Send a text message to -user-" appear when clicking the username while viewing their post?

Thanks for a great mod!

Tim
I had meant to add this but forgot. I'll add it next release. The location of that menu when you click on the username should be in the postbit (or postbit_legacy depending on which you use) template.
Reply With Quote
  #56  
Old 06-21-2008, 01:22 AM
bigtime bigtime is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried this code in the postbit template but it didn't work:

Code:
<if condition="$userinfo['smscontact'] == '1' AND $userinfo['cellemail']">	
		<tr><td class="vbmenu_option">
		<a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;type=sms&amp;u=$prepared[userid]" rel="nofollow">
		<phrase 1="$prepared[username]">$vbphrase[send_message_via_sms_to_x]</phrase></a></td></tr>
	</if>
If it's not too much trouble, could you post the correct code?

Thanks,

Tim
Reply With Quote
  #57  
Old 06-21-2008, 01:26 AM
robwoelich's Avatar
robwoelich robwoelich is offline
 
Join Date: Mar 2008
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bigtime View Post
I tried this code in the postbit template but it didn't work:

If it's not too much trouble, could you post the correct code?

Thanks,

Tim
I plan to update with the next release either tonight or tomorrow night at the latest. I'll include this change then. I'll have to look into it after getting vB 3.7.0 compatibility.
Reply With Quote
  #58  
Old 06-21-2008, 01:28 AM
SALIMUS SALIMUS is offline
 
Join Date: May 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed succefuly
thanks a lot .
i want to ask u if u can add API for this future
i have an ilimited sms with my provider and i want that all sms transit from a gsm gatway directly from my forum .
i mean user's will not be charged for this service.
thanks a lot .

ps: even its payed service im ready for that ;-)
Reply With Quote
  #59  
Old 06-21-2008, 02:14 AM
robwoelich's Avatar
robwoelich robwoelich is offline
 
Join Date: Mar 2008
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have to say, I'm quite excited about my plans for this. I've been working on the 3.7.0 compatibility and have thought of some other cool features to add along the way.

I'm working hard on getting the next release ready to go by tonight, but it may not be until tomorrow... just FYI. I do have to sleep before work in the morning.
Reply With Quote
  #60  
Old 06-21-2008, 05:01 AM
SaltyOnionBalls SaltyOnionBalls is offline
 
Join Date: Nov 2007
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are there future plans to be able to reply? Would be nice if it replied in a PM or something.
Reply With Quote
  #61  
Old 06-21-2008, 05:07 AM
SaltyOnionBalls SaltyOnionBalls is offline
 
Join Date: Nov 2007
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also the Edit SMS Options link is not showing up, the template was modified and I can clearly see the coding in the template.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11201 seconds
  • Memory Usage 2,312KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete