Gerald Joseph
 New Member Posts:2
 |
| 30 Nov 2009 09:49 AM |
|
Hi, Purchased the source - 4.2.9 and installed the module and added the module onto a page. The module works properly other than having another 1 or more instances of the module on the same page. I inserted an test article ("EIR") on one instance and left another instance blank on the same page. On clicking the test article ("EIR"), the url changes to "/tabid/459/vw/1/ItemID/0/Default.aspx" and it shows the relevant details of the article but at the same time it shows the other instance of the same module with the same article resulting in duplication. Is there any way to over come this ? Regards, Gerald |
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
Gerald Joseph
 New Member Posts:18
 |
| 01 Dec 2009 11:49 AM |
|
Well I deleted the article and reinserted it and the ItemID incremented its value but the problem still remains. |
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
Gerald Joseph
 New Member Posts:18
 |
| 02 Dec 2009 03:49 AM |
|
Unfortunately this is running on a local host... Is it possible to replicate this at your end and check whether this issue exists? |
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
Gerald Joseph
 New Member Posts:18
 |
| 03 Dec 2009 03:40 AM |
|
I uninstalled modules and deleted the source files and re installed only to see the same problem occur. We managed to make a fix by altering the stored procedure and the source code. Pretty strange only i observed this issue. |
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
Gerald Joseph
 New Member Posts:18
 |
| 10 Dec 2009 04:05 AM |
|
Sorry about the delay.. was trying to fix up the module to meet some requirements. The changes made were to the stored procedure HyperGetArticle "from HyperArticles where ItemId = @ItemId and ModuleID = @ModuleId" and some minor code addition to ArticleDetail.ascx.vb Me.Visible = (Not objArticleInfo Is Nothing) If Not objArticleInfo Is Nothing Then 'obj = objController.GetArticleSettings(objArticleInfo.ModuleId) If (objArticleInfo.PublishDate > DateTime.Now) And (Not IsEditable) Then Response.Redirect(NavigateURL()) End If BindLiteralData(objArticleInfo) End If If Not Me.Visible Then Dim par As Article = CType(Me.Parent.Parent, Article) par.ContainerControl.Visible = False End If I happened to notice that when a satellite and a parent module are on the same page, the issue occurs once again. Also could you let me know whether [SUMMARY|100] works for 4.2.9, on trying it out the summary is displayed as 100 instead of limiting it.
|
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
Gerald Joseph
 New Member Posts:18
 |
| 10 Dec 2009 12:00 PM |
|
how do I go about obtaining this latest release from snowcovered, wouldI need to carry out a payment for obtaining this? |
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
Gerald Joseph
 New Member Posts:18
 |
| 14 Dec 2009 03:23 AM |
|
Hi, I tried downloading it from Snowcovered but each time i proceed to check out the price is shown for the module i.e. for the standard and the source version. I had placed a request with Snowcovered helpdesk and they had sent me the following reply: Hello, Gerald Thanks for the request. The developer can assist with this ticket. This ticket has been added to to the developer's product category. Order Number: 9A36AF13FD1D4F7FB1D802159EF11D66 Thanks Hope you could help me out here... |
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
Gerald Joseph
 New Member Posts:18
 |
| 15 Dec 2009 04:18 AM |
|
Well received and thanks for the support |
|
|
|
|
Gerald Joseph
 New Member Posts:18
 |
| 15 Dec 2009 11:26 AM |
|
hi, Meant to ask this earlier but could you tell me why there are 2 AdvancedArticles_4.2.9_Unzip_me_installation_guide_Inside along with the source download? |
|
|
|
|
Gerald Joseph
 New Member Posts:18
 |
| 15 Dec 2009 11:59 AM |
|
Also would it be possible to know which part of the code was changed to reflect the latest update. Since i have made some modifications to both code and database, it would be quite helpful to know and merge my changes accordingly.
|
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
Gerald Joseph
 New Member Posts:18
 |
| 19 Dec 2009 11:08 AM |
|
I did mail you twice with my email address to support@invenmanager.com and till now haven't received the files. Do request you to send the files at the earliest since its keeping up the deployment of the website. |
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|