Getting started
What’s NewRoadmapOcteth Training ProgramInstallation & Setup
RequirementsArchitectureServer SetupOempro InstallationCommunity Edition InstallSSL CertificatesVersion UpgradeTroubleshootingAdministration
Quick WalkthroughSecuritySub Admin AccountsSettingsDelivery ServersGlobal SegmentsGlobal Custom FieldsBounce ProcessingSpam ComplaintsSuppression ListPlug-InsDelivery ReportUser ManagementMaintenanceAudience Management
IntroductionSubscriber ListsCustom FieldsSegmentsSubscribersWebhooksWebsite Event TrackingEmail Marketing
IntroductionAuto RespondersEmail CampaignsSender Domain Man.Journeys (Automation)Bounce ProcessingEmail PersonalizationFBL ProcessingEmail Builder IntegrationsEmail DeliverabilitySender Domain ManagementPlug-Ins & Add-Ons
AI Plug-InRSS Plug-InBounce Catcher Add-OnLink Proxy Add-OnDevelopers
IntroductionSingle Sign OnAPIPlug-In DevelopmentDatabaseAdvanced
Reverse ProxyCookbookHelp
TroubleshootingContact UsHow to hide “Coming Soon” features?
You may see some “Coming Soon” features on the user interface, such as;
If you want to hide those “Coming Soon” features on the user interface, follow these steps:
- Edit
/opt/oempro/data/config.inc.php
file - Find the line that includes;
- Change the
false
value totrue
. - Save the file.
define('HIDE_COMING_SOON_FEATURES', false);
That’s it. Once the HIDE_COMING_SOON_FEATURES
value is set to true
, Octeth will hide all “Coming Soon” features on the user interface.
On this page