The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Yes I uninstalled the other one first
![]() They don't like the 3 step process. Step 1 being clicking on the link in the email. Step 2 entering the email address and clicking a button/link. Step 3 being receiving another email with another link/button to click. They want at most 2 steps. Click on link from email and goto an unsubscribe page, enter email on the page and click a link/button and be done. --------------- Added [DATE]1341965571[/DATE] at [TIME]1341965571[/TIME] --------------- So no "double opt outs" or "double confirmation" pages. --------------- Added [DATE]1341966737[/DATE] at [TIME]1341966737[/TIME] --------------- Holy cow I'm some sort of stupid. I may have found a ready made answer here at vbulletin.org ![]() https://vborg.vbsupport.ru/showthread.php?t=266142 Depending on what Fillip says to my questions of course ![]() --------------- Added [DATE]1341967265[/DATE] at [TIME]1341967265[/TIME] --------------- I am eternally grateful for all of the time and patience you have devoted towards my problem, and I would be even more grateful if you continued on this quest in case the dbtech mod won't satisfy my host. I think you should expand the settings that your ported version of this mod changes. These are what I had done in the other mod that my host says won't work for them. Code:
$db->query("UPDATE " . TABLE_PREFIX . "user SET options= options - 256 WHERE (options & 256) AND userid=" . $vbulletin->userinfo['userid']); $db->query("UPDATE " . TABLE_PREFIX . "user SET options= options - 2097152 WHERE (options & 2097152) AND userid=" . $vbulletin->userinfo['userid']); $db->query("UPDATE " . TABLE_PREFIX . "user SET options= options - 32 WHERE (options & 32) AND userid=" . $vbulletin->userinfo['userid']); $db->query("UPDATE " . TABLE_PREFIX . "user SET options= options - 2048 WHERE (options & 2048) AND userid=" . $vbulletin->userinfo['userid']); $db->query("UPDATE " . TABLE_PREFIX . "user SET autosubscribe = -1 WHERE autosubscribe = 0 OR 1 OR 2 OR 3 AND userid=" . $vbulletin->userinfo['userid']); Of course you don't have to, but I think it would be a popular addition in my nooby opinion ![]() --------------- Added [DATE]1341969797[/DATE] at [TIME]1341969797[/TIME] --------------- Quote:
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|