it would be great if you could trigger sms’ by google calendar events and by wordpress calendar widget events.
]]>Installed the plugin… this is a network/multisite. Added the texting widget the sidebar. Entered my number. Says it worked. Check the subscriber list and I did not get added. Tried send a text even though I was not in the list and still did not receive anything.
]]>Installed sms-text-message v0.7 today and found that the buttons don’t work with WP 3.0.5 and PHP 5.3.3 because html form action= is not correctly built in options.php and sms-text-message.php. Lines with the code action='<?= “https://” needed to be changed to action='<?php “https://”.
After making those (6) changes, I was able to subscribe and send a text message but only the “Subject” field was sent, not the Message Body. I have not looked into this last problem yet…
When I tried to send a test text message, the sending window paused for a while, and then went blank (appeared to be a no error reported timeout).
Also, I didn’t see a list of registered numbers that would receive the message.
]]>Crashes plugin page when activated. Even with no other plugins installed.
Numbers do not save.
Nothing is sent to phones when SMS is sent.
]]>On line 159 of sms-text-message.php, “method=’POST'” should be “method=’post'”. Uppercase values won’t validate as XHTML 1.0 Transitional.
]]>