Skip Navigation Links
Skip navigation links
Blog
BadBrother
Fun Stuff
Learning
Webcams
Email
About
Orangesteel.oRg > Learning > Sharepoint
A site containing practical information on using Sharepoint 2007
Changing the background colour of Sharepoint websites
 
This kinda works to fix the screwy colours of activex controls when Sharepoint has a non standard master page.
 
I am using BlueTab.master for my sharepoint site, I've applied it as both System Master Page and Site Master Page.
But the problem was when I click Edit in Datasheet the background, the background will be dark blue color (#596E9E) and the text is not showing because of the dark background.

Soution 1:
If you are using BlueTab.master as your base masterpage then you can just edit
Edit the
Style Library/en-us/Core Styles/band.css
file with SharePoint designer.
If you are using BlueBand.master then edit
Style Library/en-us/Core Styles/band.css
Original:
.body{
background-color:#596E9E;
height:100%;
margin:0px;
}

How to Fix:
.body{

margin: 0px;
/* Background color for ActiveX items like "Edit
in Datasheet*/
/*White background for Edit in datasheet option background*/
background-color: #FFFFFF;
color: #07321E;
}
form#aspnetForm
{
/* real background color for the site as a whole */
/*This is my
color background for the website. Leave this or change it to the color of
background you want your site.*/
background-color: #596E9E;
height:
100%;
}

Only, it comes with other problems - namely, pages that are only half filled with a form become truncated with a white bottom. 
 
This pisses me off.  Freakin' default behaviour of Sharepoint.
 
I've been trialling this now for a few months for work and I keep finding truckloads of shortcomings with Sharepoint as a portal.  I'm not sure I'd roll it out in a production environment without some sort of development support...
 
 
Excel services -  You do not have permissions to open this file
1.In central admin site, in operations page, under services in the server farm enable the Excel Services. 2. Open up the Shared Services Admin site. Under “Excel Services settings” section, open the ‘Edit Excel Services settings ‘. Set the File Access Method to Process Account. In the same page under the ‘External Data’ section assign the appropriate user. 3.Back to SSP Admin site. Open the “Excel Services Trusted File Locations”. Give the URL Address of the location where you publish your excel workbooks. Potentially this will be the document library of type excel services. If it’s a document library make sure not to put the complete URL i.e DON’T PUT something like http://server:5050/doclibraryname/Forms/AllItems.aspx, instead put it like http://server:5050/doclibraryname. In my case this is the main reason which showed the above error. If I use full URL I get those errors and no site mentions this after spending hours searching on google. 4.In the same page under the ‘External Data’ select the Trusted data connection libraries and embedded or just the Trusted data connection libraries.
Stopping the inheritance of permissions in Sharepoint 2007
To stop inheriting anonymous permissions, click site settings (whilst in the site you want to change) and then click site permissions on the left hand menu.  Then in settings (on the top menu) select stop inheriting.  From here you can remove anonymous settings etc.
Create an external URL
Goto Sharepoint central management, select operations and the goto "alternative access mappings"
Enabling anonymous access in Sharepoint 2007

Firstly, in IIS or Sharepoint assign permissions.  In IIS this is the ISUR account having read access to the main website, in Sharepoint, goto Application management -> Authentication providers.  Select the Zone you want and enable ""anonymous authentication"".
 
- Secondly, in Sharepoint goto the root site and click site settings, advanced permissions, and then on the menu bar, select Anonymous Access.  If this isn't present it's because step 1 didn't apply properly!  You can also use ... _layouts/setanon.aspx to set anonymous access, although be aware that the options here will be grayed out unless step 1 is compelted.

Create an external URL Goto Sharepoint central management, select operations and the goto "alternative access mappings"
Permissions - stop inheritance of permissions To stop inheriting anonymous permissions, click site settings (whilst in the site you want to change) and then click site permissions on the left hand menu.  Then in settings (on the top menu) select stop inheriting.  From here you can remove anonymous settings etc.

Sharepoint blog

I'm trying to keep track of the steps I've taken to build this site.  Much of the initial configuration of Sharepoint 2007 remains counter intuitive and given my memory, I'm bound to forget unless I log it.

 ‭(Hidden)‬ Admin Links