Deprecated: YoastSEO_Vendor\Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead in /home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php on line 60
A few more MOSS tricks... - Adis Jugo blog
Select Page

A few more MOSS tricks…

Master dialog pages

So you created a great all new master page for your Sharepoint site, but all the dialog pages (i.e. Acces Denied, Unknown Error…) are still in the "Default" style?

Yeah, I know…

You have to edit the "simple.master" file in the following folder:

C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATELAYOUTS

And to apply all styles all over again….

Hide "SiteActions" menu

If you want to hide "SiteActions" menu from the unauthorised users, just wrap it in the SPSecurityTrimmedControl Control in the Master page, ie:

In the "PermissionsString" attribute you can set to which users you can show SiteActions menu.

Zac Smith explained in his blog possible values for PermissionsString:

http://zac.provoke.co.nz/archive/2007/05/31/spsecuritytrimmedcontrol-possible-values-for-permissionsstring.aspx

Previous

Next