You need to join this group before viewing any content.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saiff
    Senior Member
    • Mar 2010
    • 551

    #16
    therefore the existing problem. I am not the only

    https://www.vbulletin.com/forum/foru...re-waiting-for

    Comment

    • Necrophyte
      Member
      • Oct 2014
      • 58
      • 5.2.x

      #17
      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);
      to this
      Code:
              $this->privateGroups = array(self::CHANNEL_OWNER_SYSGROUPID, self::CHANNEL_MODERATOR_SYSGROUPID, self::CHANNEL_MEMBER_SYSGROUPID, 167);
      Change the 167 to what your usergroup # is for "Channel Member"
      This will get you going till they can fix the issue on their end.
      Last edited by Necrophyte; Mon 12 Dec '16, 2:54pm.

      Comment

      • saiff
        Senior Member
        • Mar 2010
        • 551

        #18
        hello

        I tried but it did not solve the problem.
        Now you see this error after activating php_error

        PHP Code:
        WarningIllegal 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 WarningIllegal string offset 'nodeid' in /home/AAA/public_html/vb/includes/vb5/template.php(329) : eval()'d code on line 49 
        https://www.vbulletin.com/forum/foru...re-waiting-for

        Comment

        • Necrophyte
          Member
          • Oct 2014
          • 58
          • 5.2.x

          #19
          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, 2:10pm.

          Comment

          • Trevor Hannant
            vBulletin Support
            • Aug 2002
            • 24325
            • 5.7.X

            #20
            Has anyone raised this in the Tracker? If so, what's the link to the issue?
            Vote for:

            - Admin Settable Paid Subscription Reminder Timeframe (vB6)
            - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

            Comment

            • saiff
              Senior Member
              • Mar 2010
              • 551

              #21
              Originally posted by Necrophyte
              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.
              thank you
              the Channel Member in my forum is ( 27) .
              https://www.vbulletin.com/forum/foru...re-waiting-for

              Comment

              • saiff
                Senior Member
                • Mar 2010
                • 551

                #22
                Originally posted by Trevor Hannant
                Has anyone raised this in the Tracker? If so, what's the link to the issue?
                similar issues http://tracker.vbulletin.com/browse/VBV-16501
                https://www.vbulletin.com/forum/foru...re-waiting-for

                Comment

                • Necrophyte
                  Member
                  • Oct 2014
                  • 58
                  • 5.2.x

                  #23

                  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.

                  Comment

                  • saiff
                    Senior Member
                    • Mar 2010
                    • 551

                    #24
                    Originally posted by Necrophyte
                    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);
                    to this
                    Code:
                    $this->privateGroups = array(self::CHANNEL_OWNER_SYSGROUPID, self::CHANNEL_MODERATOR_SYSGROUPID, self::CHANNEL_MEMBER_SYSGROUPID, 167);
                    Change the 167 to what your usergroup # is for "Channel Member"
                    This will get you going till they can fix the issue on their end.

                    this problem is not solved yet?
                    https://www.vbulletin.com/forum/foru...re-waiting-for

                    Comment

                    • Mark.B
                      vBulletin Support
                      • Feb 2004
                      • 24286
                      • 6.0.X

                      #25
                      Not yet no.
                      MARK.B
                      vBulletin Support
                      ------------
                      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                      Comment

                      • saiff
                        Senior Member
                        • Mar 2010
                        • 551

                        #26
                        no one knows when it will be fixed the problem?
                        https://www.vbulletin.com/forum/foru...re-waiting-for

                        Comment

                        • Mark.B
                          vBulletin Support
                          • Feb 2004
                          • 24286
                          • 6.0.X

                          #27
                          Originally posted by saiff
                          no one knows when it will be fixed the problem?
                          They will review it 5.3.1 but that is no guarantee.
                          All bugs and requests have to be prioritised based on a number of factors, primarily available resources, which are finite.
                          MARK.B
                          vBulletin Support
                          ------------
                          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                          Comment

                          • saiff
                            Senior Member
                            • Mar 2010
                            • 551

                            #28
                            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
                            https://www.vbulletin.com/forum/foru...re-waiting-for

                            Comment

                            • Mark.B
                              vBulletin Support
                              • Feb 2004
                              • 24286
                              • 6.0.X

                              #29
                              Originally posted by saiff
                              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
                              It is best to add comments to the bug, and ensure it has votes (which can help with prioritization).

                              Support do not have any real influence over bug prioritization.
                              MARK.B
                              vBulletin Support
                              ------------
                              My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                              My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                              Comment

                              • saiff
                                Senior Member
                                • Mar 2010
                                • 551

                                #30
                                can you give me the link please
                                thanks
                                https://www.vbulletin.com/forum/foru...re-waiting-for

                                Comment

                                Related Topics

                                Collapse

                                Working...