WildcardSearch / MentionMe

A plugin for MyBB 1.8.x that allows Twitter-style tagging and integration with MyAlerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings for "Open Mentions In a New Window/Tab?" doesn't work

SvePu opened this issue · comments

commented

As wrote above the settings for the new tab option doesn't work.

@SvePu - it is working for me without any issues, what version and browser do you use?

Hi @SvePu sorry so slow to reply.

To check if it is working, look at the page source for the mention and ensure that target"_blank" is being added to the link. If the target has been added correctly and yet the behavior is not what you expect, then the issue is how your browser treats the target tag in relation to link routing.

Confirmed as an issue with checking the wrong setting. Thanks for the help, @SvePu

@WildcardSearch - I am not sure about this, because all mentioned usernames are automatically opened in a new tab... I use this since your release when you added this feature. However maybe it is a browser setting here and this is really bugged. Anyway thank you @SvePu!

Yeah, @Eldenroot, it is a confirmed bug. I referenced mention_format_names setting instead of mention_open_link_in_new_window in the code.

Yes, I understand that but I am just confused that it is fine for me on my side :) thats just my 2 cents ;)

If you remember, there was some concern about the way it worked before. Perhaps your browser (or the browser settings) is causing different behavior? I don't know, for sure, but I am certainly checking the value of the wrong setting in the code 👅