Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
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
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
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
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
Atom
Is there an easy why to convert an RSS-feed from the RSS-module to an Atom-feed? ...
15/03/2010 15:15:30
No replies yet
Backend navigation incidents
I have somewhere between 200 and 500 subpages which need to be coppied as subpages to other pages. It would be extremely time consuming to do this in the backend. So I went straight to the database. I started copying the rows in dbo.page for the mast ...
12/03/2010 09:59:20
Last post: 12/03/2010 12:06:38
Import/Export: No sorting on first level groups
Hi, When importing groups in level 1 using following xml element, the SortOrder seems to be ignored: **** <Shop> <ID>SHOP1</ID> <SortOrder>1</SortOrder> </Shop> **** as ShopGroupRelationsSorting is still 0 in the t ...
22/02/2010 22:00:17
Last post: 12/03/2010 09:06:53
Is it possible to differentiate in available variants in different language layers
Is it possible to differentiate in available variants in different language layers while sharing the same product base? For example: Product X in language layer NL has Blue and Red variants while the same product X in language layer EN only has Blue  ...
11/03/2010 17:20:42
No replies yet
Datalist SQL statement
Is it really true that you cannot copy all of the contents in the SQL-statement textarea? ...
08/03/2010 13:07:29
Last post: 11/03/2010 10:01:15
The editor
Hi! I have a couple of questions. 1) In our shop we want to hardcode a couple of things in the editor in eCom. But the editor tries to clean up the code in the "source" everytime you switch from source to wysywig view, rendering the source  ...
08/03/2010 11:12:56
Last post: 11/03/2010 09:48:30
Product search
Hi dynamicweb, I'd like to put this topic under your attention again. In threads http://developer.dynamicweb.dk/Forum-17061.aspx?action=ShowThread&ThreadID=961 , http://developer.dynamicweb.dk/Forum-17061.aspx?action=ShowThread&ThreadID=940 t ...
30/01/2009 09:59:07
Last post: 10/03/2010 13:20:29
trackback
As I understand there is no whay to add a "Trackback" link to another blog in the webblog module. What is the easiest whay to implement a "Trackback" functionality? ...
10/03/2010 10:03:17
No replies yet
create an xml file with the File Publishing and/or Media Database Module?
I want to put all the files in the Module in an xml file, so I can use it in Flash, and so making it easier for the customer to insert new pictures / edit pictures without having to touch the Flash file. ...
24/02/2009 09:35:55
Last post: 10/03/2010 04:48:06
Make a copy of an orderline
Hi, I'm trying to make a module which can add a copy of an existing orderline to an existing order. The module is a backend module, so it need to work without any frontend sessions set. I've tried with the approach below: OrderLine Orderline = new Or ...
25/02/2010 15:55:44
Last post: 09/03/2010 08:54:11
Notification Subscriber mechanism
Hi, Question: I have a notification subscriber that 'listens' to the Order Completed notification, but I notice this code is executed 2 or 3 times shortly after one another. Is this by design ? Here's a sample of the code: [Subscribe(Dynamicweb.Notif ...
03/03/2010 11:55:18
Last post: 09/03/2010 08:40:17
Override DWs standard order mail
Hi guys, I'm wondering if it's possible to render an Order based on a template, by using some of the standard functions in the API. I basicly need to make a module that can render all order informations from a given order, to the frontend, and i'd li ...
15/02/2010 11:37:31
Last post: 09/03/2010 08:36:01
using EditableGrid control
I'm trying to use EditableGrid control on a back office module, but don’t know how to build a Grid like the one shown in the EditableGrid control article. http://engage.dynamicweb-cms.com/Show-Article-361.aspx?PID=2472&ArticleID=211 At this ...
05/03/2010 20:58:20
Last post: 09/03/2010 01:31:50
Factbox functionally
Hey, Is it somehow possible to get hold of the class/method used in "Factbox"? I would like to use it for links instead of a javascript factbox. Lets the customer define a list of links in combination with a word. Wola - words written out o ...
25/02/2010 09:40:39
Last post: 02/03/2010 09:34:31
Sort prices
Hi. How do I make sure that prices will come out in the same order that they are displayed in the ecom. When I iterate through a products prices like this: foreach (Price price in product.Prices) { var option = product.VariantGroups.FindOptionByID(pr ...
09/02/2010 11:44:12
Last post: 02/03/2010 09:27:25
Get the sortorder of a group
How can i retreive the sortorder of a group. If I have sorted a group in the eCom backend, I assume there must be a sorting value somewhere of some sort? kind regards Sune Fengel ...
09/02/2010 16:35:12
Last post: 02/03/2010 09:14:30