Friday, December 21, 2012

HC Plus! version 1.1.9


HC Plus! Version 1.1.9
A script designed for Hikiculture.net phpbbv3 forums board. HC Plus! Can be adapted for other phpbb forums.

Features:

  • Every user VIP status
  • Hide user post stats
  • Hide user signatures
  • bbcode shortcuts for quick reply and regular reply (see below for more information)
  • Relevant post highlighter
  • Auto image re-sizer
… and more.

Usage:
Ctrl + Q Set your username for post highlighter:
bbcode shortcuts:

  • Alt + X bold
  • Alt + K italics
  • Alt + P underline
  • Alt + C code wrapper
  • Alt + I image wrapper
  • Alt + U url wrapper
  • Alt + Z spoiler wrapper
  • Alt + Q quote wrapper
  • Alt + Y youtube wrapper

You can manually enable/disable features from the script code:
//Settings
// Use "true" to enable option or "false" to disable option.
enableEveryoneVip = true;
enableHideRank = true;
enableHideStats = true;
enableHighlighter = true;
enableImageResizer = true;
enableRemoveSignature = true;
enableQuickTags = true;