Problem with Channels Permissions
I'm testing features for a new site and having trouble with the #Channels...
1 - When publishing an 'Update' with a #Hashtag, it only goes to an error 'This page isn't working' regardless of user/permission settings. Is it a limitation of publishing an 'Update' versus a 'Post'?
2 - When using a #Hashtag within a 'Post' it will produce a 'page was not found' error UNLESS the 'Edit Any Channel' option is enabled, then it will allow the user to see the Channel page. My problem is that is allows the user to delete the channel, even though the permission is disabled. Is there another section of Permissions or Channels that I should check?
Is there a better way to allow users to follow hashtags?
-
- · Ryan James
- ·
-
Same result for me too...
-
Are others having the same issue following channels??
-
-
·
Alex T⚜️
- ·
Thank you for the report, it looks like this bug has been already fixed:
-
·
Alex T⚜️
-
I just tested and it is now working. I haven't even come close to getting my site online and am already impressed with the response you guys provide... AND that there are real, thought out, solutions. It's a nice change of pace.
-
- · James Cherry
- ·
I have made a test account with limited permissions and now seeing this error page on channels posted as 'updates' but seem to be able to follow a channel made as a 'post.'
Alex T⚜️ Andrew Boon I am now seeing it as well with the
#Channels on this post again... Maybe something slipped through with the RC2 Update, undoing the fix? -
Hi James Cherry !
Here, in una.io we have this bug fixed now. So in your site seems you need to check your Channels version (Studio->Apps market->Updates). If you see that it is available for update, then need to complete it.
-
-
-
·
Anton L
- ·
Hello
The problem appeared after RC1, when Custom Privacy Groups were added. From that time and until RC2 all newly created Group based profiles (Channels, Groups and Events) received pending status by default. We'll update such profiles on the next update but if somebody wants to do it right now then you may execute the following query in your UNA database:
UPDATE `sys_profiles` SET `status` = 'active' WHERE `type` IN ('bx_groups', 'bx_events', 'bx_channels') AND `status` = 'pending';
---
Best Regards
Anton -
·
Anton L
-