Resource icon

[bd] Tag Me for XenForo 1.3 3.2.0

No permission to download
Thanks, it's working fine but do you know how to change switch off the underline when you tag someone ?
 
Looks like some alerts have been sent out by XenForo 1.3 before you updated the add-on. Please run this query in phpMyAdmin or similar

Code:
DELETE FROM xf_user_alert
WHERE content_type = 'profile_post' AND (action = 'tagged' OR action = 'comment_tagged')
I'm having the same issue, but upgrading from 2.1.0b to the actual 3.0.4 version.
Tried that query but the update is still not working. Any alternative?
Thanks!
 
Please post your exact error messages.
Code:
Mysqli statement execute error : Duplicate entry '85593-profile_post_tag' for key 'PRIMARY'

Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in bdTagMe/Installer.php at line 97
bdTagMe_Installer::installCustomized() in bdTagMe/Installer.php at line 40
bdTagMe_Installer::install()
call_user_func() in XenForo/Model/AddOn.php at line 215
XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 236
XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/moviles/public_html/admin.php at line 13
Thanks for your help!
 
Code:
Mysqli statement execute error : Duplicate entry '85593-profile_post_tag' for key 'PRIMARY'

Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in bdTagMe/Installer.php at line 97
bdTagMe_Installer::installCustomized() in bdTagMe/Installer.php at line 40
bdTagMe_Installer::install()
call_user_func() in XenForo/Model/AddOn.php at line 215
XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 236
XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/moviles/public_html/admin.php at line 13
Thanks for your help!
Try this

Code:
DELETE FROM `xf_user_alert_optout` WHERE alert = 'profile_post_tag'
 
Are you sure this is a problem with this add-on? I have just checked and it doesn't interfere with the method mentioned by Mike (XenForo_Model_ProfilePost::alertTaggedMembers).
 
Are you sure this is a problem with this add-on? I have just checked and it doesn't interfere with the method mentioned by Mike (XenForo_Model_ProfilePost::alertTaggedMembers).
Yes, I'm sure. I had test with disable and enable [bd]Tag Me addon many times on Xenforo 1.3.2.
 
Top Bottom