By Tomasz on Thursday, 05 May 2016
Posted in General Issues
Replies 6
Likes 0
Views 351
Votes 0
Hi

Is it possible to make available voting for Guests in ED as it is shown in the picture.

Thx in advance
Tomasz
Please run this sql query to display the vote acl for the public group,

UPDATE `jos_discuss_acl` SET `public` = '1' WHERE `jos_discuss_acl`.`id` = 28;

Replace the jos_ with your table prefix.
·
Thursday, 05 May 2016 12:57
·
0 Likes
·
0 Votes
·
0 Comments
·
To allow guests to vote, you would need to configure this in the ACL of EasyDiscuss for the public group
·
Thursday, 05 May 2016 11:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I've checked the ACL few times but it seems that all is set correctly that can be set. Guests can't vote up/down for question (the up/down arrows are not visible), but they can't also vote (NO ACCESS POPUP) for answers where the arrows ar visible for them - please check the attached image.

BR Tomasz
·
Thursday, 05 May 2016 12:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tomasz,

I am sorry for the inconvenience caused. I've tried to replicate this locally and seems I can reproduce it. I believe this a bug. I have already consult this with our developer and it will track it in our issue tracker.
Thanks for understanding
·
Thursday, 05 May 2016 12:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,

in that case I will stay calm waiting for changes

Mark,

provided query did the job

Best regards,
Tomasz
·
Thursday, 05 May 2016 13:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Thursday, 05 May 2016 13:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post