Archive for the 'MOSS 2007' Category

10 Dec

Disabling mysite / mylinks on Sharepoint 2003 & MOSS 2007

No theory, just pure steps =)
1. Disabling mysite/mylinks on MOSS 2007
Step 1.Visit “Central Administration”Select “SharedServices” under “Shared Services Administration”Step 2:Under “User Profiles and My Sites”, select “Personalization services permissions”
Step 3:This will open “Manage Permissions”.
Select appropriate user for which you want to disable “mysite” option.
In most cases you will have to use “NT AUTHORITY\Authenticated Users”. This [...]

03 Dec

InputFormTextBox width, Enabled, ReadOnly Properties not working properly

InputFormTextBox’s width, Enabled, ReadOnly Properties doesn’t work properly whenever you enable RichTextMode.
Unfortunately you cannot adjust the width of this control properly. Sometimes the toolbar get streatched but the inside frame doesn’t.

I have tried various approach. Also tried to correct the width using JavaScript. But it doesn’t work
People have tried many things link setting number columns [...]

03 Dec

using RichTextBox control in Sharepoint MOSS 2007

Like me you too came searching for the RichTextField control for SharePoint. But you will be surprised that this is not the one you are looking for.
You must be looking for a control which will allow you to create formatted text as shown in below given image.

InputFormTextBox is the correct control you will ever [...]