Coder Social home page Coder Social logo

myshoutbox's Introduction

MyShoutbox

Modifications made to the MyShoutbox plugin

Changes to MyShoutbox

Feature Changes

  • Allows users to toggle order of shouts displayed (newest at bottom/newest at top)
  • Uses a textarea rather than a text input to enable spellcheckers and auto-capitalisation of the first letter in sentences on phones.
  • Restyled to look like a modern messaging system
  • Supports images properly (max height & width)
  • Added option to embed YouTube videos via url (users don't need to post BBCode)
  • Popup shoutbox is gone

Development Changes

  • Moves templates into separate files
  • Newer code responds using a consistent JSON response format and proper HTTP status codes
  • Adds an automatic database migration system
  • Extracted a lot of PHP code into separate files in the upload/inc/plugins/MyShoutbox directory
  • Adds support for different types of shout messages (e.g. images, videos) with their own render template

When updating from the previous version of MyShoutbox

  • Make sure you are on the latest version of the old MyShoutbox
  • Follow the typical update instructions

Typical Update Instructions

  1. Deactivate MyShoutbox
  2. Upload the latest version
  3. Activate MyShoutbox

To Enable Full Unicode Support (Emojis, etc.)

Edit the file inc/config.php in your MyBB installation.

Change
$config['database']['encoding'] = 'utf8';
To
$config['database']['encoding'] = 'utf8mb4';

myshoutbox's People

Contributors

badgercode avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.