Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Request: Information on Stylesheet > page and template options
In the stylesheet section, for each stylesheet there is a page section, where you have tabs for setting page options, page template, page footer and various other options. On the page tab there is a Logo, Top-graphics and menu logo fieldset. Where ar ...
09/04/2010 10:56:49
Last post: 12/04/2010 21:07:34
Performance issue
As only I start the web site service on IIS the usage of the processor runs up to 100%. It stays constantly on this level no matter how many users are currently connected (even if no one is connected). For the other sites on the server everything see ...
12/04/2010 19:04:43
Last post: 12/04/2010 20:58:21
recent activities
Hi, We need to develop a recent activities list for the active user (for Forum Posts, surveys and a custom quizz module), similar to what you have in engage. I would like to know if there's a way that's better than other? - use database triggers and  ...
08/04/2010 16:23:46
Last post: 08/04/2010 17:20:05
notifications
Hi, Is there a list of all the available notifications? We need to process submitted POST values, and I am trying to check the available ones. Nuno ...
08/04/2010 16:32:01
Last post: 08/04/2010 17:17:51
Replace in paragraph
I'm looking for a function that will replace in all content/paragraphs on a given page. Lets say that every where on the page where there is written "secret" - it should be replace with "urgent". How can this be done? I've had a l ...
07/04/2010 15:29:53
Last post: 08/04/2010 12:03:39
override the products tag
Hi, I’m developing a module that is meant to deactivate all products that weren’t updated more than X days, and when that happens someone must be notified by email, that email must have all the information about the deactivated products.  ...
09/03/2010 22:22:28
Last post: 07/04/2010 19:31:41
Post & Get Method with DW forms
Hi, I need to submit form data via POST method to an external URL. The supporter at DW says that I may be able to use data lists, but he is not sure. So maybe someone in here can help me? From this page (http://carambaimaging.net.dynamicweb.dk/Free-I ...
25/03/2010 10:05:39
Last post: 07/04/2010 10:47:32
Problem with Customized URLs
Hello! I tried to use the Customized URLs function of converting module urls, but it does not work properly with my custom module. The original url is (for example): "Blog.aspx?Post=Dynamicweb 7 - ein zukunftweisendes System" The converted  ...
01/04/2010 12:37:54
Last post: 07/04/2010 07:05:04
Subscribe to Extranet and/or Newsletter
Hey, Is it some how possible to subscribe a user to both extranet and newsletter, with one form and no custom module? We've build a custom module based on "Notifications.ExtranetExtended.User.Created", that adds the user to a newsletter-cat ...
31/03/2010 11:57:03
Last post: 05/04/2010 16:04:09
Ecom Custom Orderfield
Hi there, In a current solution (Ecom Light) without Payment Gateway i want to add a custom orderfield "rekeningnummer" into step 3 (Method.html). I can't get this field to be saved into the order, what am i doing wrong. Custom order field: ...
21/02/2010 23:26:35
Last post: 31/03/2010 11:53:36
Show products, but not level2, level3 groups from level1
Hi there, Is it possible to show all products when using the standard xslt navigation from the Ecom Product Catalog? If have this structure: Woman Summer 2010 group 1 product a product b group 2 product c group 3 product d product e etc.. From dynami ...
29/03/2010 14:46:08
Last post: 31/03/2010 08:06:30
Change meta from custom module
Hi Can I change/add/mimic <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> from inside a custom module so I can supply an option of not allowing crawling on seletive pages? - Lars ...
30/03/2010 14:49:51
Last post: 30/03/2010 15:43:30
Use of dw:TabHeader
Hi I'm working on a custom module for a customer and is now trying to deploy to a copy of the customers environment. The module is coded in build 18.16.4.3 and the deploy environment is in build 18.9.1.1 But I get 2 errors when deploying the module.  ...
30/03/2010 09:13:08
Last post: 30/03/2010 10:23:46
The delete method in Dynamicweb.content.page
I'm working with the Dynamicweb.Content API. It seems that the Page.Delete() method deletes the page from the database (duh!). But I would like a method, that puts the deleted page into the trashbin. Is that possible using the API, or do I need to de ...
27/03/2010 09:51:17
Last post: 27/03/2010 17:56:46
create a new product
I’m trying to create a new product but it give me a “object not set to an instance of an object at Dynamicweb.eCommerce.Products.Product.ExtendedSave(String VariantID) at Dynamicweb.eCommerce.Products.Product.SaveAndConfirm(String Product ...
17/03/2010 17:50:44
Last post: 26/03/2010 12:25:00
get most visited pages
I’m developing a module to get the most visited pages, I have a table with the pages ID that the user don’t want to appear in the most visited How can I get the most visited pages in c# except the ones the user selected? ...
16/03/2010 18:45:04
Last post: 26/03/2010 12:23:26
Render product list template
I’m trying to render a product list template and use the html to send an email (I don’t know if that works) But at this moment I’m having other problem, the template can’t be rendered. Here is the code. ProductCollection pcAct ...
16/03/2010 19:41:17
Last post: 26/03/2010 12:13:21
Create a new Product
The Code Product p = new Product(); GroupCollection grupos = Dynamicweb.eCommerce.Products.Group.getGroups(); string grpID = ""; foreach (Group grp in grupos) { if (grp.Number.Equals(csvItems[Stand])) { isUnknownGroup = false; grpID = grp.I ...
25/03/2010 17:13:38
Last post: 26/03/2010 10:34:22
PriceProvider
We a planning to use a custom priceprovider to give 6 groups, containing about 15.000 different users, unique prices. The price will come from a custom ms db. Any one with experince, good suggestions, tips and tricks, best practice on using the price ...
24/03/2010 22:30:58
Last post: 25/03/2010 19:59:52
Pageview.Page where are the properties?
We need to change the title of a page codebehind like when using Page.Title in .net However when we look at Dw.Frontend.PageView.Current().Page in our ascx codebehind file , there are no properties only some random hashtable and set and get method. S ...
23/03/2010 16:08:00
Last post: 25/03/2010 17:30:10