We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Post Privacy | Forum

Diego Alex
Diego Alex Jul 7 '16
Hello, I'm looking for a plugin that manages the privacy of individual posts, or if there is not a plugin for this, someone could tell me where do i begin such a implementation?
dave Leader
dave Jul 10 '16
First watch my two videos here  https://developers.oxwall.com/forum/topic/48472


then i do not believe there is a listener in the core for 'before post' and after post you does you no good.  So you will have to find in the code where the post is parsed then you will have to come up with a table to handle the new privacy data and also a table for each user (or combine them).  Then you will have to add the privacy logic which im not sure will work because it is designed  to be global event in nature and not so specific, so you may have to just write your own privacy plugin.