Add images to CSUserControl:UserWelcome

rated by 0 users
This post has 3 Replies | 2 Followers

Top 200 Contributor
Posts 107
Points 890
John Green Posted: Tue, May 6 2008 11:21 AM

 Any way to add images to a custom (I changed userwelcome.aspx) UserWelcome?  An image and a rollover for each menu option.

<%@ Control Language="C#" %>

<CSControl:UserData runat="server" UseAccessingUser="true">
    <DisplayConditions Operator="Not"><CSControl:UserPropertyValueComparison runat="server" UseAccessingUser="true" ComparisonProperty="IsAnonymous" Operator="IsSetOrTrue" /></DisplayConditions>
    <ContentTemplate>
        <CSControl:UserData runat="server" LinkTo="EditProfile" ResourceName="BreadCrumb_EditUserProfile"></CSControl:UserData>
   <CSControl:SiteUrl UrlName="help" ResourceName="help" runat="server" />
        <CSControl:UserData runat="server" LinkTo="Logout" ResourceName="logout"></CSControl:UserData>
   <CSControl:SiteUrl UrlName="contactus"  ResourceName="contactus" runat="server" />
 </ContentTemplate>
</CSControl:UserData>

  • | Post Points: 5
Top 200 Contributor
Posts 107
Points 890

 I gave up on this. Instead I ripped out the CS menu controls and used the Component Art menu code i wrote from my external application.

  • | Post Points: 20
Top 10 Contributor
Posts 4,039
Points 61,285
TelligentSupportTeam

 The code you'd have wanted to replace is NOT in UserWelcome.ascx, but instead in the CSControl:NavigationList control in Master.Master

  • | Post Points: 20
Top 200 Contributor
Posts 107
Points 890

 Right, that's what I did for the main menu, and I replaced the userwelcome for a new  top menu also in master.master.

  • | Post Points: 5
Page 1 of 1 (4 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com