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.

Groups Discussion Board Topic Tag   (Mono Support )

Viewed 45112 time(s), 22 post(s) 6/28/2012 9:01:13 PMby sam0864
sam0864

sam0864

7/12/2012 8:42:58 PM
Finally, I got the new version to work but

the issue (Group Discussion Tag) is NOT fixed there. It is still pointing and searching the main discussion boards when you click on keyword tag.

Also, how to hide/disable Back to all discussion boards in the group discussion board?

This content has not been rated yet. 
656 Reputation 79 Total posts
sam0864

sam0864

7/16/2012 1:21:28 PM
Is there anyone looking at my issue?
This content has not been rated yet. 
656 Reputation 79 Total posts
khorvat

khorvat

7/16/2012 1:45:59 PM
Hi,

sorry for a delay we have take a look at the issue you are having and it seems that is't working properly on our side, please see the attached images. Maybe it is a misconfigured web.config rewriting related to discussion board tags and groups, please check that. 

Also, how to hide/disable Back to all discussion boards in the group discussion board?
Please note that MonoX built-in groups doesn't have multiple boards enabled so I don't see how you can get the "Back to all discussion boards" inside the groups, please elaborate in more detail ?

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

sam0864

7/16/2012 2:21:15 PM
Thanks a lot for your reply

To replicate Back to all discussion boards link in the group discussion board, you may try the following:
1- login as a registered you user
2- Go to any group page and click on the discussion board tab
3- Click on any topic to go to the topic page
4- Click on Back on all discussion topics tab to go to the group discussion board
5- You will notice the Back to all discussion boards tab

This content has not been rated yet. 
656 Reputation 79 Total posts
khorvat

khorvat

7/16/2012 3:02:39 PM
We have tried to get this replicated without any luck, can you tell me what version are you using ?
This content has not been rated yet. 
15993 Reputation 2214 Total posts
sam0864

sam0864

7/16/2012 3:45:50 PM
I am currently using the version you sent me earlier
MonoX v4.7.40.3597

please see attached
This content has not been rated yet. 
656 Reputation 79 Total posts
khorvat

khorvat

7/16/2012 8:43:43 PM
Hi,

can you please give me the link that you get when you see the "Back ..." link ?

Also please see attached to see how this looks on our end.

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

sam0864

7/21/2012 10:15:40 PM
I found out I am getting this error only when I update URLRewrite
when I use
<rewrite url="^(.*)/dboard/(.*)/(.*)/(\?(.+))?$" to="$1/MonoX/Pages/SocialNetworking/Discussion.aspx?boardId=$2&$5" name="Discussion" defaultPage="/MonoX/Pages/SocialNetworking/Discussion.aspx" urlPattern="/dboard/{BoardId}/{Slug}/" />

Instead of
<rewrite url="^(.*)/(.*)/dboard/(.*)/(.*)/(\?(.+))?$" to="$1/$2.aspx?boardId=$3&$6" name="Discussion" defaultPage="/MonoX/Pages/SocialNetworking/Discussion.aspx" urlPattern="/{PageName}/dboard/{BoardId}/{Slug}/" />

I got the tag error and Back to all discussion boards link

do you know what's wrong with the URL_ReWrite code
This content has not been rated yet. 
656 Reputation 79 Total posts
khorvat

khorvat

7/23/2012 9:09:54 AM
Can you provide us with the exact URL that you have when you are on the page with the "back button" ? We need to know what URL you have to see what reqular expression is trying to read from the URL.

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

sam0864

7/23/2012 2:29:49 PM
Here is the topic URL with "Back to all discussion topic"

http://www.mydomain.com/dtopic/t1L6MKb0y0SIAKCMATJwoA/ASP-NET-4-5/?GroupId=e_1WvZ7X00KRRp2kAVBl5w&iwm=DiscussionBoard



Here is the URL with "Back to all discussion boards" link

http://www.mydomain.com/dboard/DgRjues1V0qckZ2kAaqSgg/ASP-NET-Developers/?GroupId=e_1WvZ7X00KRRp2kAVBl5w&iwm=DiscussionBoard



Here is the URL when I clicked on "ASP.NET" Tag

http://www.mydomain.com/dfilter-tag/TopicTag/ASP-NET/?groupid=e_1WvZ7X00KRRp2kAVBl5w&iwm=DiscussionBoard



You may notice that I updated the URL-Rewrite to remove MonoX/Pages/ from the URL
This content has not been rated yet. 
656 Reputation 79 Total posts
1 2 3