Resource icon

[bd] Tag Me for XenForo 1.3 3.2.0

No permission to download
Hi chaps

Changing the version to 1.7.5b breaks the auto update using that Auto install mod... it doesn't recognise the b as a new version and kicks back an error about the new version is older than the current one and downgrading is not possible..
 
Hi chaps

Changing the version to 1.7.5b breaks the auto update using that Auto install mod... it doesn't recognise the b as a new version and kicks back an error about the new version is older than the current one and downgrading is not possible..

You will have to perform a manual update then. Sorry for the problem.
 
I am always getting the You are not allowed to tag users in message alert....what can I do to fix it...:(
 
But how do I get access to these settings, I don't have any settings displayed as the ones that are showed in this screenshot...I have only Maximum Users in Processing (To process as many users as possible, enter 0 (zero)) and Suggestion Maximum Length (To let it work as normal, set this option to zero (0)) which have to be 0 in default/normal mode :( I'm either blind or stupid...I just go to Options>[bd] Tag Me.....
 
You've been fast to released it. Thanks! I'm on a mobile now, so I can't check: the code to display the results box is also working with mce3 without edits? Do I need to add an option to activate the plugin or did you use the listener ?

Yes, the positioning code doesn't need any edits to work with version 3. And no, you don't need any option. It will just work :D
 
I have just installed this and nobody is getting alerts and it is set in there control panel to receive alerts. Any help please? (not sure if there should be something in crons but there isnt)
 
I guess we don't need the latest release unless we run Cedric's addon correct?
Correct.

I have just installed this and nobody is getting alerts and it is set in there control panel to receive alerts. Any help please? (not sure if there should be something in crons but there isnt)
Do the suggestion work? When you post something with @username syntax, does it get converted to link?

If I have a usergroup of supporters can I do an @supporters and it will alert all of them?
Yes. You will need some configuration though. How to configure user group tagging.
 
Yes it converts to a link to the users profile. Just no alert is being given to the users who are tagged.

No alert will be sent if you are tagging yourself or the tagger is ignored by the mentioned. If the add-on doesn't send any alert at all then please send me your site URL + some account informations so I can dive in and check.
 
For those wanting to convert old alerts for XF 1.2, this MySQL query should do the trick:
Code:
update xf_user_alert set action = replace(action, 'tagged', 'tag')
 
Last edited:
Back
Top Bottom