The layouts tag has no wiki summary.
0
votes
1answer
42 views
Custom home page in SharePoint 2010 with web parts
How to create a custom layout for the sharepoint home page? Right now, I need a home page with 2 rows. One with three columns and one with 4 columns.
I looked all over the internet but couldn't find ...
1
vote
2answers
45 views
Show layouts pages based on membership roles
Hi In a claims based SP site and we have multiple membership roles. I have lot of application pages in the layouts folder is there an effective way (apart from handling them in code behind) to ...
0
votes
1answer
27 views
What is the reasoning behind the '_layouts' name?
lay·out
/ˈlāˌout/
Noun
The way in which the parts of something are arranged or laid out.
The way in which text or pictures are set out on a page.
I don't understand why the layouts folder is called ...
0
votes
2answers
121 views
Deploying to style library / site pages from a web application scoped feature
I am writing a web application-scoped feature which will provision a site collection and a small number of sites.
The problem is that I have my own style files (.js, .css, images) and even some ...
0
votes
0answers
20 views
Separate layouts folder as companyLayouts- affecting migration
Previous consultants have created a separate layouts folder in order to apply application.master master page to the system pages.
They copied everything from the original layouts folder to a new ...
1
vote
1answer
159 views
Use ASP page from web application in SharePoint
I'm trying to use existing aspx page in SharePoint 2010. Page it self depend on some 3rd party classes and I provided source for them and additional assemblies, and project compiles and deploys to ...
0
votes
0answers
100 views
Including Mapped Layout Folders from other Projects for Packaging
Overview
We have a solution that has grown to encompass many projects over time. We are setting up a package that will deploy everything in the solution, to reduce the effort for new people to set ...
0
votes
1answer
105 views
Default Web-Part Page for new Lists / Calendars etc
When you have a team site and create a new List of Document Library, Calendar etc. SharePoint creates a new WebPart page and places the respective WebPart in there. As you can see when you edit the ...
1
vote
1answer
383 views
Can I set the Text Layout for a team site page using code?
Most people would likely answer a question like this by saying to look at Page Layouts but they are no good to me. I already have custom Page Layouts for use in a publishing page but what I want to do ...
2
votes
1answer
4k views
Where to put javascript files, problem with _layouts
I'd like to add jQuery and SPServices.
I added the following code:
<SharePoint:ScriptLink runat="server" Name="/Style%20Library/Scripts/jquery-1.7.2.min.js" ...
1
vote
3answers
3k views
Redirect default.aspx or change default landing to page in _layouts folder?
Here's the issue. I have a custom landing page that's deployed to "_layouts/myfeaturename/home.aspx" The problem is, how do I map this as the default landing page?
If you click on the top node in the ...
1
vote
2answers
588 views
Accessing page from LAYOUTS, how to turn off custom errors
I have a custom page that I access through myspaddress/_layouts/folder/default.aspx.
Great. Awesome. However, lately it's showing a runtime error.
All I can get though is the standard "Server Error ...
3
votes
3answers
1k views
Placing your branding images in the “14 hive” vs an Images list
I have a debate with a colleague of mine that deals with where to place images that must be accessible across the farm. I feel that for images that need to be accessed from anywhere, I should place ...
1
vote
1answer
309 views
How to create link to create a custom content type in Site Actions menu?
I am new in SP2010 and I want to ask if anyone knows how to do the following. I have made some new custom content types based in the Article page (Publishing page) and assigned new layouts to them. Is ...
0
votes
2answers
2k views
How to remove “created by” on SharePoint blog post item?
I recently created a blog site and posted few blog posts but then I realized that "created by" column is showing on the item.
I tried to check what page layout a post is using but I simple found ...
1
vote
4answers
5k views
How to read a file from a folder in _Layouts?
I have a file that is in a the mapped folder "Layouts" in my Visual Studio project. I would like to read the contents of this file but I have been having some trouble accessing it. What I have ...
1
vote
1answer
128 views
How to rename a file in the 14 hive - edited-
I need to rename the user.aspx file in the 14 hive layouts directory in a feature event receiver. Is this possible ...if so...how?
OK - Bad idea....This is what i want to do: I have a custom ...
2
votes
2answers
472 views
Customizing the default alert type on /_layouts/subnew.aspx?
On the alerts dialog page for a list, can the default change type be configured to be "New Items added" instead of "All changes" for everyone.
Can this be done through subnew.aspx which under the ...
2
votes
2answers
179 views
SharePoint - 14/Layouts web config changes programatically
I want to add web config changes to my 14/LAYOUTS/web.config file.
How can i achieve this.
1
vote
1answer
139 views
Sharepoint 2007 - DVWP Layout - Header Columns on Left once, Data items on right n times
I have a DVWP of a list with multiple entries. I've inserted it into my site but what I want to achieve is a look like this:
Header1 Data1 Data2 Data3
Header2 Data1 Data2 Data3
...
1
vote
2answers
624 views
GetFile('URL to layout') returns: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
I have made a few HTML files which I intend to use as either email templates or schemas.
When I run this code:
var t = "Not found!";
SPSecurity.RunWithElevatedPrivileges(() =>
{
...
3
votes
3answers
2k views
Where are layouts (css, js, etc) cached and how to clear them?
We are using visual studio to deploy images, css and js to a folder under layouts.
Editing these directly in the folder (which is more convenient for our designers than a full solution deploy) is ...
34
votes
15answers
9k views
CSS Files in _Layouts or Document Library?
There's been a lively conversation (such as it can be in 140 chars) lately about whether it is better to put CSS files on the disk in the _layouts folder or to store them in a Document Library in the ...