This object is in archive! 

How to: only registered users can see ideas... anonymous must be register first!

Archived Jens H. 11 years ago

How to: only registered users can see ideas... anonymous must be register first!

Best Answer
photo

Hello Jens,

We don't have feature to restrict all ideas from public access. To make ideas visible to specific users, make them private and set for these users in role - Can See Private Objects. So simple users won't see these ideas.

Replies (10)

photo
10

Hello Jens,

We don't have feature to restrict all ideas from public access. To make ideas visible to specific users, make them private and set for these users in role - Can See Private Objects. So simple users won't see these ideas.

photo
11

is it easy to implement? Non registered users only must see the login screen :)

photo
10

Jens Havelberg wrote:

is it easy to implement? Non registered users only must see the login screen :)
or redirect to SSO login page? :)

photo
11

It would take about 4 days to make it modular and we can do it on custom basis. You can send us request to support(at)useresponse.com for us to provide you with estimation.

It's something like - closed community

photo
10

Stas Kuzma wrote:

It would take about 4 days [...]
4 days? oh no!?


  1. $loggedUser = Singular_Runtime::extract("loggedUser");
  2. if ($loggedUser->isGuest() == true)
  3. {
  4. header('Location: https://example.com/loginpage');
  5. exit();
  6. }

photo
11

We can't change core, and can make it only modular... You can change core on your own risk to not ruin system

photo
9

thank you!

photo
10

It is unfortunate that Use Response will not allow a closed community. I will discontinue my evaluation and look for a different product.

photo
10

But I don't want my competitors to see a great idea which my community has generated. There has to be a way to limit the idea's visibility after it has been posted. I hope you are doing something about this in UR 3.0.

photo
11

Kapil,

If you don't want others to see specific ideas, just make them private.

Replies have been locked on this page!

Your vote is accepted!