Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bex 444 posts 555 karma points
    Dec 05, 2012 @ 10:42
    Bex
    0

    Limited Access Threads

    Hello

    I have a request that an existing forum has certain threads that are only visible/accessible to people in a specific user role. Is this built in functionality or do you have any suggestions how it could be implemented?

    Bex

  • Lee 1130 posts 3088 karma points
    Dec 05, 2012 @ 10:48
    Lee
    0

    At a guess you'd probably have to have a seperate table that held the role id and a the thread id with a bool as to whether or not they had permission.

    We have done something similar in MVC Forum but its based on role id, a permission type (Read, edit etc...) and a category. Doing it against a thread will be a lot more over head, and quite a bit trickier as threads are going to be created a lot more often than say a category and there will potentially be loads of them. 

  • Bex 444 posts 555 karma points
    Dec 05, 2012 @ 10:53
    Bex
    0

    Thanks Lee.

    I shall let you know if this actually gets done and how I go about it!

Please Sign in or register to post replies

Write your reply to:

Draft