MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 29105 time(s), 6 post(s) 12/4/2013 2:32:09 PMby sonap

Related topics

sonap

sonap

12/4/2013 2:32:33 PM
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
This content has not been rated yet. 
475 Reputation 52 Total posts
sonap

sonap

12/4/2013 2:37:41 PM
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>

This content has not been rated yet. 
475 Reputation 52 Total posts
iruzak

iruzak

12/5/2013 9:07:13 AM
Hi Panos,
this bug is fixed in version 4825.
This content has not been rated yet. 
443 Reputation 50 Total posts
sonap

sonap

12/5/2013 9:13:05 AM
Thank you :)
This content has not been rated yet. 
475 Reputation 52 Total posts
sonap

sonap

12/5/2013 10:33:53 AM
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
This content has not been rated yet. 
475 Reputation 52 Total posts
iruzak

iruzak

12/5/2013 10:51:40 AM
Yes.

Regards,
Igor
This content has not been rated yet. 
443 Reputation 50 Total posts