YAFLogo

itv
  • itv
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
Hello

Would you please let me know if i can customize the top menu ,or how to add a option to the top menu of yaf...

i mean these options --->

Forum Active Topics Search Help Login Register

Best Regards

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
10 years ago

Hello

Would you please let me know if i can customize the top menu ,or how to add a option to the top menu of yaf...

i mean these options --->

Forum Active Topics Search Help Login Register

Best Regards

Originally Posted by: itv 

If you want to add a menu option you need to modify the file ../controls/YafHeader.ascx

<ul class="menuList">
                <asp:PlaceHolder ID="menuListItems" runat="server">
                </asp:PlaceHolder>
<li class="menuGeneral"><a href="#test">test</a></li>
            </ul>