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 topics does not show up on homepage side column ? why ?  (Mono Support )

Viewed 7246 time(s), 6 post(s) 5/7/2014 3:02:56 PMby super
super

super

5/7/2014 3:02:56 PM
Just like we have in "Let's socialize page" . I added the code on "default,.aspx" homepage  for discussion board like this:

<%@ Register TagPrefix="MonoX" TagName="DiscussionTopic" Src="/MonoX/ModuleGallery/SocialNetworking/Discussion/DiscussionTopics.ascx" %>
<MonoX:DiscussionTopic runat="server" ID="ctlNewTopics" EnableInsertNewTopic="false" EnableAnswering="false" EnableOwnerDeleteOperation="false" EnablePaging="false"
                        TopicSorter="SortNewTopicsOnTop" ShowBackLink="false" TopicFilterType="LastActiveTopics" Template="DiscussionTopicList" PageSize="5" HeaderVisible="false" EnableDiscussionDefaultUrl="true"  />
Even though I am posting new topics in the discussion board, I do not see anything on the homepage ? why ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
imarusic

imarusic

5/12/2014 12:00:52 PM
Hi,

you need to bind topics control, you can do it in Load event.

Regards.
This content has not been rated yet. 
3016 Reputation 428 Total posts
super

super

5/12/2014 1:13:25 PM
could you please show me how ? also, do I need source code for this ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

5/15/2014 7:56:01 AM
No you don't need source code for this please take a look at the GitHub Let's socialize page code behind and you will see how it's done.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
super

super

5/15/2014 8:54:00 PM
could you please post the link for monox to GitHub and location / path for the page that I need to look into ?

I see monox here: https://github.com/MonoSoftware

But what to find the page ? plz advise with location and which page to download and from WHERE?

Also, the demo pages on the site are 1 year old, the code has not changes in newer versions at all ? Few places also says: Updated demo pages from MonoX v4.8 ? I am using 4.9v
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

5/25/2014 1:47:36 PM
Hi,

"could you please post the link for monox to GitHub and location / path for the page that I need to look into ?"
- please find the socialize page at the following URL: https://github.com/MonoSoftware/MonoX-Demo-Pages/blob/master/MonoX/Pages/SocialNetworking/Dashboard.aspx.cs

We have updated demo pages, sorry for a delay.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts