VBsupport перешел с домена .ORG на родной .RU
Ура!
Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей
Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже: Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота. Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
When users subscribe to threads in a forum you specify, they can be automatically SMS'd when there is an update. Only sends the most recent post.
Let me try and explain how this works. It uses the forums for it's integration, there are no custom pages, etc. This allows you to use all of vBulletins usergroup/forum settings to manage the access and whatnot.
I have a category called "SMS Notifications" Under that I have two forums. In the mod options, you set the PARENT forum ID. Basically any forums with this parent ID will be processed. This is the structure that I use.
SMS Notifications (category)
* Commanders (forum)
o SMS - We're meeting reminder! (Thread)
* Members (forum)
o SMS - We're under attack! (Thread)
o SMS - We're all safe now! (Thread)
o SMS - Servers status update (Thread)
I then set permissions for who can post and who can reply, etc on the forums as you normally would. Just in this case when you're doing it, think about who can send and SMS message. So basically only a few people have POST/REPLY and various people have READ.
The mod will hook events for replies only.
So, I create a separate thread for each "event" that people might need to be alerted about. The members then subscribe to the threads they would like to get a text message about.
Anytime a thread is replied to, all subscribers will get only the latest reply's text sent to them. The way it's setup with the forums also allows you to keep track of who is doing the paging, for what, etc. This doesn't interrupt the standard subscription emails from going out either. That way those without SMS can still get whatever updates if say they have email alerts on their phones or simply just want email subscriptions like normal.
Create a new user profile field, this field will be used to contain your members SMS email address.
Import the product as normal.
Edit the options for the mod (Under vBulletin Options -> SMS Notify) in the Admin CP.
Make sure it's on.
Set the parent forum ID
Set the full variable name that you created earlier that holds the SMS email addresses.
Please note, this *IS BETA*. I use it currently, but there may be issues, etc.