YAFLogo
Is it possible to change the location that the forum logo banner link points to? https://forums.savatronix.com ). I'd like that link (and only that link) to point to my main website; www.savatronix.comI ran a search on the entire solution for the ID of the hyperlink and came up empty handed so I'm assuming that code is buried in a dll 😣 (here's hoping I'm wrong though).Thanks!
<asp:HyperLink runat="server" id="BannerLink"> <img src="~/YafLogo.png" runat="server" alt="logo" style="border: 0;" id="imgBanner" /> </asp:HyperLink>
<asp:HyperLink runat="server" id="BannerLink" Visible="false"> </asp:HyperLink> <asp:HyperLink runat="server" id="BannerLink2" NavigateUrl="https://savatronix.com"> <img src="~/YafLogo.png" runat="server" alt="logo" style="border: 0;" id="imgBanner" /> </asp:HyperLink>
The YAF.NET Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies. More Details Close