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>
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.
The code you'd have wanted to replace is NOT in UserWelcome.ascx, but instead in the CSControl:NavigationList control in Master.Master
Community Server Documentation
Nintendo Wiikly
Right, that's what I did for the main menu, and I replaced the userwelcome for a new top menu also in master.master.
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com