Cannot edit Custom Tiles in SharePoint Servers 2016

Mark Lui 26 Reputation points
2020-09-25T04:21:12.94+00:00

Hi all,

We have SP2016 on-premise with Dec 2019 patch. English (United States) is the base language and we didn't install any language pack. I can see the App Launcher with "Newsfeed","OneDrive","Sites".

Then I enabled the feature:

Enable-SPFeature -Identity CustomTiles -Url http://web_app -Force

It looks work. The hidden list "Custom Tile" is enabled. However all the column name are wrong. They are

Title
$Resources:spscore,CustomTilesList_Feature_Tile_Order;
$Resources:spscore,CustomTilesList_Feature_Url;
$Resources:spscore,CustomTilesList_Feature_Icon_Url;
$Resources:spscore,CustomTilesList_Feature_Audiences;
$Resources:spscore,CustomTilesList_Feature_TileSwitch;

Anyway, I tried add some entries. None of them show up in App Launcher. I have tried sign-in with another account with "_layouts/closeConnection.aspx?loginasanotheruser=true". Also tried with different browser. Also tried ClearSuiteLinksCache(). The App Launcher still the same.

How should I troubleshoot it?

Microsoft 365 and Office | SharePoint Server | For business
{count} votes

Answer accepted by question author
  1. JoyZ 18,126 Reputation points
    2020-09-25T09:47:17.95+00:00

    Hi @Mark Lui ,

    I could reproduce your issue per my test.

    Then,I installed another CU which includes language pack, and the list looked normal:

    28324-image.png

    Result:

    28260-image.png

    However, although the ClearSuiteLinksCache() function is run in the console of the developer's browser, the custom tiles will not be displayed in the app launcher.

    Please wait 24 hours, then compare the results, if there is any update, I will post back.

    --------------------------------------------Update---------------------------------------------------------

    Please remember to tick the Show Tile option as shown below:

    28369-image.png

    Then run ClearSuiteLinksCache() function again, refresh the page, the custom tile will show as follows:

    28438-image.png

    More information:

    https://social.technet.microsoft.com/Forums/office/en-US/f544fb59-c0ba-4544-bd32-e556436b0fe9/custom-tiles-in-sharepoint-server-2016-onprem?forum=sharepointadmin


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. trevorseward 11,711 Reputation points
    2020-09-25T19:51:47.403+00:00

    This is likely because you're not properly updating your farm. In most months, there are two patches released, an sts-x-none (Language independent) and a wssmui (Language specific). You need to apply both for any given month, or if a wssmui patch is not provided, the most recent one.

    https://learn.microsoft.com/en-us/officeupdates/sharepoint-updates

    Per Microsoft, you should also be keeping up with PUs month to month, i.e. September 2020 -- there have been some significant unauthenticated remote code execution vulnerabilities in SharePoint this past year.

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.