Description - A MOD used for creating an ACP definable "post", known as a "Crunch" to be used across the phpBB backend.
It is made for ease of use for PHP developers to integrate into their own site, with only a few function calls to be added into a page in order to activate and make use of the MOD.
For example:
- Code: Select all
include("{$phpbb_root_path}includes/crunch.$phpEx");
crunch::init();
crunch::load("crunch_tag_word_here");
It's as simple as that.
Installation difficulty - Recommended for developers only!
Version - 1.0.0 RC2
phpBB Version - phpBB 3.0.5
Development stage - Release Candidate Cycle
Format - MODX
Download -



