Module Interface Vertical Tabs Site Selector not showing Site Selector

Senior Software Engineer - Kentico Xperience MVP

Trevor Fayas asked on April 25, 2016 23:38

Hoping someone may have a solution to this. I'm working on a custom Module's Interface, and i want it to have a Site Selector, so i set the template to "Vertical Tab Page with Site Selector." However, the Site Selector is not showing up, and i can't get it to show up no matter what i try.

I've the Module assigned to the site, and the interface not checked as "Is Global Application" I've the Site Selector property set to "Allow Global" checked, allow all and empty unchecked I've cleared cache, resigned macros, restarted the application, and cleared browser files and cookies I'm a global administrator so it's not a permission issue, and there is no Access or Visibility condition set.
I'm on Kentico 9.0.17

Thanks for any help!

Correct Answer

Trevor Fayas answered on April 26, 2016 18:15

Found the issue. Support says you need to add a property that isn't mentioned in documentation.

In order for this to work, add a Custom Property (Properties -> Custom) on the UI page with a name of "displaysiteselector" and a value of true or a macro such as:

{% CurrentUser.CheckPrivilegeLevel(UserPrivilegeLevelEnum.GlobalAdmin) |(identity)GlobalAdministrator%}

0 votesVote for this answer Unmark Correct answer

Recent Answers


Roman Hutnyk answered on April 26, 2016 16:57

Do you have more than 1 site within Kentico instance?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.