This is a migrated thread and some comments may be shown as answers.

config files for Sitecollection

5 Answers 90 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
mdaun
Top achievements
Rank 1
mdaun asked on 18 Nov 2008, 10:33 AM
Hi,

a while ago it has been announced that there will be the possibility to have Editor config files on sitecollection level
in a future release. Any updates on this?

Thanks
Matthias

5 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 18 Nov 2008, 02:13 PM
Hello Mdaun,

You can find information about different configuration files for different webs in our online help on the following url : http://www.telerik.com/help/aspnet-ajax/different-configuration-files-for-different-webs.html

I hope this helps.

Regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
mdaun
Top achievements
Rank 1
answered on 18 Nov 2008, 03:12 PM
Hello Stanimir,

what i am looking for is the possibility to have config files at SiteCollection level not at Web level.
See: http://www.telerik.com/community/forums/sharepoint-2007/full-featured-editor/different-configuration-files-for-different-site-collections.aspx#599482

Thanks
Matthias
0
Accepted
Stanimir
Telerik team
answered on 19 Nov 2008, 03:38 PM
Hello Mdaun,

I suggest to do the following:

Create a new configuration file and append the unique SITE COLLECTION GUID of the web to the file name. For example:

If your web has an SITE COLLECTION GUID {af6a7643-f53d-4dcf-b199-df1e7534aafc}, then its custom configuration files should have the following names:

ConfigFile{af6a7643-f53d-4dcf-b199-df1e7534aafc}.xml

ListConfigFile{af6a7643-f53d-4dcf-b199-df1e7534aafc}.xml

ToolsFile{af6a7643-f53d-4dcf-b199-df1e7534aafc}.xml

ListToolsFile{af6a7643-f53d-4dcf-b199-df1e7534aafc}.xml

If you do not know the UID / SITE COLLECTION GUID of the SharePoing web, we offer a simple way to get it using RadEditor for MOSS. Look at the following article for more information - http://www.telerik.com/help/aspnet-ajax/frequently_asked_questions.html



Greetings,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Arjita
Top achievements
Rank 1
answered on 23 Jun 2009, 03:39 PM
Hi Stanimir,

I know this is an old post but I am trying to accomplish the same thing as mdaun.
So does one have to change the entries in the new config files (appended with the guid's)?
What I mean is like do we have to manually create another css file say CssEdiotr1.css-which includes the css from only from that site collection and make an entry for that one in the config files and probably the master Page.

Your reply would be much appreciated.

Thanks
Arjita
0
Stanimir
Telerik team
answered on 24 Jun 2009, 12:13 PM
Hi Arjita,

Here is an example of what you can do.
If you are using the latest version of RadEditor for MOSS 5.4.1, place the CssEdiotr1.css file in the \Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.4.1.0__1f131a624888eeed\Resources folder. Then add the following code to the  custom ToolsFile{UID}.xml or ListToolsFile{UID}.xml .
<cssFiles>    
    <item name="/_wpresources/RadEditorSharePoint/5.4.1.0__1f131a624888eeed/Resources/CssEditor1.css" />  
</cssFiles>  


Kind regards,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
WebParts for SharePoint
Asked by
mdaun
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
mdaun
Top achievements
Rank 1
Arjita
Top achievements
Rank 1
Share this question
or