Mono Support Discussion board issue: new topics / topics you participated buttons 

Viewed 33943 time(s), 6 post(s), 12/4/2013 2:32:09 PM - by sonap
12/4/2013 2:32:33 PM
475 Reputation 52 Total posts

Hello, I am styling the discussion modules for a new version of our site with monox version: MonoX v4.8.40.4710 [10/18/2013], DB v4.7.3842.

When I am in a group as the group owner and access the discussion boards tab I go to img1 page. After clicking on "new topics" button I enter the img2 page. The problem is that this page shows the buttons "options" and "open new topic" (only in groups and as anybody who is not admin) which shouldn't be visible. Normally, They are visible only if you select a specific board and not when you select the filters (new topics, topics you have participated in).

Any suggestions?

Thanks a lot,

Panos

1
12/4/2013 2:37:41 PM
475 Reputation 52 Total posts

Here is the code in DiscussionBoard.ascx

<div class="main-options">
                <div class="inner small-btn">
                    <asp:HyperLink ID="lnkLastActiveTopics" CssClass="discussion-link styled-button list-btn float-left" runat="server" ></asp:HyperLink>
                    <asp:HyperLink ID="lnkMyTopics" CssClass="discussion-link styled-button list-btn float-left" runat="server" ></asp:HyperLink>                                     
                    <MonoX:StyledButton ID="btnNewBoard" runat="server" CssClass="styled-button main-button add-btn float-left" />
                    <div class="float-right">
                        <asp:UpdateProgress ID="upTop" runat="server" DisplayAfter="0" DynamicLayout="true">
                            <ProgressTemplate>
                                <img src='<%= BaseSiteFullUrl %>/App_Themes/<%= Page.Theme %>/img/loading.gif' alt="Progress ..."
                                    width="40" class="progress" />
                            </ProgressTemplate>
                        </asp:UpdateProgress>
                    </div>
                </div>
            </div>

2
12/5/2013 9:07:13 AM
443 Reputation 50 Total posts

Hi Panos,
this bug is fixed in version 4825.

3
12/5/2013 9:13:05 AM
475 Reputation 52 Total posts

Thank you :)

4
12/5/2013 10:33:53 AM
475 Reputation 52 Total posts

Also, tags don't show up in the same page, when logged in as simple user. Is this also fixed in the 4825 version?
Thanks,
Panos

5
12/5/2013 10:51:40 AM
443 Reputation 50 Total posts

Yes.

Regards,
Igor

6
This is a demo site for MonoX. Please visit Mono Software for more info.