Coder Social home page Coder Social logo

prefixed's Introduction

[pre]fixed

© 2012 - David King (imkingdavid)

This is an extension for phpBB 3.1 that will add a topic prefix functionality to your board.

##Features

  • Topics can have multiple prefixes
  • Prefixes can be limited per user, per group, and per forum (whitelist)
  • Prefixes can be styled using BBCode (in progress)
  • Prefixes may contain "tokens", which represent data that can be different per instance. For instance, {USERNAME} is replaced with the username of the user that applied the prefix. New tokens may be added via extensions.

##Requirements

  • = phpBB 3.1-dev

  • = PHP 5.4

##Installation You can install this on the latest copy of the develop branch (phpBB 3.1-dev) by following the steps below.

Manual:

  1. If there is not yet an ./ext/imkingdavid/prefixed/ folder tree starting from your board root, create one.
  2. Copy the entire contents of this repo into that folder you just created (You can leave out the *.md files, .gitignore, and the .git folder).
  3. Navigate in the ACP to Customise -> Manage extensions -> Extensions.
  4. Click Enable.

Git:

  1. From the board root run the following git command: git clone https://github.com/imkingdavid/prefixed.git ext/imkingdavid/prefixed
  2. Go to ACP -> Customise -> Manage extensions -> Extensions
  3. Click Enable next to the [pre]fixed extension.

##Usage There is currently no frontend interface for managing topic prefixes, neither in the ACP or on the viewtopic page, so you will have to manually create them and apply them to topics by creating new rows on the appropriate tables added by this extension. (Ask me on IRC if you need help.)

##Uninstallation In the ACP -> Customise -> Manage Extensions -> Extensions module, you can click one of the following:

  • Disable: This keeps the Extension data and schema intact but prevents it from running. Prefixes will remain in the database but will not appear with topic titles, and the administration area will be unavailable. When you re-enable the extension, all functionality will become active again.
  • Delete data: This destroys any data added by the extension, and reverts any schema changes it made. You can re-enable the extension, but all prefixes will be gone.

prefixed's People

Contributors

imkingdavid avatar michaelcullum avatar maskinisten avatar

Watchers

James Cloos avatar  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.