jsumant
New Member Posts:20
|
03/31/2010 2:37 PM |
|
Hi,
I am using What's new addon configured to display recently modified documents uploaded to DMX with the custom control to only display Documents and these documents are pointing to respective details page.
My control name is CustomWhatsNew.ascx where I am putting following control tag
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="WhatsNew.ascx.vb" Inherits="Bring2mind.DNN.Modules.DMX.WhatsNew.WhatsNew" %>
This control is displaying the data as expected on Page Load. But if any post back triggered on the page is causing one problem. On posting back of the same page, this module is not displaying any data.
If anyone comes across such kind of issue and finds the resolution to it please let me know.
Thanks, |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
03/31/2010 4:29 PM |
|
Hi Sumant,
The issue is where the link posts to. Whats New should show a list of items with hyperlinks. Where does that hyperlink point to?
Peter |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
03/31/2010 4:29 PM |
|
Or did you mean another module posting back. Sorry, need to read closer ... |
|
|
|
|
jsumant
New Member Posts:20
|
04/01/2010 8:44 AM |
|
Yes Peter. You are right. Currently links displayed in What's New module are pointing to details page. But any other module configured on the same page causes postback then links got disappeared.
Thanks |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
04/01/2010 4:14 PM |
|
Hi Sumant,
I'll look into that. It means the code that populates the data is probably wrapped in a "if not IsPostback".
Peter |
|
|
|
|
jsumant
New Member Posts:20
|
04/07/2010 12:37 PM |
|
Hi Peter,
Any update on this issue?
Thanks, |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
04/12/2010 1:48 PM |
|
Hi Sumant,
Yes. Go to the extensions page to find v 2.1.3.
Peter |
|
|
|
|
jsumant
New Member Posts:20
|
04/12/2010 2:55 PM |
|
Thanks Peter,
As extension page shows it under version 5.2.3 of DMX, Do I need to upgrade my DMX module to newer version to use What's new v 2.1.3?
Without updating main DMX module I have installed new version i.e. v 2.1.3 of What's New Addon and I got following error
error BC32206: The project currently contains references to more than one version of Bring2mind.DNN.Modules.DMX.Core, a direct reference to version 5.2.2.0 and an indirect reference (through 'Bring2mind.DNN.Modules.DMX.WhatsNew.Dispatch') to version 5.2.3.0. Change the direct reference to use version 5.2.3.0 (or higher) of Bring2mind.DNN.Modules.DMX.Core.
Appreciate your suggestion. |
|
|
|
|
jsumant
New Member Posts:20
|
04/15/2010 2:20 PM |
|
Hi Peter,
I have updated DMX version to the latest one i.e. 5.2.5 and also installed What's New 2.1.3 version. But the issue with the postback remains same.
Appreciate your suggestion.
Thanks |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
04/16/2010 10:29 AM |
|
Hi Sumant,
I sent you an update. Did that do the trick?
Peter |
|
|
|
|
jsumant
New Member Posts:20
|
04/16/2010 12:43 PM |
|
Hi Peter,
Sorry to say that the update sent by you is also not working. But I managed to fix the issue by tweaking some code in Dispatch.ascx code behind file (source version). I sent you the fix about it in the separate mail.
Thanks |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
04/23/2010 3:36 PM |
|
OK, I'll upload that fix.
Peter |
|
|
|
|
Michael Hamlett
New Member Posts:20
|
06/09/2010 7:59 PM |
|
i have the whats new module version 2.1.1 that i downloaded several months ago. i notice it is not available anymore. i installed it on my dnn 5.4.2 pro version but got several errors. the error im getting now is.
Method not found: 'Bring2mind.DNN.Modules.DMX.Security.DMXUser Bring2mind.DNN.Modules.DMX.Framework.ModuleBase.get_CurrentUser()'.
will this module be updated for the current DNN versions? thanks |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
06/18/2010 11:11 AM |
|
Hi Michael,
Please use the 2.1.3 version available on the Extensions page.
Peter |
|
|
|
|