CoreBOSBB
Module for user mention - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Modules/Extension Support (https://discussions.corebos.org/forumdisplay.php?fid=9)
+--- Thread: Module for user mention (/showthread.php?tid=2183)



Module for user mention - garenas - 07-12-2021

Good morning everyone.

Hoping you are very well.

Joe Bordes would like to know if you have a module similar to that of mentioning users with @Gabi for example.

Or it is possible to use in version 7.0 coreBOS the one from its4you /vtiger-extensions/mention-users/

I remain attentive to your comments

First of all, Thanks

Greetings!


RE: Module for user mention - joebordes - 07-13-2021

Hi

Luke implemented this functionality using workflows, no need for any special enhancements (I think)

Let's wait for @Guido1982 to return from vacation and inform us of what he did, maybe we can adapt his work into a set of workflows that anyone can import if they want the functionality.

While you wait you can give it a try


RE: Module for user mention - garenas - 07-13-2021

Thanks for the reply

I will try to do it, your contribution in this regard would help me a lot

Greetings!


RE: Module for user mention - Guido1982 - 10-18-2021

(07-13-2021, 02:12 PM)garenas Wrote: Thanks for the reply

I will try to do it, your contribution in this regard would help me a lot

Greetings!

Hi Garenas, sorry for the late reply. What I did was use the tribute library to create the mentions on the corebos frontend (create a business action with some custom JS to start it) and attach an aftersave event to the comments module. I'm not sure what your development level is, are you a programmer or more a user?