inherit
189484
0
Sept 7, 2013 8:42:15 GMT -8
tindog
19
February 2013
tindog
|
Post by tindog on Feb 17, 2013 5:21:07 GMT -8
This little JavaScript removes the "Change Participants" options from the "Actions" menu in conversations (Private messages). This can be useful if you have sensitive members that would get upset and feel left out when getting a "You have been removed from this conversation." message. Participants are still free to leave the conversations themselves with "Leave Conversation". Dont remove from conversations.zip (1.08 KB)
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 17, 2013 7:23:33 GMT -8
Hi tindogUnless I'm mistaken, you shouldn't need to use Javascript, or even a plugin for this. Can you not just modify the CSS... .change_participants { display: none !important; }
|
|
inherit
189484
0
Sept 7, 2013 8:42:15 GMT -8
tindog
19
February 2013
tindog
|
Post by tindog on Feb 21, 2013 18:02:19 GMT -8
Yes, this looks as if it should work too, as long as you remember to double check the CSS when you add a new theme.
|
|