How a user can see how many group he/she joined ?http://monox.mono-software.com/Mono/Pages/Discussion/dtopic/eEFjAHA6pEyCl6FOAV2J-g/How-a-user-can-see-how-many-group-he-she-joined/?username=Codeplumber&MonoXRssFeed=How-a-user-can-see-how-many-group-he-she-joinedd1733e15-8613-4609-89d6-a14e015d89fahttp://monox.mono-software.com/Mono/Pages/Discussion/dtopic/eEFjAHA6pEyCl6FOAV2J-g/How-a-user-can-see-how-many-group-he-she-joined/?username=Codeplumber&dmsgid=FT5z0ROGCUaJ1qFOAV2J-g#PostFT5z0ROGCUaJ1qFOAV2J-gIs there any way a user can see how many groups he/she joined ? if no, I think on the user&#39;s pro ...Is there any way a user can see how many groups he/she joined ? if no, I think on the user&#39;s profile page, there should be another tab that give that particular user&#39;s groups that he/she joined ...Tue, 22 Jan 2013 20:07:25 +0100a7c1189d-2936-4b44-a21c-a14e018224e7http://monox.mono-software.com/Mono/Pages/Discussion/dtopic/eEFjAHA6pEyCl6FOAV2J-g/How-a-user-can-see-how-many-group-he-she-joined/?username=Codeplumber&dmsgid=nRjBpzYpREuiHKFOAYIk5w#PostnRjBpzYpREuiHKFOAYIk5wwhen you&#39;ve joined some groups the respective page shows them, but when you&#39;ve joined none s ...when you&#39;ve joined some groups the respective page shows them, but when you&#39;ve joined none shows all<br/> <br/> at <a href="http://social.clipflair.net/">http://social.clipflair.net</a> we added &quot;all groups&quot; button to groups page<br/> ...Tue, 22 Jan 2013 22:08:11 +0100a69fbf8a-0ff4-463e-8dba-a14e018792echttp://monox.mono-software.com/Mono/Pages/Discussion/dtopic/eEFjAHA6pEyCl6FOAV2J-g/How-a-user-can-see-how-many-group-he-she-joined/?username=Codeplumber&dmsgid=ir-fpvQPPkaNuqFOAYeS7A#Postir-fpvQPPkaNuqFOAYeS7AIs that a custom website ? I am talking / asking about monox 4.7 default version ..<br/> <br/> Not s ...Is that a custom website ? I am talking / asking about monox 4.7 default version ..<br/> <br/> Not sure if I got you..or if you got my question. I am asking if is there any way to see any user&#39;s groups ? <br/> <br/> Like on any user;s profile page, we can see his/her friends just like can any way to have all the group on profile page of specific user ?<br/> <br/> For example, I don&#39;t know what groups this user joined: <a href="http://monox.mono-software.com/profile-about/Erica/">http://monox.mono-software.com/profile-about/Erica/</a><br/> <br/> I don&#39;t know this user is part of what groups ? <a href="http://monox.mono-software.com/profile-about/MarthaB/">http://monox.mono-software.com/profile-about/MarthaB/</a><br/> <br/> plz advise ...Tue, 22 Jan 2013 22:27:14 +010011d5dcfa-9daa-4658-9ade-a14f00930c9ehttp://monox.mono-software.com/Mono/Pages/Discussion/dtopic/eEFjAHA6pEyCl6FOAV2J-g/How-a-user-can-see-how-many-group-he-she-joined/?username=Codeplumber&dmsgid=-tzVEaqdWEaa3qFPAJMMng#Post-tzVEaqdWEaa3qFPAJMMngHi,<br /> <br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>there are two ways t ...Hi,<br /> <br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>there are two ways to implement functionality you need:<br /> <br /> - One way would be to use the below code and create simple repeater which will show the member groups<br /> <div class="reCodeBlock" style="border: 1px solid #7f9db9; overflow-y: auto;"> <div style="background-color: #ffffff;"><span style="margin-left: 0px !important;"><code style="color: #006699; font-weight: bold;">public</code> <code style="color: #006699; font-weight: bold;">virtual</code> <code style="color: #000000;">List&lt;SnGroupDTO&gt; GetGroups(Guid? languageId, Guid userId, </code><code style="color: #006699; font-weight: bold;">string</code> <code style="color: #000000;">category, Guid categoryId, </code><code style="color: #006699; font-weight: bold;">string</code> <code style="color: #000000;">searchValue, </code><code style="color: #006699; font-weight: bold;">bool</code> <code style="color: #000000;">useFullTextIndex, </code><code style="color: #006699; font-weight: bold;">int</code> <code style="color: #000000;">pageNumber, </code><code style="color: #006699; font-weight: bold;">int</code> <code style="color: #000000;">pageSize, </code><code style="color: #006699; font-weight: bold;">out</code> <code style="color: #006699; font-weight: bold;">int</code> <code style="color: #000000;">recordCount)</code></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px !important;">&nbsp;</span></div> <div style="background-color: #ffffff;"><span style="margin-left: 0px !important;"><code style="color: #000000;">e.g.</code></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px !important;"><code style="color: #000000;">GroupRepository.GetInstance().GetGroups(userId, category, searchValue, </code><code style="color: #006699; font-weight: bold;">false</code><code style="color: #000000;">, pager.CurrentPageIndex + 1, pager.PageSize, </code><code style="color: #006699; font-weight: bold;">out</code> <code styl ...Wed, 23 Jan 2013 10:03:36 +0100