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.
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
Just dropped the newest version. Works in that it gives you a Link to the profile of the person you @ like the first version. This one is a Dev version that should work to provide a dropdown menu to select people you can @ but doesn't. Whatever could it be missing? Only time will tell.
Works for me on OSSN 7.2 -> but I get no suggestion list when typing @
It works to e=some extent in OSSN 7.0. You can use the @ and then type out a name and when you post it will include a link to the persons profile. It deosn't show the drop down menu like in the other Mentions component. Can someone help fix it up?
hey, any news on your component?
Sure thank you!
Give me a minute Arsalan. Works fine for my installation. Will prolly take the weekend to make it work for 7.0.
Any chance of new fixed version? otherwise will be removed.