Git Product home page Git Product logo

hidebbcode's Introduction

[hide] BBCode

With the [hide] bbcode, members can hide their message content from people that haven't posted in their topic. One can also choose whether or not attachments should be hidden. Compatibility has been added for these extensions:

  • Thanks for Posts: You can choose in the ACP that people can also (or only) unhide [hide] codes by thanking the user for the post. Thanks on posts containing a [hide] code may not be deleted.
  • Quick Reply: When needed, page reloads after a quick reply.

Caution should be taken with these extensions:

  • Topic Preview: This extension seems to display the hidden text by default. You can disallow the BBCode to show up in the ACP of Topic Preview.

Installation:

  • Copy the contents of the extension to ext/marcovo/hideBBcode/
  • Install the extension under ACP -> Customise -> Manage extensions.
  • Configure the extension under ACP -> Extensions -> [HIDE] BBCODE -> General settings
#!/bin/sh

# Define path
TMP_PATH="/tmp"
PHPBB_PATH="/var/www/phpbb/"
PHPBB_EXT_PATH="/var/www/phpbb/ext/"

# Purge cache
cd $PHPBB_PATH
cd cache
rm -r production

# Install thanks for posts
cd $TMP_PATH
rm -r thanks_for_posts
git clone https://github.com/Naguissa/thanks_for_posts.git
cd thanks_for_posts
git checkout tags/3.2.11 -b 3.2.11
cp -r gfksx/ $PHPBB_EXT_PATH

# Install hidebbcode
cd $PHPBB_EXT_PATH
mkdir -p $PHPBB_EXT_PATH/marcovo
cd marcovo
rm -r hideBBcode
git clone [email protected]:johnelliotbaker/hideBBcode.git 

hidebbcode's People

Contributors

marcovo avatar johnelliotbaker avatar lordlezehaf avatar lavigor avatar bb3mobi avatar alhitary avatar

Watchers

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