MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 10731 time(s), 2 post(s) 11/25/2013 12:09:50 PMby microbMnt
microbMnt

microbMnt

11/25/2013 12:09:50 PM
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>
This content has not been rated yet. 
55 Reputation 3 Total posts
Dalibor

Dalibor

11/25/2013 12:26:18 PM
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
Rated 4.50, 2 vote(s). 
250 Reputation 19 Total posts