Question : SharePoint 2010 - MasterPage - How to create a "header" for Branding above the ribbon so Visitors can view

1) I have modified the V4 Master page so that it has a "header" above the ribbon.  This is an HTML table with some text and colors...for branding.

2) The default.aspx page looks great and the above table appears when logged in as an Owner, but does not appear when logged in as a Visitor.

3) Should I change where I put my HTML table?  Right now it is just below the <body> tag on the MasterPage.  

I have Publishing turned on.

Answer : SharePoint 2010 - MasterPage - How to create a "header" for Branding above the ribbon so Visitors can view

Try this

$allowedUsers = array("azira", "admin", "fazli");
if ( strstr($description, "Domain") && strstr($description, ".my") && !in_array($newuid, $allowedUsers) {

This way you will be able to add or subtract allowed users only adding to or subtracting elements from the array.

Sorry, but can you say what was the problem and how you have solved it?

Bye
Random Solutions  
 
programming4us programming4us