AwkwardDev / abbc3

Advanced BBCode Box - An extension for phpBB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced BBCode Box

Replace phpBB3's BBCode buttons with icons in an attractive and customizable toolbar. This extension also adds many new and useful custom BBCodes giving users more ways to customize their posts, including BBvideo (embed videos from dozens of media sites). Custom BBCodes can be arranged and sorted in any order and assigned to specific usergroups (such as Moderators and Admins only).

Build Status Scrutinizer Code Quality Code Coverage Dev dependencies Latest Stable Version

Features:

  • Customizable icon-based BBCode toolbar

  • Custom BBCode sorting/arrangement

  • BBCodes can be assigned to certain usergroups for private use.

  • Supports phpBB3’s custom BBCodes.

  • New BBCodes:

      Copy, Paste, Plain, Font Family, Highlight text, Strike through text,
      Superscript, Subscript, Glow text, Shadow text, Dropshadow text, Blur
      text, Fade In/Out, Align (Left, Right Center, Justify), Float (Left,
      Right), LTR/RTL Direction, Preformatted text, Marquee scroll, Spoiler,
      Hidden, Moderator Message, Off Topic, NFO/ascii text, YouTube, BBvideo
    
  • Embed video in your posts with BBvideo, supported video sharing sites:

      5min.com, allocine.fr, on.aol.com, break.com, clipfish.de,
      clipmoon.com, cnbc.com, cnettv.cnet.com, colbertnation.com,
      collegehumor.com, comedycentral.com, crackle.com, dailymotion.com,
      dotsub.com, ebaumsworld.com, facebook.com, flickr.com, funnyordie.com,
      g4tv.com, gameprotv.com, gamespot.com, howcast.com, hulu.com, ign.com,
      instagram.com, kickstarter.com, liveleak.com, maker.tv, metacafe.com,
      moddb.com, mpora.com, msnbc.msn.com, myspace.com, myvideo.de,
      photobucket.com, revision3.com, rutube.ru, sapo.pt, screen.yahoo.com,
      screenr.com, scribd.com, slideshare.net, snotr.com, soundcloud.com,
      spike.com, streetfire.net, ted.com, testtube.com, thedailyshow.cc.com,
      theonion.com, tudou.com, tu.tv, twitch.tv, ustream.tv, vbox7.com,
      veoh.com, vevo.com, viddler.com, videogamer.com, vimeo.com, vine.co,
      youku.com, youtu.be, youtube.com
    
  • Multiple languages are supported. View the pre-installed localizations.

Requirements

  • phpBB 3.1.3 or higher
  • PHP 5.3.3 or higher

Note: Only official release versions validated by the phpBB Extensions Team should be installed on a live forum. Pre-release (beta, dev) versions downloaded from this repository are only to be used for testing on offline/development forums and are not officially supported.

Install

  1. Download the latest validated release.
  2. Unzip the downloaded release and copy it to the ext directory of your phpBB board.
  3. Navigate in the ACP to Customise -> Manage extensions.
  4. Look for Advanced BBCode Box under the Disabled Extensions list and click its Enable link.

Uninstall

  1. Navigate in the ACP to Customise -> Manage extensions.
  2. Click the Disable link for Advanced BBCode Box.
  3. To permanently uninstall, click Delete Data, then delete the abbc3 folder from phpBB/ext/vse/.

Customizing:

  1. Custom BBCode Icons: You can give your custom BBCodes icons by simply adding a GIF image named after your BBCode (e.g.: center.gif) to the images/icons directory. There are tons of extra BBCode icons included in the contrib directory.
  2. BBCode Toolbar: You can change the look of the BBCode toolbar using any of the extra toolbar background images located in the contrib directory. Just copy one of the alternative toolbar images to styles/all/theme/images/abbc3_bg.gif (and refresh your browser). To assign custom toolbar images for each style, replace "all" with the name of your style.
  3. NOTE: When making any of these customizations to ABBC3, be sure to note/backup your changes, as you may need to reproduce them after updating this extension, in case any of your added image files is overwritten or erased.

Deprecated ABBC 3.0 Information:

ABBC 3.0 is a popular MOD for phpBB 3.0. Due to the changes in the new Extensions system for phpBB 3.1, ABBC 3.1 has been re-built from scratch. It can not simply be ported over from 3.0 to 3.1. The following is a list of what has been removed:

  • BBCode posting page assignments are no longer available (display on posting, on signature, on private message)

  • BBCode toolbar user options (no more "compact mode" or "disabled mode")

  • Image Resizers

  • Removed BBCodes:

    • Unable to convert or maintain backwards compatability:

        Anchor, Horizontal line, Rainbow text, Indent, Click counter, Search text,
        Tables, Tabs, Thumbnail images
      
    • Deprecated:

        Ed2k, Imgshack, Rapidshare, Testlink, FLV, Quicktime mov, Real Player ram,
        Scrippet, Stream, Video, Web, Wave
      
  • Removed BBvideos:

    • direct file types: mp4, m4v, mov, dv, qt, mpg, mpeg, avi, wmv, flv, swf, mp3, mid, midi, ram

License

GNU General Public License v2

© 2013 - Matt Friedman (VSE)

About

Advanced BBCode Box - An extension for phpBB

License:GNU General Public License v2.0


Languages

Language:PHP 74.4%Language:JavaScript 15.3%Language:HTML 8.3%Language:CSS 1.1%Language:Shell 0.9%