Developer forum
Subject
Replies
Started by
Last reply
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
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
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
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
How to split VariantGroups
Hi there, I have 3 variantGroups which i want te split on the productdetail page. In the productadvanced.html i'm trying to split the Groups so that they show there own options: Its about clothing, so i want to have a pull down for VariantGroup size ...
29/03/2010 14:36:47
Last post: 20/04/2010 11:16:11
Access to Frontend Edit
I was testing Frontend Edit today with the new User Management module. Specifically, I wanted the user to be able to access the Frontend Edit functionality - without logging into the backend. I created a new extranet user and gave him access to backe ...
27/03/2010 10:27:27
Last post: 13/02/2012 14:40:49
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
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
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
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
Validate access to page
Hi guys, I need to validate if a user has access to a given page. Here's the code: var supPage = PageView.GetPageviewByPageID((int)item); // This line always writes "false"
//Response.Write(supPage.Security.PageProtect.ToString() + "&l ...
19/03/2010 12:51:56
Last post: 25/03/2010 13:58:52
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
e-mail subject
When the customer made a reservation the e-mail subject is “reservation made”, but if I do this, Dynamicweb.Frontend.PageView pv = new Dynamicweb.Frontend.PageView(101); pv.Load(); DataRow row = pv.Content.getParagraphrow(101,101,"eC ...
17/03/2010 14:04:18
Last post: 17/03/2010 14:14:51
Help to my first local dw installation
Hello people :) im doing my first installation for a dynamicweb developer environment. But im having a bit of start problems. Im doing it on an IIS 7.5 and using the access databases. Im following the steps from the material we got handed at the semi ...
17/03/2010 14:01:54
Last post: 17/03/2010 14:16:50
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
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
Create a deep link to a module form
Hi, Is it possible to create a deep link from a frontend page to a backend module form?
Example: I have a module with a form that is used to edit an entity.
I have a frontend page presenting the entity.
On the frontend page I would like to add a &quo ...
16/03/2010 10:21:10
Last post: 16/03/2010 10:36:14