Skip to content
New issue

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

Allow limited access for non-authenticated users (guests) #8

Open
joseihf opened this issue Aug 28, 2015 · 1 comment
Open

Allow limited access for non-authenticated users (guests) #8

joseihf opened this issue Aug 28, 2015 · 1 comment

Comments

@joseihf
Copy link

joseihf commented Aug 28, 2015

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?

@samclement114
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants