Forum Themes:
Welcome !

 Add a "reply to message" button to the end of the message page

Author Message
Samuel

  • Total Posts : 11786
  • Reward points : 168350
  • Joined: May 23 '01
  • Status: offline
Add a "reply to message" button to the end of the message page Tue. Jul 8, '08 10:44 PM (permalink)
The "Reply to message" menu is only available at the top of the page, so if you want to add a menu to the bottom of the page, do this:

Open tm.aspx, and add this line
<asp:PlaceHolder ID="ForumMenus1" runat="server" />

right below
<ASPPG:ThemeableLiteral ID="ForumTableBottom" runat="server" SkinID="WrapperEnd" />

And then in tm.aspx.vb, look for a sub called: BindThreadMenu()

Add the following code to the end of this sub (inside this sub)
        Dim ctl1 As Control = LoadControl(UCDir + "MessageMenus.ascx")
        ForumMenus1.Controls.Add(ctl1)
        Dim MessageMenuCtl1 As ASPPG.PGDMessageMenus = DirectCast(ctl1, ASPPG.PGDMessageMenus)
        BindThreadPostMenu(MessageMenuCtl1.LeftMenu)


This is it.
ASPPlayground.NET
~ see our Version 4 plans here

 
#1
    Online Bookmarks Sharing: Share/Bookmark

    Jump to:

    Current active users

    There are 0 members and 1 guests.

    Icon Legend and Permission

    • New Messages
    • No New Messages
    • Hot Topic w/ New Messages
    • Hot Topic w/o New Messages
    • Locked w/ New Messages
    • Locked w/o New Messages
    • Read Message
    • Post New Thread
    • Reply to message
    • Post New Poll
    • Submit Vote
    • Post reward post
    • Delete my own posts
    • Delete my own threads
    • Rate post

    2000-2012 ASPPlayground.NET Forum Version 3.9