Community Page
- SharePointMagazine.net/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi Michael, Thanks again for another awesome post. I've been wondering how we can expand our SharePoint farm in an eco-friendly manner. I'd like to explore using VMWare ESX Server or...
- Hey Bill, The best place to deploy CSS files is in the Layouts folder of the 12 hive (usually: Program Files\Common Files\Microsoft Shared\web server extensions\12\Template\Layouts). The...
- Hi Greg, Great article. I have a master page ready but it uses a special css file in conjunction with core and others. What is the best way to deploy my special CSS file and where? Should I list it...
- Pingback from PJonDevelopment. http://tinyurl.com/ldpmer Nice tutorial.
- Great series. I'd like to add that not only are we virtualising our WFE's and application servers but also the database role on SQL 2008 running on ESX infrustructure. The key with...
SharePoint Magazine
SharePoint Magazine is an online magazine dedicated to the world of SharePoint and related Information Worker technologies.Customizing Application Master Pages (MasterPages and SharePoint part 5 of 6)
Started by Arno Nel (SharePoint Magazine) · 8 months ago
This is the fith article in a six-part series on ASP.NET Master Pages and SharePoint. In this series we have discussed master pages and we have shown how to customize a master page. Before we finish up the process (i.e.: incorporating master pages into a SharePoint site definition), I would
... Continue reading »
8 months ago
I have seen this question come up many times and there was never a clear direction given by MS. This is by far the most elegant way to customize application.master.
8 months ago
Excellent article, as always!
If we had multiple web applications running, could we not check the top-level domain programatically and then use the appropriate customised master page? Would that get around the SSP issue?
7 months ago
7 months ago
7 months ago
7 months ago
I do have a problem, Im not all that great with Visual Studios, and am using 2008 version
When I try to build the project, I get several errors around line 30 and 32
Unexpected character and several otheres revolving around these lines.
Do you think you can help?
7 months ago
It is hard to say without more information. I don't know what line 30 and 32 are in your code. I might be able to help out, but I would need to know the exact error and what line of code it is happening on.
5 months ago
In the case of front-end web applications (as opposed to Central administration) the changes are made on _any_ Web Front End. SharePoint then picks these changes up and will migrate them to other front ens (if they exist). This is also true for registering safe controls or any other customisations you might need to register.
5 months ago
4 months ago
I think you could implement the same technique as this article. Build a module that checks for that particular master page and switch it out. I haven't tried it with simple.master, but that should work just fine.
4 months ago
Really good article, which I was searching.
Just one issue I have faced, when I have used Sharepoint Designer to edit the content of CustomApplication Master.
At the last I have found that this is the issue, and use Visual Studio to edit the master page.
2 months ago
Thanks for the such a wonderfull article.
We have implemented this for our application, but it is giving us an error for some of the pages
-on the people.aspx
-it also give us the errors while we are trying to create new column in the lists
etc.
Appreciate your any suggestions.
Thanks,
Dhawal
2 months ago
Their OnPrerender events register search.js, which overrides the ShoWhideGroups JS function used on ViewEdit pages (that one was fun to debug...)
They apparently may break Workflows: http://clintcherry.spaces.live.com/Blog/cns!AEC...
1 month ago
2 weeks ago