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.

What is the code tag for PopularGroups list ?  (Mono Support )

Viewed 10089 time(s), 4 post(s) 17.02.2014 19:19:47by super
super

super

17.02.2014 21:06:25
monoX 4.9 - I want to place PopularGroups list on  the homepage (right side column).

What will be the code tag ? I want to hardcode it in the default.aspx page because using using group part catalog places complete group container which includes all groups, my groups etc but I want only "PopularGroups List".

Help ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
imarusic

imarusic

18.02.2014 08:24:36
Hi,

you can do it just as you would place any other control:

<%@ Register TagPrefix="MonoX" TagName="PopularGroup" Src="/MonoX/Samples/WebPartSample/PopularGroups/PopularGroupsList.ascx"  %>
and place control to the content place holder:

<monox:PopularGroup id="test" runat="server"></monox:PopularGroup>
Regards
Dieser Inhalt wurde noch nicht bewertet. 
3016 Reputation 428 Total posts
super

super

18.02.2014 14:51:02
What about New Group List ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
mzilic

mzilic

20.02.2014 14:14:17
You can use the same approach however you only need to register the NewGroupsList control.

Regards
Dieser Inhalt wurde noch nicht bewertet. 
2218 Reputation 300 Total posts