Restricting access not ot forum, but to single topics
2 posters
Page 1 of 1
Restricting access not ot forum, but to single topics
Hello!
So this is straight forward. Currently we can manage access by forums.
Is there a way to allow only specific member group users to access specific topic?
So this is straight forward. Currently we can manage access by forums.
Is there a way to allow only specific member group users to access specific topic?
Re: Restricting access not ot forum, but to single topics
There are not permissions for individual topics, only for forums. So if you want group A to only see a certain topic or topics, you will have to create a forum that only that group can see.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Restricting access not ot forum, but to single topics
Is there a way to redirect users page based on the group the user belongs to?
Basically, I know how to redirect. My question would be, how to take users group as a variable?
Also, would that work if user belongs to multiple groups.
(using javascript)
Basically, I know how to redirect. My question would be, how to take users group as a variable?
Also, would that work if user belongs to multiple groups.
(using javascript)
Re: Restricting access not ot forum, but to single topics
It depends on the order of the groups. If a members is in 3 groups, the group that comes first will give that member the permissions of that group.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Restricting access not ot forum, but to single topics
If you want to have the group as a js variable, you'll have to send a get request to the groups page and use the information sent back by the server. Something like this:
- Code:
$(function(){
$.get("/groups", function(data){
/*Codes here*/
})
})
- Code:
$(element, data).last()
Guest- Guest
Similar topics
» Help me: can not access topics in the forum?
» In regards to multiple Accordion Tables on a single forum.
» not a single forum is loaded
» How to transfer a single post to the right Forum(theme)
» Adding an image to a single forum
» In regards to multiple Accordion Tables on a single forum.
» not a single forum is loaded
» How to transfer a single post to the right Forum(theme)
» Adding an image to a single forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum