Banner for Bug Library
This plugin provides an easy way to incorporate a bug/enhancement tracking system to a WordPress site. By adding a shortcode to a page, users will be … Wordpress Tutorial
Noted That:
  • To install correctly this bug-library.zip .
  • Fisrt Download the bug-library.zip to your computer
  • Extract/Open bug-library.zip to Your Computer.
  • Then, Find readme.txt file inside bug-library.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " bug-library.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Bug Library

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Bug Library

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Bug Library

Step-5 : Now, Browse " bug-library.zip " Downloaded plugin from your computer, Where you downloaded " bug-library.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Bug Library

Step-6 : Now, Click on " Active Plugin "

Activate Bug Library

Step-7 : Then, See left Side Menu. " Bug Library " folder is added on left Side Menu. Now, Click on " Bug Library " folder.

Noted that: If you do not see " Bug Library " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Bug Library Configurations and Settings or How to work " Bug Library " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Bug Library " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Bug Library
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Download the plugin
  2. Upload the extracted folder to the /wp-content/plugins/ directory
  3. Activate the plugin in the WordPress Admin
  4. To get a basic Bug Library list showing on one of your WordPress pages, create a new page and type the following text: [bug-library]

There are a number of optional arguments that can be specified with the shortcode. Here they are with examples for each:

[bug-library bugcategorylist=’3,4,5?] = List of bug categories to display
[bug-library bugtypeid=’4?] = List of bugs from a specific category
[bug-library bugstatusid=’5?] = List of bugs that have a specific status
[bug-library bugpriorityid=’6?] = List of bugs that have a specific priority

These shortcode options can be combined:

[bug-library bugcategorylist=’3,4,5? bugtypeid=’4? bugstatusid=’5? bugpriorityid=’6?]

  1. Configure the Bug Library General Options section for more control over the plugin functionality.
  2. Copy the file single-bug-library-bugs.php from the bug-library plugin directory to your theme directory to display all information related to your bugs. You might have to edit this file a bit and compare it to single.php to get the proper layout to show up on your web site.

Name