Best regards,Erik P. ErnstMicrosoft MVP - Dynamics NAV webmaster at http://dynamicsuser.net
I have a simple solution for you, follow these steps:
The above will add a sidebar box that lists the 3 most recent files that were posted to the file galleries. It should look something like the attached image when you are done.
If you have any questions please let me know.
Thank you,
Wyatt Preul
Open up Languages/en-US/FileGallery.xml and change the entry for Files_PortalEntryListing_TitlePostDate from:
'Most Recent' to
'Whatever you desire'
Save the file and voila :
This worked fine in CS 2.1 - but how to make this work in CS 2007?
Erik P. Ernst:how to make this work in CS 2007?
how to make this work in CS 2007?
same question please
zar: Erik P. Ernst: how to make this work in CS 2007? same question please
Erik P. Ernst: how to make this work in CS 2007?
Maybe some day someone sees this thread!
Add this to the top of /Themes/default/Common/home.aspx (replace "default" with your custom theme name, if you're using one):
<%@ Register TagPrefix="CSUserControl" TagName="AggregateEntryList" src="~/Themes/default/files/aggregateentrylist.ascx" %>
and then place the following where desired:
<CSUserControl:AggregateEntryList runat="server" />
Thanks it works, but it's sort of not quite the same as what we had before... This suggestion here displays the full list of downloads, instead of i.e. just listing the 5 or 10 newest files. Is it possible to do something like with the "Active Posts" list, where I can "customize" the list?
Ok it actually wasn't that difficult. I found out my self! I think I'm learning this CS programming after all!
I also defined this text in resources.xml: Utility_ForumAnchorType_FilesActive
And I inserted this in the header:
<%
Genyus:Thanks for sharing your solution with the community...
You're welcome. I've so far gotten so much, that it's nice finally to be able to contribute something...
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com