Frozen DNN
Customers
Post Count:1331
 |
| 24 Nov 2010 01:08 PM |
|
- Active Social Version: 1.8.2
- DotNetNuke Version: 5.5.0
<active:groupslist runat="server" SortColumn="DateCreated" SortDirection="DESC" PageSize="4" TemplateName="Other/NewGroups" GroupTypeId="-1" />
How do we show only the latest 4 groups in the above template? |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Will Morgenweck
Forum Admin
DotNetNuke Staff
Post Count:7672
 |
| 24 Nov 2010 02:20 PM |
|
add PageSize="4" |
|
Will Morgenweck
Director of Product Management
DotNetNuke Corp.
|
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 24 Nov 2010 03:28 PM |
|
Thank you, Will. |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 24 Nov 2010 03:36 PM |
|
Ok, that solved the problem, however, the latest group is not at the top. It shows 4 groups but the first created groups. How to reverse the order? My first created groups are also featured groups, if that's an issue. Please let me know. Thank you. |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 26 Nov 2010 01:59 PM |
|
Any help? Anyone? Thanks |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 28 Nov 2010 03:49 PM |
|
Please tell me what I am doing wrong? Thank you. |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 01 Dec 2010 03:53 PM |
|
I do need help with this one. Thanks. |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 08 Dec 2010 02:35 PM |
|
Please? |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Will Morgenweck
Forum Admin
DotNetNuke Staff
Post Count:7672
 |
| 08 Dec 2010 03:54 PM |
|
The default sort is based upon date created descending which would always show the newest groups first. You can also add this to the control. SortColumn="DateCreated" SortDirection="DESC" |
|
Will Morgenweck
Director of Product Management
DotNetNuke Corp.
|
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 09 Dec 2010 02:54 AM |
|
Posted By Frozen DNN on 24 Nov 2010 02:08 PM
<active:groupslist runat="server" SortColumn="DateCreated" SortDirection="DESC" PageSize="4" TemplateName="Other/NewGroups" GroupTypeId="-1" />
How do we show only the latest 4 groups in the above template?
This should work right? Can i edit the other/newgroups temlate to show list only? |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 11 Dec 2010 02:13 AM |
|
I am trying to show a list (just links) of the recently created groups and this is not working no matter what I do! Which other/newgroups do I need to edit? Desktopmodules or portal? |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Cliff Hammock
Customers
Post Count:667
 |
| 07 Apr 2011 05:21 PM |
|
Posted By Frozen DNN on 11 Dec 2010 03:13 AM
I am trying to show a list (just links) of the recently created groups and this is not working no matter what I do! Which other/newgroups do I need to edit? Desktopmodules or portal?
Frozen did you get this working? I just want the links also and not the entire Group List layout. Can that be accomplished by just working in the AS Control Panel Design area using Custom Views and Templates, or do I have to work in the file structure on a particular file? |
|
|
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 08 Apr 2011 12:21 AM |
|
Hi Cliff, It did not work. At least the part where I can only show n number of latest groups. The list just keeps growing when a group is created. I will post the template I am using. Maybe you can figure it out.
|
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 09 Apr 2011 01:37 AM |
|
Posted By Frozen DNN on 09 Dec 2010 03:54 AM
Posted By Frozen DNN on 24 Nov 2010 02:08 PM
<active:groupslist runat="server" SortColumn="DateCreated" SortDirection="DESC" PageSize="4" TemplateName="Other/NewGroups" GroupTypeId="-1" />
How do we show only the latest 4 groups in the above template?
This should work right? Can i edit the other/newgroups temlate to show list only?
I am using this one. But it is showing me 7-8 groups instead of just 4. |
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 29 Apr 2011 03:55 PM |
|
How do I change the sort direction for this one? I want the latest to be on the top otherwise the same old groups will stay on the top.
<active:groupslist runat="server" SortDirection="DESC" PageSize="2" TemplateName="Other/CNewGroups" GroupTypeId="-1" />
|
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|
Ben - DotNetNuke
DotNetNuke Staff
Post Count:1645
 |
| 29 Apr 2011 04:01 PM |
|
Have you tried SortDirection="ASC" ? |
|
|
|
|
Frozen DNN
Customers
Post Count:1331
 |
| 29 Apr 2011 04:05 PM |
|
Yes. It's not working. It still shows the oldest first.
<active:groupslist runat="server" SortDirection="ASC" PageSize="2" TemplateName="Other/CNewGroups" GroupTypeId="-1" />
|
|
I am using the latest AS/AF/DNN available.
Thanks. |
|
|