Developer forum
Subject
Replies
Started by
Last reply
Installation wizard, error
Hi, Hi, The installationwizard for a new setup got interrupted and now I get the error shown below. I don't know how to get rid of it. [NullReferenceException: Object reference not set to an instance of an object.] Dynamicweb.Content.Management.Insta ...
Aki Ruuskanen
16/02/2017 11:29:48
Last post: 16/02/2017 11:39:42
Intercept search terms before it goes into Lucene query (old index)
I have a problem when users search for "b-long" that the dash-character is replaced with whitespace ending up with this query +sys_summary:*b* AND +sys_summary:*long* The correct search query would be +sys_summary:"b-long" I have tried Dynamicweb.Not ...
Kevin Steffer
10/02/2017 10:02:16
Last post: 10/02/2017 10:18:03
Login notification for impersonate users
Hi, I’ve been implementing some features for solutions that use impersonation (with UserImpersonation.Full configuration) and I need to use the Notifications.Standard.User.OnExtranetLogin notification to make some actions for the secondary users logi ...
Rui Silva
26/01/2017 23:09:46
Last post: 09/02/2017 12:12:53
DW 9.2.0 - Nuget Package restore failed
Hi just downloaded the dw 9.2 and made a VS project but get "Nuget Package restore failed" on build (se attachment) Where can I find the Dynamicweb packages? ...
Kim Søjborg Pedersen
08/02/2017 10:54:45
Last post: 08/02/2017 12:51:47
Check if email opened in EmailMarketing
Hi, I would like to check, if a certain subscriber has ever opened any of the sent emails from the EmailMarketing module. Are there any methods in the EmailMarketing module for this task or do I have to make a query directly into the database? -- Kin ...
Kurt Moskjær Andersen
08/02/2017 11:46:43
Last post: 08/02/2017 12:34:29
Smart Searches List
Does anyone know how I can list the users from a smart search in backend code? I’ve the Guid and name of the smart search but have no way to get the users list from the API (Dynamicweb.Modules.Searching.SmartSearch). Thanks, Rui Silva ...
Rui Silva
04/01/2017 17:32:34
Last post: 01/02/2017 14:56:27
Allowing module attachment to code first items
Hi, Im trying to figure out how to allow ModuleAttachment to Code First items? [AreaRule, StructureRule(StructureContextType.Paragraphs), ParentRule(ParentRestrictionRule.ParentType.RootOfWebsite, ParentRestrictionRule.ParentType.RegularPage), TitleP ...
Aki Ruuskanen
30/01/2017 16:03:17
Last post: 31/01/2017 00:10:13
Scheduled task error
I am getting the following error when trying to run a task on version 8.8.1.32. This is a clustered Dw instance with redirect rules in place to redirect any admin request back to the primary node. I have verified that both nodes can ping the domain r ...
Terri Donahue
30/01/2017 20:11:50
Last post: 30/01/2017 21:01:44
order state change by custom development
Hi, I've a custom development that is triggered on the order template extender to read a remote service and based on the response we may change the state id of the user orders. Everything works fine, but on the customer center the list of orders when ...
Rui Silva
27/01/2017 13:25:14
Last post: 30/01/2017 14:49:30
"Microsoft.Office.Interop.Excel.Application" class question
Hi Guys, I am trying to create a program that creates Excel files on the fly. More info on what I am working with is here: http://csharp.net-informations.com/excel/csharp-create-excel.htm Now, locally all works fine, but on staging server, I am getti ...
Dimitrij Jazel
27/01/2017 14:43:21
No replies yet
Server-side validation on Forms for Editors
We are having some big issues with empty form submissions, when using the Forms for Editors module. Our customer is using DW8, and even though we are using all possible client-side validations, they still receive empty form submissions. We have been ...
Kurt Moskjær Andersen
27/01/2017 10:39:16
Last post: 27/01/2017 14:34:55
Serialize form object
I want to create a generic proxy-page to handle input from the "Forms for editors" module, as I want to handle the db-submissions myself. Before submitting the form, I change the action for the form to point to my proxy-page instead. The proxy-page c ...
Kurt Moskjær Andersen
26/01/2017 13:39:07
Last post: 27/01/2017 14:26:32
Creating alternative href links for multiple sites/language layers
Hi, we have a website in such setup - .DK site (DA language) - .NET site (EN, DE) We have product categories per shop, and we have products which are tied to groups (same products are tied to multiple shops through groups. Products are translated in ...
Torben Bak Jensen
27/09/2016 09:17:50
Last post: 23/01/2017 11:50:42
How to prevent FavoriteList being called every time a product is retrieved?
I noticed in the Visual studio Diagonstic tools that everytime I call GetLoop("Products"); a call is performed to retrieve the FavoriteList from the database (see attachment). We are currently in the process of trying to improve the performance of ou ...
Martijn van Tongeren
19/01/2017 10:04:38
Last post: 20/01/2017 09:50:46
Clear all unneeded data in a DW database
Hi there, Does anyone have a SQL Script they want to share to clean out unwanted data from a DW database? I regularly receive copies of live databases that are huge. Most of the data is often related to statistics, but I can imagine there's other dat ...
Imar Spaanjaars
07/07/2011 17:47:54
Last post: 16/01/2017 13:57:04
14
Subscribe
ProductCatalog Event before paging, remove products but keep products per page.
Hi Guys, I have a product catalog, that uses new index. DW APP: 8.8.1.18 In product catalog, I have 100 products total. Showing 20 products per page. What notification subscriber do I need to use So that I could remove products from before they are a ...
Dimitrij Jazel
22/11/2016 10:52:43
Last post: 13/01/2017 10:29:23
Caching salesdiscounts based on language
Hi Dynamicweb, We have experienced an issue with caching of sales discounts in 8.8.1 which seems to be done by the website language (and not also by the chosen currency): Private Shared Function GetCachedDiscounts(ByVal language As Language) As Sales ...
Anders Ebdrup
03/01/2017 21:06:43
Last post: 13/01/2017 08:28:00
Shared login and carts
Hi. I have a request from a customer about having a user in DW that many people can use to shop. The problem here is that the cart is saved on the user and therefore two users can't be logged in at the same time without updating the same cart. The id ...
Mikkel Høst
11/01/2017 15:06:52
Last post: 11/01/2017 15:57:53
Custom validation on BasicForum create thread
Hello Is it possible to override a method in the DynamicWeb API to create or extend the validation that happens when an user creates a post or thread in the BasicForum module (DW 8)? ...
Emil Ryberg
09/01/2017 09:42:58
Last post: 09/01/2017 10:33:33
Elmah implementation
Hi, Folks. I've been trying to implement Elmah error logging for our DW sites without much success. Does anyone have experience of getting Elmah working with DW? Cheers. ...
Craig
04/01/2017 16:58:49
Last post: 05/01/2017 12:08:26