mention Questions
7
Solved
Trying to replace all occurrences of an @mention with an anchor tag, so far I have:
$comment = preg_replace('/@([^@ ])? /', '<a href="/$1">@$1</a> ', $comment);
Take the foll...
4
Solved
I am making a bot and I am trying to Ping a certain role. Here is the relevant code:
let msga = msg.author;
msg.channel.send("@NES Found one!! " + msga);
@NES is the role I am trying to ping/men...
Arsenopyrite asked 7/11, 2019 at 13:3
1
How can I implement @mention in react native's TextInput?
I've tried this react-native-mention but it is not being maintained anymore. There are so many styling issues and callback issues.
What I...
Douglas asked 15/9, 2018 at 7:5
0
How can I implement a mention without knowing the URN of a member/organization on a LinkedIn UGC post. Documentation states that you need to provide the URN of the member / organization you are men...
Addendum asked 6/11, 2019 at 18:40
0
Any one implemented a TextInput with @mentions like how it does in face book and twitter?
I've tried https://github.com/harshq/react-native-mentions but deleting is not handled.
Joijoice asked 2/3, 2018 at 8:4
1
© 2022 - 2024 — McMap. All rights reserved.