Widgets

These are the latest eMS widgets that can be added through your widget editor.

Widget Installation Notes

In most cases, users should add all widgets below unless they are fully sure they will not be using the feature associated with that widget.

If you skip a widget now and later decide to use that feature, simply return to this page and add the matching include code into your eMS widget editor.

Recommended Add every widget listed here during setup so your install is ready for future modules and features.
Important Some widgets are intended for admins only and already contain permission checks in the provided include code. Be sure to copy the include code exactly as shown.
  • Widget Name tells you what the widget is.
  • Associated Feature tells you which module or feature it belongs to.
  • Include Code is what should be added to your widget editor in eMS.

Available Widgets

Contracts Ending Soon

eMS Contracts
Associated Feature
eMS Contracts
Include Code
<div class="widget-container" style="display: flex; flex-wrap: wrap; gap: 20px;">
     <?php if ($user['group_id'] >= 9): ?><?php include 'widget_contract.php'; ?><?php endif; ?>

Pending Applications

Core Functionality
Associated Feature
CORE FUNCTIONALITY
Include Code
<?php if ($user['group_id'] >= 9): ?><?php include 'widget_applications.php'; ?><?php endif; ?>

Store Redemption

eMS Contracts
Associated Feature
eMS Contracts
Include Code
<?php include 'widget_redemptions.php'; ?>

Character Bank

eMS Contracts
Associated Feature
eMS Contracts
Include Code
<?php include 'widget_character_bank.php'; ?>

Pending Contract Notice

eMS Contracts
Associated Feature
eMS Contracts
Include Code
<?php include 'widget_pending_contract.php'; ?>

Character Achievements

eMS Achievements
Associated Feature
eMS Achievements
Include Code
<?php include 'widget_achievements.php'; ?>

Final Reminder

Unless you are absolutely certain a feature will never be used on your install, go ahead and add the widget now. It is better to have the widgets in place ahead of time than to later discover a feature is active but its widget was never added.

You can always revisit this page later as more widgets are released for eMS.