Skip to content

Commit

Permalink
Add support for IPS 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed May 23, 2021
1 parent 0caae5a commit 142c6f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin name="(aXen) Administrative bar" version_long="20000" version_human="2.0.0" author="aXenDev" website="https://axendev.net/" update_check="http://axendev.net/myapps/plugins/administrativebar/check.php"><hooks><hook type="S" class="\IPS\Theme\class_core_front_global" filename="administrativebar"><![CDATA[//<?php
<plugin name="(aXen) Administrative bar" version_long="20001" version_human="2.1.0" author="aXenDev" website="https://axendev.net/" update_check="http://axendev.net/myapps/plugins/administrativebar/check.php"><hooks><hook type="S" class="\IPS\Theme\class_core_front_global" filename="administrativebar"><![CDATA[//<?php
/* To prevent PHP errors (extending class does not exist) revealing path */
if ( !\defined( '\IPS\SUITE_UNIQUE_KEY' ) )
{
exit;
}
class hook529 extends _HOOK_CLASS_
class hook184 extends _HOOK_CLASS_
{
/* !Hook Data - DO NOT REMOVE */
Expand Down Expand Up @@ -58,7 +58,7 @@ if ( $values = $form->values() )
return TRUE;
}
return $form;]]></settingsCode><htmlFiles/><cssFiles/><jsFiles/><resourcesFiles/><lang><word key="aXenAdminBar_icon" js="0">Enable icons?</word><word key="aXenAdminBar_mobile" js="0">Hide in mobile?</word></lang><versions><version long="10000" human="1.0.0"><![CDATA[//<?php
return $form;]]></settingsCode><htmlFiles/><cssFiles/><jsFiles/><resourcesFiles/><lang><word key="aXenAdminBar_icon" js="0">Enable icons?</word><word key="aXenAdminBar_mobile" js="0">Hide in mobile?</word></lang><versions><version long="10000" human="1.0.0"/><version long="20000" human="2.0.0"><![CDATA[//<?php
/* To prevent PHP errors (extending class does not exist) revealing path */
Expand All @@ -69,9 +69,9 @@ if ( !\defined( '\IPS\SUITE_UNIQUE_KEY' ) )
}
/**
* Install Code
* 2.0.0 Upgrade Code
*/
class ips_plugins_setup_install
class ips_plugins_setup_upg_20000
{
/**
* ...
Expand All @@ -87,7 +87,7 @@ class ips_plugins_setup_install
// You can create as many additional methods (step2, step3, etc.) as is necessary.
// Each step will be executed in a new HTTP request
}]]></version><version long="20000" human="2.0.0"><![CDATA[//<?php
}]]></version><version long="20001" human="2.1.0"><![CDATA[//<?php
/* To prevent PHP errors (extending class does not exist) revealing path */
Expand All @@ -98,9 +98,9 @@ if ( !\defined( '\IPS\SUITE_UNIQUE_KEY' ) )
}
/**
* 2.0.0 Upgrade Code
* 2.1.0 Upgrade Code
*/
class ips_plugins_setup_upg_20000
class ips_plugins_setup_upg_20001
{
/**
* ...
Expand Down
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
# (aXen) Administrative bar
The plugin adds the administration bar known from previous versions of IP.Board.

## 📖 Table of contents
- [🏷️ Requirements](#user-content-️-requirements)
- [🧰 Install](#user-content--install)
- [🛠️ Update](#user-content-️-update)
- [📷 Graphics](#user-content-graphics)
- [🔌 Download from other sources](#user-content-download-from-other-sources)

## 🏷️ Requirements
- [IPS Community Suite: 4.5 version](https://invisioncommunity.com/)
- [IPS Community Suite: 4.5, 4.6 version](https://invisioncommunity.com/)

## 🧰 Install

1. Go to: AdminCP -> System -> SITE FEATURES -> **Plugins**.
![Install Plugin](https://axendev.net/github/plugins/admincp_select.png)
![Install Plugin](https://files.axendev.net/github/plugins/admincp_select.png)
2. Click on the link "**manual upload**".
![Manual Upload](https://axendev.net/github/plugins/manual_upload.png)
![Manual Upload](https://files.axendev.net/github/plugins/manual_upload.png)
3. Select file .xml from packet and click install button.

## 🛠️ Update

1. Go to: AdminCP -> System -> SITE FEATURES -> **Plugins**.
![Install Plugin](https://axendev.net/github/plugins/admincp_select.png)
![Install Plugin](https://files.axendev.net/github/plugins/admincp_select.png)
2. Search plugin and click "**Upload a new version**".
![Upload a new version](https://axendev.net/github/plugins/new_version_upload.png)
![Upload a new version](https://files.axendev.net/github/plugins/new_version_upload.png)
3. Select file .xml from packet and click install button.

## 📷 Graphics:
## 📷 Screenshots
![1](https://github.com/aXenDeveloper/ips-administrative-bar/blob/master/1.png?raw=true)
![2](https://github.com/aXenDeveloper/ips-administrative-bar/blob/master/2.png?raw=true)

Expand Down

0 comments on commit 142c6f1

Please sign in to comment.