What I have done is I have various folders within the Quick Links folder in
Portal Content e.g. a General folder for Quick Links I want to appear on the
Home dashboard, an IT folder for Quick Links I want to appear on the IT
dashboard etc. I then cutomised the Quick Links web part by going to the
following line of code:
(strFolderPath, "PORTAL_QUICKLINKS_FOLDER_PATH_HOLDER", "/" &
GetWorkspacePropertyByUri(g_cdostrURI_QuickLinksFolder))
And changing it to:
(strFolderPath, "PORTAL_QUICKLINKS_FOLDER_PATH_HOLDER", "/" &
GetWorkspacePropertyByUri(g_cdostrURI_QuickLinksFolder) & "/General")