We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I set Humhub open access for guests the linklist is not displayed in the spaces. Is there any way to set up this option?
The text was updated successfully, but these errors were encountered:
For Humhub 0.11.2, comment these lines
protected/modules_core/dashboard/DashboardStreamAction.php
/$this->criteria->condition .= ' AND content.visibility=' . Content::VISIBILITY_PUBLIC;/ Line 54
protected/modules_core/wall/ContentContainerStreamAction.php
/if (!$this->contentContainer->canAccessPrivateContent($this->user)) { $this->criteria->condition .= " AND content.visibility=" . Content::VISIBILITY_PUBLIC; }/ Line 49
For the moment I check it! Perhaps it's the solution.
Sorry, something went wrong.
No branches or pull requests
When I set Humhub open access for guests the linklist is not displayed in the spaces. Is there any way to set up this option?
The text was updated successfully, but these errors were encountered: