PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.2.0
Forumax – AI Powered Advanced Community Forum Plugin v2.2.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
← All changes | includes/features/bbp_attachments.php +4 -3 1.4.12.2.0 View file →
@@ -6,10 +6,10 @@
6 6 add_action( 'after_setup_theme', [ $this, 'inclue_attachment_files'], 20 );
7 7 }
8 8
9 9 public function inclue_attachment_files() {
10 - if ( ! defined( 'BBPC_ATTACHMENT' ) ) {
11 - define( 'BBPC_ATTACHMENT', 'activate_plugins' );
10 + if ( ! defined( 'FORUMAX_ATTACHMENT' ) ) {
11 + define( 'FORUMAX_ATTACHMENT', 'activate_plugins' );
12 12 }
13 13
14 14 $cfile = dirname( __FILE__ );
15 15 require_once $cfile . '/bbpc_attachments/code/defaults.php';
@@ -27,5 +27,6 @@
27 27 //TODO: Show progress and cross button like gmail
28 28 //TODO: Show file size of each upload
29 29 //TODO: Add icon for every feature, like gmail
30 30 //TODO: Do caption feature, take caption from title
31 -//TODO: Add lightbox in pro plugin, lock the feature lightbox
31 +//TODO: Add lightbox in pro plugin, lock the feature lightbox
32 +