Mono Support How to make Discussion tab as current tab along with its topics as default or active tab in group tabs ? (Closed)

Viewed 12554 time(s), 4 post(s), 7/29/2013 5:44:39 PM - by super
7/29/2013 5:44:39 PM
6018 Reputation 709 Total posts

By default, the wall tab is active and the wall area is displayed in the group page.

How to make "Discussion" tab active and its content too so that all the forum topics are there in the page if anyone see the group page. I also want to hide photo and wall tabs and their content ?

1
7/30/2013 6:59:17 AM
345 Reputation 61 Total posts

Hi Super,
have you tried setting the WorkingMode property of the GroupView control to SnGroupWorkingMode.DiscussionBoard ?

If not, try setting this and let us know if it solves your problem.

Regards

2
7/30/2013 11:07:50 AM
6018 Reputation 709 Total posts

I can't find where to set this property in code ?

do you mean Groupview.ascx ? where in code I need to set this property ? Can you please show me exactly where ?

I have went to groups from front-end and clicked on setting, there also I can't find any property that says "WorkingMode" ?

3
7/30/2013 11:33:05 AM
2218 Reputation 300 Total posts

Property is called WorkingMode which has 3 options:
- Wall
- DiscussionBoard
- Photos
and is set for the GroupView on the GroupContainer.ascx control.

Regards

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