| | |
| | | require(JVB_DIR . '/inc/managers/UserTermsManager.php'); |
| | | } |
| | | |
| | | if (!empty(Registrar::getFeatured('approve_new'))) { |
| | | if (!empty(Registrar::withFeature('approve_new'))) { |
| | | require(JVB_DIR . '/inc/managers/ApprovalManager.php'); |
| | | } |
| | | |
| | |
| | | require(JVB_DIR . '/inc/managers/Notifications/Preferences.php'); |
| | | require(JVB_DIR . '/inc/managers/NotificationManager.php'); |
| | | } |
| | | if ($membership->has('forum') && !empty(Registrar::getFeatured('is_content', 'term'))) { |
| | | if ($membership->has('forum') && !empty(Registrar::withFeature('is_content', 'term'))) { |
| | | require(JVB_DIR . '/inc/managers/NewsRelationships.php'); |
| | | } |
| | | if ($membership->has('invitable')) { |
| | |
| | | require(JVB_DIR . '/inc/managers/ReferralManager.php'); |
| | | } |
| | | |
| | | if (!empty(Registrar::getFeatured('karma'))) { |
| | | if (!empty(Registrar::withFeature('karma'))) { |
| | | require(JVB_DIR . '/inc/managers/KarmaManager.php'); |
| | | } |
| | | if (Site::has('favourites') && !empty(Registrar::getFeatured('favouritable'))) { |
| | | // if (Site::has('favourites') && !empty(Registrar::withFeature('favouritable'))) { |
| | | if (Site::has('favourites')) { |
| | | require(JVB_DIR . '/inc/managers/FavouritesManager.php'); |
| | | } |
| | | } |