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 12023 time(s), 2 post(s) 25.11.2013 12:09:50by microbMnt
microbMnt

microbMnt

25.11.2013 12:09:50
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>
Dieser Inhalt wurde noch nicht bewertet. 
55 Reputation 3 Total posts
Dalibor

Dalibor

25.11.2013 12:26:18
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
Bewertet mit 4,50, 2 Besucher. 
250 Reputation 19 Total posts