A simple component that allows you to mention users on the wall with @. After you enter @ in the wall post field, a list of users will appear. You can keep typing the name to find the user among the list. Once used it provides a link to the user's profile. It does not give a notification to the user yet though. Open to further development. This was developed on OSSN 5.0. Works with OSSN 7.0.
Hey Dominik, check out this discussion post of mine... https://www.opensource-socialnetwork.org/discussion/view/6850/how-to-get-the-mentionswall-component-to-show-a-user-list-when-is-pressed. there is another I had with Nick Fury about getting this to work. Will post about that as soon as I can find it.
Now we need the friendspicker dropdown menu
It's working now, thank you! :D
Wish I knew y'all. Anyone want to help develop it? I have an issue with it presently. [email protected] ifn you want to collab!
is there any new version for this commpoment?
Any new info on this? :)
As a first step: Why don't you add some console.logs
to the javascript to verify it's getting included at all?
I mean:
ossn_extend_view('js/opensource.socialnetwork', 'mentionswall/js');
How should that work with the current directory structure?
How do we make that happen? I had to put id='tag-friends' into the textarea of the many container.php's in OssnWall to make this work in OSSN 5.6. I don't remember what code I had to use to make that open the dropdown but it worked!
It doesn't work with textareas or inputs