Resource icon

[bd] Tag Me for XenForo 1.3 3.2.0

No permission to download
You can edit the file Installer.php in the add-on package and remove these lines to have it installed in XenForo 1.4.0 Beta 1

PHP:
if (XenForo_Application::$versionId < 1030000 OR XenForo_Application::$versionId >= 1040000)
{
throw new XenForo_Exception('[bd] Tag Me v3 only works with XenForo 1.3.x');
}

Please note that it hasn't been tested properly with XenForo 1.4, try it with your own risk :D
Will you be updating this for 1.4 shortly, or are you waiting for the stable release before updating?
 
Will you be updating this for 1.4 shortly, or are you waiting for the stable release before updating?
I will wajt for the stable release before updating it, it's likely XenForo will continue to improve the tagging feature (at least I hope so :D).
You should wait for the official version before running it on your production board anyway. For test board, I think the above edit is an acceptable workaround.
 
I will wajt for the stable release before updating it, it's likely XenForo will continue to improve the tagging feature (at least I hope so :D).
You should wait for the official version before running it on your production board anyway. For test board, I think the above edit is an acceptable workaround.
Thanks. I always wait for the stable release before running on my live site. :) I was just checking on an ETA for the update.
 
You can edit the file Installer.php in the add-on package and remove these lines to have it installed in XenForo 1.4.0 Beta 1

PHP:
if (XenForo_Application::$versionId < 1030000 OR XenForo_Application::$versionId >= 1040000)
{
throw new XenForo_Exception('[bd] Tag Me v3 only works with XenForo 1.3.x');
}

Please note that it hasn't been tested properly with XenForo 1.4, try it with your own risk :D
All works fine here now on 1.4
 
Is there a limitation on how many users can be emailed when they are tagged in a post?

I have established a user group for the purpose of summoning other members for assistance. I increased the "Maximum tag alerts per message:" to more than the number of users in the group. Every user receives an alert but only 10 receive emails even though many more have configured their account to receive emails for alerts.

I feel that Xenforo's email system must be limiting to 10 emails per post. I can not find a setting to change for this.
 
You'll have to run a database query to enable it for existing members.
Would anyone be able to help with a query? I want to select all users who have their "receive emails from the site" option checked and update their "Receive email when name is mentioned" option to be checked. Thanks in advance.
 
I saw that one, but I'm hoping to use a query that doesn't turn it on for only those users who have selected not to receive emails from the site - or would that setting automatically override this new setting?

i think declining all site emails takes precedence over selecting alert emails
 
Can anyone confirm this?
I can confirm this. No email will override everything else.

Is there a limitation on how many users can be emailed when they are tagged in a post?

I have established a user group for the purpose of summoning other members for assistance. I increased the "Maximum tag alerts per message:" to more than the number of users in the group. Every user receives an alert but only 10 receive emails even though many more have configured their account to receive emails for alerts.

I feel that Xenforo's email system must be limiting to 10 emails per post. I can not find a setting to change for this.
The add-on doesn't impose any limit. It only checks maximum tags and send alert + email to all of them.
 
@xfrocks I may have found the first bug in 1.4. I upgraded to 1.4 today and when saving a usergroup, it all saves fine unless the "Is taggable" option box is ticked.
If you tick it, I get this error every time:-
Code:
An exception occurred: Mysqli prepare error: MySQL server has gone away in /var/www/vhosts/xxxxxxxxxxx/httpdocs/library/Zend/Db/Statement/Mysqli.php on line 77

Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
XenForo_Model->fetchAllKeyed() in XenForo/Model/RoutePrefix.php at line 41
XenForo_Model_RoutePrefix->getPrefixesByRouteType() in XenForo/Model/RoutePrefix.php at line 54
XenForo_Model_RoutePrefix->getPrefixesForRouteCache() in XenForo/Link.php at line 479
XenForo_Link::_loadHandlerInfoForGroup() in XenForo/Link.php at line 396
XenForo_Link::_getPrefixHandler() in XenForo/Link.php at line 362
XenForo_Link::_buildLink() in XenForo/Link.php at line 93
XenForo_Link::buildPublicLink() in XenForo/Dependencies/Admin.php at line 195
XenForo_Dependencies_Admin->getEffectiveContainerParams() in XenForo/FrontController.php at line 616
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
XenForo_FrontController->run() in /var/www/vhosts/xxxxxxxxxxx/httpdocs/admin.php at line 13
 
Tried to upgrade Tag add on to the latest version at a 1.4.0 site and revived the following errors:

Code:
[bd] Tag Me v3 only works with XenForo 1.3.x

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 /www/webvol1/le/6vbawqk4dlpmvqx/my.site.se/public_html/admin.php at line 13
 
@xfrocks I may have found the first bug in 1.4. I upgraded to 1.4 today and when saving a usergroup, it all saves fine unless the "Is taggable" option box is ticked.
If you tick it, I get this error every time:-
Code:
An exception occurred: Mysqli prepare error: MySQL server has gone away in /var/www/vhosts/xxxxxxxxxxx/httpdocs/library/Zend/Db/Statement/Mysqli.php on line 77

Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
XenForo_Model->fetchAllKeyed() in XenForo/Model/RoutePrefix.php at line 41
XenForo_Model_RoutePrefix->getPrefixesByRouteType() in XenForo/Model/RoutePrefix.php at line 54
XenForo_Model_RoutePrefix->getPrefixesForRouteCache() in XenForo/Link.php at line 479
XenForo_Link::_loadHandlerInfoForGroup() in XenForo/Link.php at line 396
XenForo_Link::_getPrefixHandler() in XenForo/Link.php at line 362
XenForo_Link::_buildLink() in XenForo/Link.php at line 93
XenForo_Link::buildPublicLink() in XenForo/Dependencies/Admin.php at line 195
XenForo_Dependencies_Admin->getEffectiveContainerParams() in XenForo/FrontController.php at line 616
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
XenForo_FrontController->run() in /var/www/vhosts/xxxxxxxxxxx/httpdocs/admin.php at line 13
I have just tested this without issue. Are you still having trouble with this?

@xfrocks will there be an update to this add-on shortly to save users having to make the php code changes to get it working?
Yes. A new version is going out today.
 
Back
Top Bottom