This is a forum to suggest new features for mojoPortal.
Hi Joe,
As mojoPortal have moved to artisteer styling I was wondering if you could make some minor changes to forum so the panel look flows through to the individual threads.
I've made some changes, hope it helps. You can see these changes in www.legaltalk.com.au
Regards,
Peter
/Forums/Thread.aspx - mainly changed the class from breadcrumbs to forumthreadcrumbs and add mojoportal panel to wrap around the module content
<asp:Panel ID="pnlThread" runat="server" CssClass="panelwrapper forumthreadview" EnableViewState="false"> <div class="forumthreadcrumbs"> <asp:HyperLink ID="lnkPageCrumb" runat="server" CssClass="unselectedcrumb"></asp:HyperLink> > <a href="" id="lnkForum" runat="server"></a> > <asp:Label ID="lblThreadDescription" runat="server"></asp:Label> </div> <portal:mojoPanel ID="mp1" runat="server" ArtisteerCssClass="art-Post" RenderArtisteerBlockContentDivs="true"> <div class="modulecontent">
/Forums/ForumView.aspx - change class from breadcrumbs to forumthreadcrumbs
/Forums/EditPosts.aspx - change <h2> for breadcrumbs to <div class=forumthreadcrumbs and add mojoportal panel to wrap pnlEdit
<asp:Panel ID="pnlWrapper" runat="server" CssClass="panelwrapper forummodule forumeditpost"> <div class="forumthreadcrumbs"> <asp:HyperLink ID="lnkPageCrumb" runat="server" CssClass="unselectedcrumb"></asp:HyperLink> > <a href="" id="lnkForum" runat="server"></a> > <asp:Label ID="lblThreadDescription" runat="server"></asp:Label> </div> <portal:mojoPanel ID="mp1" runat="server" ArtisteerCssClass="art-Post" RenderArtisteerBlockContentDivs="true"> <asp:Panel ID="pnlEdit" runat="server" CssClass="modulecontent" DefaultButton="btnUpdate">
Hi,
I've made the needed changes in svn so it will be in the next release.
Best,
Joe
Thank you Joe, thats great.