No need to post a full guide as @yariplus had the correct answer all the time. I just did not understand it at first.
Can I have a plugin send notifications that are not topic related?
-
Does it ajaxify to admin/plugins/approval? It should do a cold load, if not we should fix that.
-
@baris It does not do a cold load. This is what it looks like when I click on the notification.
-
Sounds like notifications need a way to open the link in a new tab.
-
@baris you should detect whenever anything is going to
/admin/...
and automatically open it in a new tab. -
@pitaj @pichalite gh#2849
-
@julian one problem. when I click on the notification, it's opening the same link in current tab and in a new tab.
-
@pichalite looking at the code, that shouldn't be happening. Hmmm...
-
-
@baris doesn't seem to be fixed. Still same issue.
-
Is the relevant code in
public/src/ajaxify
? -
@pichalite Try with https://github.com/NodeBB/NodeBB/commit/f89741636cdad244d38bf2c8dca52054f65c335c
Let me know if that works.
-
-
Can you try again on latest.
-
@baris works now, thanks.