Mono Support how can i edit text that isnt on localization  (Closed)

Viewed 12116 time(s), 2 post(s), 11/25/2013 12:09:50 PM - by microbMnt
11/25/2013 12:09:50 PM
55 Reputation 3 Total posts

1.how can i edit text like as "You are logged in as: admin" on banner 
2. i created some new zones . but its width is 100% and not changing even if i edit it in default.aspx . 
     <div class="container">
            <div class="eight columns">
                <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_LeftPartZone %>' ID="leftPartZone" runat="server" Width="50%" ChromeTemplateFile="Standard.htm">
                    <ZoneTemplate>
                   
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
            <div class="eight columns">
                <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_RightPartZone %>' ID="rightWebPartZone" runat="server" Width="50%" ChromeTemplateFile="RightColumn.htm" ShowChromeForNonAdmins="true">
                    <ZoneTemplate>
                  
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>

1
11/25/2013 12:26:18 PM
250 Reputation 19 Total posts

Hello Microbmnt,

1. MembershipNavigation has the property "LoginNameFormatString" which you can use to change the text "You are logged in as: {0}"

2. Can you please try by adding a width to one of the parent div tags?

Regards,
Dalibor

2
This is a demo site for MonoX. Please visit Mono Software for more info.