NoBody (6/30/2006)
hello, 1. how can I set the place of the collapse expand image? (like from left to right) 2. how/where can I change the image from "Misc_RSS.gif" to "Misc_RSS.png"? thx!  Hi NoBody, Many thanks for your post, answering your question: 1 - You should modify the CreateHeaderTable function in the PanelBar class (\InstantASP.Common\InstantASP.Common.UI\CustomControls\ContainerControls\PanelBarControl.vb) 2 - Below you can see the files, Lines and commands you should modify \InstantASP.InstantForum\InstantASP.InstantForum.UI\Controls\ViewForumGroups.vb Line (529): hypRssIcon.ImageUrl = InstantASP.InstantForum.Globals.Resolve.InstallURL + CurrentSkin & "Images/Misc_RSS.gif" \InstantASP.InstantForum\InstantASP.InstantForum.UI\Controls\ViewPrivateMessages.vb Line (197): hypRssIcon.ImageUrl = InstantASP.InstantForum.Globals.Resolve.InstallURL + CurrentSkin & "Images/Misc_RSS.gif" \InstantASP.InstantForum\InstantASP.InstantForum.UI\Controls\ViewTopic.vb Line (1477): hypRssIcon.ImageUrl = InstantASP.InstantForum.Globals.Resolve.InstallURL + CurrentSkin & "Images/Misc_RSS.gif" InstantASP.InstantForum\InstantASP.InstantForum.UI\Pages\Calendar.vb Line(151): hypRssIcon.ImageUrl = InstantASP.InstantForum.Globals.Resolve.InstallURL + CurrentSkin & "Images/Misc_RSS.gif"
|