therefore the existing problem. I am not the only
Announcement
Collapse
No announcement yet.
You need to join this group before viewing any content.
Collapse
X
-
-
Ok, Found a REALLY easy fix till they can sort it out. Took me a while to grasp how they have done it.
Open up core/vb/api/usergroup.php
Go to Line 51
Change
Code:$this->privateGroups = array(self::CHANNEL_OWNER_SYSGROUPID, self::CHANNEL_MODERATOR_SYSGROUPID, self::CHANNEL_MEMBER_SYSGROUPID);
Code:$this->privateGroups = array(self::CHANNEL_OWNER_SYSGROUPID, self::CHANNEL_MODERATOR_SYSGROUPID, self::CHANNEL_MEMBER_SYSGROUPID, 167);
This will get you going till they can fix the issue on their end.Last edited by Necrophyte; Mon 12 Dec '16, 3:54pm.
Comment
-
hello
I tried but it did not solve the problem.
Now you see this error after activating php_error
PHP Code:Warning: Illegal string offset 'userid' in /home/AAA/public_html/vb/includes/vb5/template.php(329) : eval()'d code on line 101 Warning: Illegal string offset 'userid' in /home/AAA/public_html/vb/includes/vb5/template.php(329) : eval()'d code on line 157 Warning: Illegal string offset 'nodeid' in /home/AAA/public_html/vb/includes/vb5/template.php(329) : eval()'d code on line 49
Comment
-
Ahh fluff bunnies. Ok So I just figured it. I'm sorry.
Go look at your usergroups. Find the one called Channel Member.
Whatever number that usergroup is, put that in place of 167.Last edited by Necrophyte; Mon 12 Dec '16, 3:10pm.
Comment
-
Originally posted by Necrophyte View PostAhh fluff bunnies. Ok So I just figured it. I'm sorry.
Go look at your usergroups. Find the one called Channel Member.
Whatever number that usergroup is, put that in place of 167.
the Channel Member in my forum is ( 27) .
Comment
-
Originally posted by Trevor Hannant View PostHas anyone raised this in the Tracker? If so, what's the link to the issue?
Comment
-
http://tracker.vbulletin.com/browse/VBV-16501
This above one is fixed already in 5.2.6
I don't know if anyone has reported it sorry. Just trying to help folks fix with a patch, till it can get sorted later.
- 1 like
Comment
-
Originally posted by Necrophyte View PostOk, Found a REALLY easy fix till they can sort it out. Took me a while to grasp how they have done it.
Open up core/vb/api/usergroup.php
Go to Line 51
Change
Code:$this->privateGroups = array(self::CHANNEL_OWNER_SYSGROUPID, self::CHANNEL_MODERATOR_SYSGROUPID, self::CHANNEL_MEMBER_SYSGROUPID);
Code:$this->privateGroups = array(self::CHANNEL_OWNER_SYSGROUPID, self::CHANNEL_MODERATOR_SYSGROUPID, self::CHANNEL_MEMBER_SYSGROUPID, 167);
This will get you going till they can fix the issue on their end.
this problem is not solved yet?
Comment
-
Not yet no.
Comment
-
no one knows when it will be fixed the problem?
Comment
-
Originally posted by saiff View Postno one knows when it will be fixed the problem?
All bugs and requests have to be prioritised based on a number of factors, primarily available resources, which are finite.
Comment
-
This is a serious problem, because private groups contain the secrets of the members, for this problem in my forum no one trusts to use groups, rather they completely left the forum
Comment
-
Originally posted by saiff View PostThis is a serious problem, because private groups contain the secrets of the members, for this problem in my forum no one trusts to use groups, rather they completely left the forum
Support do not have any real influence over bug prioritization.
Comment
-
Comment
Related Topics
Collapse
-
by TheGLForumI created a new group earlier, and noticed there is a discrepency between the number of members shown in the List view vs. the Group view:
Shows 2 members in the group...-
Channel: vB Cloud Support & Troubleshooting.
Fri 29 Aug '14, 6:05am -
-
by shiningHi there,
Don“t know if our settings are wrong so maybe someone can help me out.
When a group is set to:
Type of Group: with invitation
Privacy: Only Groupmembers...-
Channel: Support Issues & Questions
Tue 28 Mar '17, 2:49am -
-
by Claire SRHi,
Would you please let me know how to have the 4 more drop down menus under 'Post Settings' as the bottom image?
Thank you
...-
Channel: Support Issues & Questions
Wed 15 Apr '20, 6:00pm -
-
by TheBishSorry as this may be simple and I may not have had enough coffee....
How to I restrict Groups to only those who have joined. For example, I do not want those who are not Members of a Group...-
Channel: Support Issues & Questions
Mon 13 Feb '17, 8:55am -
Comment