Horje
Pulls character information from the WoW community API and displays it.

Noted That:

  • To install correctly this wow-armory-character.zip.
  • Fisrt Download the wow-armory-character.zip to your computer
  • Extract/Open wow-armory-character.zip to Your Computer.
  • Then, Find readme.txt file inside wow-armory-character.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 the Tips Below.

Start the Tips:

1. First Download "wow-armory-character.zip" Plugin to your Local Computer. (Click Download)

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

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

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

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "WoW Armory Character" folder is added on left sidemenu. Now, Click on "WoW Armory Character" folder.

   Noted that: If you do not see "WoW Armory Character" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about WoW Armory Character Configurtions and Settings or How to work "WoW Armory Character" 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 "WoW Armory Character" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is WoW Armory Character
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide
  1. Upload ‘wow-armory-character’ to the /wp-content/plugins/ directory
  2. Ensure your webserver has write permissions to the /wp-content/plugins/wow-armory-character/cache directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Configure a widget and add it to your site or use the [armory-character] shortcode.

Shortcode Use

The shortcode can be added to any page or post and can be configured in an identical fashion to the
widget. At a minimum you will need to specify the realm and character name for it to work – though this will assume
that you wish to show all the details of character from the EU region in English.

[armory-character realm="Terokkar" name="Grokknar"]

The configuration parameters available to use are:

  • regionEU, US, KO and TW currently supported
  • show_portrait1 or 0
  • show_title1 or 0
  • show_talents1 or 0
  • show_items1 or 0
  • show_profs – This is a bitwise field. To get the setting you want add together the numbers below.
    • 1 – Show profession badges
    • 2 – Show secondary professions
  • show_achievs – This is a bitwise field. To get the setting you want add together the numbers below.
    • 1 – Show achievement bar
    • 2 – Show achievement list
    • 4 – Show descriptions on the achievement list.
  • show_feed – This is a bitwise field. To get the setting you want add together the numbers below.
    • 1 – Show items (loot).
    • 2 – Show acheivements gained.
    • 4 – Show acheivement criteria.
    • 8 – Show icons next to each item.
  • localeen_GB, en_US, de_DE, es_ES, es_MX, fr_FR, it_IT, ru_RU, ko_KR, zh_TW or zh_CN

Note: Certain locale choices are only available when selecting some regions.

Available Filters

For more capable/adventurous developers there are a number of hooks that allow you to change the way the
plugin functions without altering its code. This means you get to upgrade in the future without worrying
about breaking any changes you may have made.

wow-armory-character-template
Allows you to specify an alternate template file to use to display your profile. Defaults to view-wow-armory-character.php

function my_function_name($file_path) { // e.g. return realpath(__FILE__) . '/view-wow-armory-character.php' return "THE_PATH_TO_YOUR_TEMPLATE_FILE";
}
add_filter('wow-armory-character-template','my_function_name');

wow-armory-character-display
Your profile once the template has been processed. It may be quicker to alter the display at runtime rather
than duplicate the template when making only minor changes. As well as the output that will be displayed
the Character data as retireved from the Community API is also passed. This should allow you to make any changes
you need.

function my_function_name($output, $character_data) { // Do something to the $output, perhaps using the $character_data return $output;
}
add_filter('wow-armory-character-display','my_function_name');

wow-armory-character-css
Allows you to specify an alternate stylesheet. This is the replacement for the tickbox provided in the administration
screen. You should now consider that option as deprecated and it will be removed in a future release.
The rationale behind this is that if you’re overriding the css completely you will have access to your theme to be able
to add this hook.

function my_function_name($file_path) { // e.g. return realpath(__FILE__) . '/wowcss.css' return "THE_PATH_TO_YOUR_CSS_FILE";
}
add_filter('wow-armory-character-css','my_function_name');

displays, community, information, character, pulls,

Name

Reffered: https://wordpress.org/

Share on: