Question regarding setting privacy

naser Naser Posted in General Discussion 4 years ago

I have a code for registered members. I want to know a way to allocate to non-registered members

//only return possible result if user is logged in
    if(ossn_loggedin_user()->guid){
        $wall = new OssnWall;
        $query = input('x');
Replies
ly Naser Naser Replied 4 years ago

It works but I am trying to write a component with more features

ly Naser Naser Replied 4 years ago

Roman Lohov
To write a search component for publications

us Roman Lohov Replied 4 years ago

What is this for? So guests can see the wall?