Forum styling

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
4/20/2010 10:53:38 PM
Gravatar
Total Posts 9

Forum styling

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>
       &gt; <a href="" id="lnkForum" runat="server"></a>&nbsp;&gt;
       <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>
       &gt; <a href="" id="lnkForum" runat="server"></a>&nbsp;&gt;
      <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">

 

4/22/2010 6:42:03 AM
Gravatar
Total Posts 18439

Re: Forum styling

Hi,

I've made the needed changes in svn so it will be in the next release.

Best,

Joe

4/22/2010 5:20:11 PM
Gravatar
Total Posts 9

Re: Forum styling

Thank you Joe, thats great.

You must sign in to post in the forums. This thread is closed to new posts.