Skip to content

Create a fully featured Support Center in your WordPress setup without any third party dependency, completely FREE. Get a built-in Knowledgebase too. The plugin is available on WordPress.org repository:

License

Notifications You must be signed in to change notification settings

Jerl92/nanosupport

 
 

Repository files navigation

From

User

From

From

From

Admin

From

From

From

  $sn_args = array(
      'fields' => 'ids',
      'post_type'   => 'nanosupport',
      'meta_query'  => array(
          array(
          'key' => '_ns_ticket_serial_number',
          'value' => $meta_data_serial_number,
          'compare' => '='
          )
      )
  );
  $my_query = new WP_Query( $sn_args );
  $same_sn_count = $my_query->found_posts;

NanoSupport DOWNLOAD

Smart Support Ticketing Plugin for WordPress

Requires Tested up to Stable Release w.org Rating License w.org Downloads
WordPress 4.4.0 Tested WordPress version WordPress plugin WordPress.org rating GPL-2.0+ Wordpress

Introduction

Create a fully featured Support Center within your WordPress environment without any third party system dependency — completely FREE. It has built-in Knowledgebase too. No 3rd party support ticketing system required, no external site/API dependency, simply create your own fully featured Support Center within your WordPress environment, and take your support into the next level.

It has a built-in Knowledgebase that can be used for information that are for public acknowledgement.

The plugin is to provide support to your users - the users those are taking product or services from you. So the plugin provides a manageable communication privately in between you and your specific customer only. Take a look at the installation process and how to use the plugin.

✅ Read the List of its nice Features
💻 See the Screenshots


📔 User Guide 🌏 Translate NanoSupport


Available Automatic Translation

  • Bengali (Bangla) - Bangladesh - bn_BD
  • Danish - Denmark - da_DK (thanks to @nh123 and @ellegaarddk)
  • Español - Spain - es_ES (thanks to @wptech68 and @fernandot)

Contribute

NanoSupport is an Open Source and GPL licensed Free plugin. Feel free to contribute.

We're managing things using:

Open the command console and type the following to install dependencies:

git clone https://github.com/nanodesigns/nanosupport.git nanosupport && cd nanosupport && npm install

Then run grunt to prepare necessary javascripts and styles.


nanosupport-icon NanoSupport, by nanodesignsTwitter Facebook LinkedIn Google+

About

Create a fully featured Support Center in your WordPress setup without any third party dependency, completely FREE. Get a built-in Knowledgebase too. The plugin is available on WordPress.org repository:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.2%
  • JavaScript 22.7%
  • SCSS 8.9%
  • CSS 1.2%