Skip to content

Commit

Permalink
3.1.14 Pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Vincent committed Sep 29, 2018
1 parent c9e0449 commit 8f72de8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 22 deletions.
70 changes: 49 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,54 @@
## Advanced-Sidebox 3.1.13
## Advanced-Sidebox 3.1.14

<p align="center">
<img title="Advanced Sidebox Logo" alt="Advanced Sidebox Logo" src="http://i.imgur.com/4QWLq5V.png" />
</p>

*A plugin for MyBB forums that displays custom boxes on various forum pages.*

This plugin seeks to give the admin more options when adding side boxes to the forum and allow control in a more intuitive way. This plugin edits the template cache and does not modify your forum's templates-- therefore it does not work with every theme but *is* designed to work with most.

## Features

* Now add and edit script definitions to further customize ASB! Also now compatible with Page Manager scripts.
* New add-on module added to the core: Recent Posts (AJAX Ready)
* AJAX Refresh now integrated into the core and five of the core modules (latest threads, PMs, random quotes, staff on-line and who's on-line avatar lists)!
* New Improved Drag and Drop Interface!
* Admin can control many settings for where and how side boxes display
* Eight scripts available! (Index, Forum, Thread, Member Profiles, Member List, Forum Team, Statistics and Portal)
* Choose one of many default presets with updated content or create semi-static custom boxes with HTML and template variables
* Import/Export custom boxes to share and backup your work
* Control which scripts side boxes display on
* Individual side box settings
* Extensive user group permissions for side boxes
* Now supports CodePress
* Newly redesigned On-line Staff module
* Context-sensitive help for ACP pages
<p align="center">
A plugin for MyBB forums that displays custom boxes on various forum pages.
</p>

ASB is ***the*** side box plugin for MyBB forums. It is versatile, powerful, and built using the advice of its users.

## Features:

* create an **unlimited** amount of side **boxes** on the left, right or both
* **add** side boxes **to** almost **any page**
* side boxes can be create**d using core modules** (listed below) or **static HTML** created by the admin
* static HTML (termed **custom** side **boxes**) may be **imported**/**exported** to XML to backup, restore and share
* side boxes expand/collapse just like the MyBB core windows
* JavaScript **visibility toggle** icons for columns (uses **cookies** to remember states)
* intuitive, **drag and drop**, side box management interface in ACP
* context-sensitive **help pages** in ACP
* easily **extensible** from single file modules for **third-party** developers and the hobbyist admin
* **CodeMirror** supported when editing custom side boxes (if enabled in ACP)
* compatible with **Page Manager** pages and custom scripts
* **AJAX Update** integrated into the core and eight of the core modules! (listed below)


## Controls:

* which user **group(s)** the side boxes display for
* which **script(s)** the side boxes display in
* which **theme(s)** the side boxes display on
* disable the plugin for **specific themes**
* admin **option to allow users to disable side boxes** globally from usercp.php


## Current default side box types available:

* ![New](https://i.imgur.com/FMH0S6f.png) Birthdays
* ![New](https://i.imgur.com/FMH0S6f.png) Forum Age ![AJAX-ready](http://i.imgur.com/nw832ed.png)
* Forum Goals ![AJAX-ready](http://i.imgur.com/nw832ed.png)
* Top Poster
* Slideshow
* Recent Posts ![AJAX-ready](http://i.imgur.com/nw832ed.png)
* Who's Online ![AJAX-ready](http://i.imgur.com/nw832ed.png)
* Latest Threads ![AJAX-ready](http://i.imgur.com/nw832ed.png)
* Welcome
* Statistics
* Private Messages ![AJAX-ready](http://i.imgur.com/nw832ed.png)
* Search
* Random Quotes ![AJAX-ready](http://i.imgur.com/nw832ed.png)
* Staff Online ![AJAX-ready](http://i.imgur.com/nw832ed.png)
* You can also create your own custom box types with static content
2 changes: 1 addition & 1 deletion Upload/inc/plugins/asb.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// for modules
define('IN_ASB', true);
define('ASB_MODULES_DIR', MYBB_ROOT . 'inc/plugins/asb/modules');
define('ASB_VERSION', '3.1.13');
define('ASB_VERSION', '3.1.14');
define('ASB_CUSTOM_VERSION', '2.0');
define('ASB_SCRIPT_VERSION', '2.0');

Expand Down

0 comments on commit 8f72de8

Please sign in to comment.