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  (Zatvorena) (Mono Support )

12099 put(a) pogledan, 2 odgovor(a) 25.11.2013. 12:09:50Kreirao(la) 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>
Ovaj sadržaj još nije ocijenjen. 
55 Reputacija 3 Ukupno objava
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
Ocjena 4,50, 2 glas(ova). 
250 Reputacija 19 Ukupno objava