YAFLogo

pipRaptor
  • pipRaptor
  • 58.4% (Neutral)
  • YAF Camper Topic Starter
9 years ago
I moved the controls in forum.ascx to display the active discussions above the forums list

simply edit the file forum.ascx in the HOME/pages directory, and move the elements as you need

...that's all!


<YAF:ForumActiveDiscussion ID="ActiveDiscussions" runat="server" />
<br />
<YAF:ForumCategoryList ID="ForumCategoryList" runat="server"></YAF:ForumCategoryList>
<br />

 150224 1525 YAF Posiziona Forum.png You have insufficient rights to see the content.

 forum.ascx You have insufficient rights to see the content.

Sponsor
pipRaptor
  • pipRaptor
  • 58.4% (Neutral)
  • YAF Camper Topic Starter
9 years ago
in the same way, I simply moved the chat (ShoutBox element) between the Active Discussions and the Forum LIst, always editing the forum.ascx in HOME/Pages directory


<YAF:ForumActiveDiscussion ID="ActiveDiscussions" runat="server" />
<br />
<YAF:ShoutBox ID="ShoutBox1" runat="server" />
<YAF:ForumCategoryList ID="ForumCategoryList" runat="server"></YAF:ForumCategoryList>
<br />
nguyentronghvq
9 years ago
I've followed your instructions but still unsuccessful.