Tagged Questions
0
votes
0answers
85 views
What causes the ribbon bar to be missing in master (landing) page and still visible but disabled in subsites?
I am missing the ribbon bar in my custom master page but it displays in all subsites in disbled condition. I have used the same copy of v4.master page and added my new custom css. I've edited the ...
1
vote
1answer
44 views
After migration Sharepoint doesn't tell that the page is checked out
After we did a migration to a portal we found a weird behavior which I need your help in
we migrated the masterpages manually and added the ribbon code and all of the placeholders
the issue is that ...
0
votes
1answer
302 views
Best way to initialize an Contextual Tab?
I've a custom contextual ribbon tab element and I'm initializing it throw the following code on a webcontrol hosted on the masterpage:
protected override void OnPreRender(EventArgs e)
{
...