Calendar
| M | D | M | D | F | S | S |
|---|---|---|---|---|---|---|
| « Okt | Dez » | |||||
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
Kategorien
- .NET (4)
- Administration (14)
- Allgemein (7)
- C# (4)
- CRM (1)
- MOSS 2007 (33)
- Office (2)
- Programming (5)
- Project-Server (3)
- Projektmanagement (5)
- SharePoint (46)
- SharePoint 2010 (11)
- Uncategorized (1)
- VB.NET (2)
- Web (8)
- WIN 2008 (3)
- Workflow (9)
Letzte Einträge
- 23.1.2012: Datenimport-Überlegungen (MS-CRM)
- 20.12.2011: Vorhandene Projekte in Project Server hochladen
- 18.12.2011: Project-Server Pro und Contra
- 17.12.2011: Project-Server 2010 Project Web Application (PWA)
- 25.9.2011: Migration MOSS 2007 nach Sharepoint 2010 Schrittweise (Step by Step)
- 16.9.2011: Backup-Script (Powershell) für Sp2010 aller SiteCollections und Websites einer Web-Application
- 31.3.2011: Ändern der Sprache in der SharePoint Zentraladministration (2010/2007)
- 28.1.2011: Was ist neu in SharePoint 2010 Foundation (Serie) - Teil 3
- 25.1.2011: Was ist neu in SharePoint 2010 Foundation (Serie) - Teil 2
- 25.1.2011: Was ist neu in SharePoint 2010 Foundation (Serie) - Teil 1
Links
Archive
Design (CSS) anpassen / customize Design (CSS)
When customizing SharePoint (MOSS) designs or creating a whole new CSS file for customization please take care of the following precautions:
- don’t use any other design than the standard design pattern
- using WSS 3.0 the customized CSS file has to be attached to the master page (SP-Designer)
- using MOSS 2007 all files (most will be images) refered in the CSS have to be accessible by the standard “reader” group. Don’t place them in directories or libraries where the “reader” group has no access rights.
- using the standard “Style Library” for the CSS and all the images take care of checking all the files correctly in and publish them
doing otherwise will end in funny results such as viewing the site as admin will look good, but accessing it as a reader will show the old uncustomized design.
__________________________________________________
Bei Anpassungen von Designs oder Verwendung alternativer CSS Dateien, sollte folgendes beachtet werden:
- kein anderes Design benutzen, als das Standard-Design
- unter WSS 3.0 muss die alternative CSS Datei an die Masterseite angehängt werden (mit SP-Designer)
- alle Dateien, die in der CSS referenziert werden (es werden im Wesnetlichen Bilder sein) müssen für die User mit Standard Leser-Rechten zugänglich sein. Sie dürfen sich nicht in einem Verzeichnis oder einer Biblithek befinden, auf die “Leser” keinen Zugriff haben.
- Wird die Standard “Formatbibliothek” für die CSS Dateien und Bilder verwendet ist darauf zu achten, dass alle Dateien korrekt eingecheckt und veröffentlicht sind.
andernfalls kommt es zu lustigen Effekten wie “Als Administrator sieht alles gut aus, als normales Benutzer sieht das Design jedoch ganz anders aus”.
Viel Spaß ![]()