:?:
i use YAF in local
i'm going to create a page for manager some function.
i created
adsmanager.aspx in root directory and add link in
YafHeader.ascx:
<asp:PlaceHolder ID="AdminModHolder" runat="server" Visible="false">
<ul class="menuAdminList">
<li class="menuAdmin"><a title="Go to Ads Manager" href="http://localhost:20937/adsmanager.aspx" target="_top">Ads Manager</a></li>
<asp:PlaceHolder ID="menuAdminItems" runat="server"></asp:PlaceHolder>
</ul>
</asp:PlaceHolder>
i access
defaut.aspx and login with admin account. the link above is appear but when i click it, it always go to
http://localhost:20937/adsmanager.aspx with defaut interface of
forum.ascx i view this post:
http://forum.yetanotherforum.net/forum/posts/t14033-Create-a-custom-page but still can't understand what need to do.
some one can help me clearly
step by step?
thank, by the way help me to detect user loged in/or not in new pag
e adsmanager.aspx
Edited by user
5 years ago
|
Reason: make clearly