/// <summary> /// Loads the settings for this module instance. /// </summary> public override void LoadSettings() { this.FillDropDowns(); if (!this.IsPostBack || this.ForceSetInitialValues) { this.SetInitialValues(); } this.SetPhotoGalleryOptionsVisibility( ModuleBase.AllowSimpleGalleryIntegrationForPortal(this.PortalId) || ModuleBase.AllowUltraMediaGalleryIntegrationForPortal(this.PortalId)); this.SetCommentOptionsVisibility(ModuleBase.IsCommentsEnabledForPortal(this.PortalId)); this.SetRatingsOptionsVisibility(ModuleBase.AreRatingsEnabledForPortal(this.PortalId)); }