It seems that the forum in Opigno is designed as a lesson tool for users within a group, and not for annon users. How do I allow annon users to access forums? I tried looking under user permission, and I can't get that to work. Thanks!
James Aparicio
Tue, 11/11/2014 - 14:24
Hi kengrayfield,
Hi kengrayfield,
You can allow anonymous users to see the foruns that are not part of a group, by changing the access callback inside the file /profiles/opigno_lms/modules/opigno/opigno/opigno_og_access/opigno_og_access.module.
Hi kengrayfield,
Hi kengrayfield,
You can allow anonymous users to see the foruns that are not part of a group, by changing the access callback inside the file /profiles/opigno_lms/modules/opigno/opigno/opigno_og_access/opigno_og_access.module.
Best regards
Thanks. I will look into it.
What should I edit in this
Yes,
Yes,
Just change 'user_is_logged_in' to TRUE.
Best regards
Hi,
Please clear the cache and
Please clear the cache and rebuild the permissions.
Is it the menu that is not showing or does he get access denied even if he writes the url manually?
Best regards
In reply to Please clear the cache and by James Aparicio
he get access denied after
Did you write 'TRUE' or TRUE?
Did you write 'TRUE' or TRUE?
Best regards
In reply to Did you write 'TRUE' or TRUE? by James Aparicio
I wrote TRUE
Not its working. Thank you
Hi,
Hi rahul,
Hi rahul,
Are you talking about forums that are part of courses, or open forums?
When looking at forum permissions keep in mind, Forum -> taxonomy (forum vocabolary), forum topic -> node (content type), forum comment -> comment
Best regards
Hi,
And can they currently see
And can they currently see posts and comments from open forums?
Best regards
No they can't see the post
First step would be to make
First step would be to make sure they can see open forums content.
Install the devel module and render the node access blocks, so you can see what is going on with the access to the topics (nodes).
Best regards
In reply to Hi kengrayfield, by James Aparicio
Thank a lot