Resource icon

[bd] Tag Me for XenForo 1.3 3.2.0

No permission to download
I have your Anonymous posting add-on installed as well as the Tag Me add-on

http://xenforo.com/community/threads/bd-anonymous-posting.11164/

When a anonymous poster tags a member it sends the tag Alert as normal, but it displays the anonymous posters username :eek:

Please fix this asap, so that when a anonymous poster tags someone the tag Alert doesn't reveal the username, instead {user} should be replaced with "Anonymous"

Thanks.

Also in a similar vein, I recall that when a member tags someone in a post in a private forum, to which the tagged member does not have access, they do still get an alert, but the alert is invisible (or does not show when clicked) because the alerts system won't show the post they were tagged in. But then they are left wondering, why the phantom alert?
 
Does this work alongside TaigaChat so if you tag a member in the chat they get the alert?
Nope. That will require integration from TaigaChat.

Also in a similar vein, I recall that when a member tags someone in a post in a private forum, to which the tagged member does not have access, they do still get an alert, but the alert is invisible (or does not show when clicked) because the alerts system won't show the post they were tagged in. But then they are left wondering, why the phantom alert?
Yeah. That one is expected and currently no solution to resolve it.
 
I have your Anonymous posting add-on installed as well as the Tag Me add-on

http://xenforo.com/community/threads/bd-anonymous-posting.11164/

When a anonymous poster tags a member it sends the tag Alert as normal, but it displays the anonymous posters username :eek:

Please fix this asap, so that when a anonymous poster tags someone the tag Alert doesn't reveal the username, instead {user} should be replaced with "Anonymous"

Thanks.
Will fix. Sorry for the problem :)
 
I tried to wrap the plain bbcode around @username to show someone how to tag but it does not work. I keep trying to edit the post in bbcode editor. As a result, the user whose username I use got tagged a dozen time.
 
I tried to wrap the plain bbcode around @username to show someone how to tag but it does not work. I keep trying to edit the post in bbcode editor. As a result, the user whose username I use got tagged a dozen time.
This add-on doesn't use the BB code engine so the PLAIN tag won't work with it.
Normally, a @username will be transformed into USER tag or URL tag so a tagged @username won't be detected a second time. I suspect you kept editing it to achieve the PLAIN effect? That's why the target user was alerted multiple time (because the add-on thinks you are trying to tag another time).

PS: Anyway, adding support for PLAIN tag now.
 
I have your Anonymous posting add-on installed as well as the Tag Me add-on

http://xenforo.com/community/threads/bd-anonymous-posting.11164/

When a anonymous poster tags a member it sends the tag Alert as normal, but it displays the anonymous posters username :eek:

Please fix this asap, so that when a anonymous poster tags someone the tag Alert doesn't reveal the username, instead {user} should be replaced with "Anonymous"

Thanks.
Well, the system has been fixed to send the correct alert. Unfortunately XenForo alert system won't send alerts if it comes from guest so you will have to create a new user for anonymous post. That way, tagged user will receive the correct alert from the anonymous user. You can specify the anonymous user using Anonymous Posting option (AdminCP > Threads, Discussions and Conversations, [Anonymous Posting] Poster).

The new version of [bd] Tag Me will be released shortly.
 
Ah yeah. Sorry, no more clues have been found with this issue...
I finally figured out what as causing the issue. I ended up turning off all my plugins and testing them.

Found it was due to this addon: "[DBTech] Users Viewing Thread"
 
I finally figured out what as causing the issue. I ended up turning off all my plugins and testing them.

Found it was due to this addon: "[DBTech] Users Viewing Thread"
Ah, that make sense! The TinyMCE plugin detect the current page to make sure it doesn't work on unsupported pages (for example, it won't work when you are replying to a conversation). The [DBTech] Users Viewing Thread add-on change the template from "thread_view" to "thread_online". The plugin doesn't recognize "thread_online" so it just turn itself off... The approach of replacing template is no good so this is something I won't fix. If you want to keep both add-ons, please edit the template "bdtagme_editor" and make it looks like this (notice the bold part)

Rich (BB code):
<xen:require js="js/bdTagMe/tinymce_plugin.js" />
<script type="text/javascript">
!function($, window, document, _undefined) {
XenForo.bdTagMe_enabledTemplates = [
'post_edit',
'post_edit_inline', // this one is not needed actually
'thread_create',
'thread_view',
'thread_online',
<xen:hook name="bdtagme_enabled_templates" />
];
} (jQuery, this, document);
</script>
 
Well, the system has been fixed to send the correct alert. Unfortunately XenForo alert system won't send alerts if it comes from guest so you will have to create a new user for anonymous post. That way, tagged user will receive the correct alert from the anonymous user. You can specify the anonymous user using Anonymous Posting option (AdminCP > Threads, Discussions and Conversations, [Anonymous Posting] Poster).

The new version of [bd] Tag Me will be released shortly.
Done it... It works for new created threads/posts - but doesn't change for previously posted threads/posts.

Also, i've always wondered, do anonymous posts get counted by xen statistics or not?
 
Done it... It works for new created threads/posts - but doesn't change for previously posted threads/posts.

Also, i've always wondered, do anonymous posts get counted by xen statistics or not?
Yeah, new settings only work with new posts. And they do get counted.
 
This maybe a bug or not.. but...

I created a anonymous thread just to test it out. When I reply anonymously to my own created anonymous thread, why does it Alert me for myself ?

Is this because technically the anonymous poster is now linked to a user? This will probably confuse members... :eek:
 
This maybe a bug or not.. but...

I created a anonymous thread just to test it out. When I reply anonymously to my own created anonymous thread, why does it Alert me for myself ?

Is this because technically the anonymous poster is now linked to a user? This will probably confuse members... :eek:

Normally reply won't trigger alert unless you watch the thread. Anyway, there will be no link made between user and the anonymous poster. Please double check your settings.

PS: This thread is not the right place to get support for Anonymous Posting add-on. Please send me a message if you have other questions. Thanks
 
I dont know why...but a few days the
AdminCP > Options > [bd] Tag Me
disappeared.

I did make a reinstall, a upgrade...

The addon is working but without settings options.

Any idea?

Não sei porquê... mas a poucos dias o AdminCP
> opções > [bd] Tag Me
desapareceu. Eu fiz uma reinstalação, uma atualização... O addon está funcionando, mas sem opções de configurações.
 
help me @xfrocks
Sorry, i speak vietnamese
Cái list của mình bị lùi xuống dưới. Bạn chỉ giúp mình cách làm nó lên trên giống trong hình được ko
Mình đang dùng 1.5.2

Thank bạnuntitled.webp
 
Back
Top Bottom