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.

This comment is in trash! Restore

Replies (10)

photo
16

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.

This comment is in trash! Restore
photo
17

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

This comment is in trash! Restore
photo
15

Jens Havelberg wrote:

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

This comment is in trash! Restore
photo
17

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

This comment is in trash! Restore
photo
17

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. }

This comment is in trash! Restore
photo
16

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

This comment is in trash! Restore
photo
16

thank you!

This comment is in trash! Restore
photo
15

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

This comment is in trash! Restore
photo
17

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.

This comment is in trash! Restore
photo
17

Kapil,

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

This comment is in trash! Restore

Replies have been locked on this page!

Your vote is accepted!