Developer forum

Forum » CMS - Standard features
Subject
Replies
Started by
Last reply
Removing margin from printed PDF
Hi there, Is there a way to remove the margin on the page for printed PDFs (using pdf=true)? Currently there's about half an inch of margin on all four sides and I would like to get rid of that. Imar ...
Imar Spaanjaars
10/01/2014 15:06:22
Last post: 16/01/2014 14:13:14
Allow PDFs to be viewed in the browser
Hi there, I have an Ecommerce template with code like this: <a href="/Files/Files/ProductSpecSheets/<!--@Ecom:Product.Number-->.pdf"><i class="fa fa-file-text"></i> Spec Sheet (PDF)</a> However, when  ...
Imar Spaanjaars
10/01/2014 11:33:50
Last post: 16/01/2014 14:10:02
Error when saving item instance
Hi, With the code below I have created the item "PagePropertiesItemEntry". I have attached the item to a website as page properties (in the Websites module). When I edit a page and sets a checkmark for one of the choises eg. "Facebook& ...
Lars Larsen
16/01/2014 11:35:38
No replies yet
razor template tags?
Hello, I am working with razor in DW on a daily basis, and I wonder how to get the old <!--@DwTemplateTags--> in a razor template? :-) I got this piece of code, which does some of the work, however I can't get the "deeper" fields when ...
Mikkel Toustrup Olsen
16/01/2014 09:31:16
Last post: 16/01/2014 10:51:18
Number of pages limit?
Is there a limit to how many pages a solution can have? I have a customer saying he cannot create a new page because he used all available pages. ...
Jim Trebbien
14/01/2014 10:31:00
Last post: 14/01/2014 10:54:24
DW 8.4 URL Provider for items
Hi, I have a question regarding the interface context for the new feature "URL Provider for items" to be released in version 8.4. Why is this setting placed in the context of the definition of the individual item type? Why not incorporate i ...
Jens Jakob Vedel Kristensen
13/01/2014 10:16:54
No replies yet
Forms and Datalist
I've created a access database. And uploaded it to DW. I've created the connection, and all seems to work great. But when I use the form created with the form module, it does not follow the auto increment rule given in the access database. It ends up ...
Tom-Erik Paulsen
08/01/2014 16:37:22
Last post: 09/01/2014 12:26:52
breadcrumb xslt dwnavigation missing showinlegend items in xml
I am having trouble rendering a proper breadcrumb. In the site there pages which are hidden from the menu but should be visible in the breadcrumb. I am using the dwnavigation settings expandmode pathonly. From the attribute @ShowInLegend i can determ ...
Remi Muller
26/03/2013 17:23:02
Last post: 09/01/2014 11:47:11
Create new user - Editor
Hello DW guys, Basic question here, I have to make a user - that has very limited possibilities in DW. Admin has a bit too much freedom (I think) like access to "Management center" etc... any way I could restrict that? /Dmitrij ...
Dmitrij Jazel
08/01/2014 10:49:08
Last post: 08/01/2014 16:11:59
Problem with performance in eCom
Hi guys We have set up a site using version 8.3.1.8. This is in general working as intended, we do however have a problem with performance. Loading the product pages and cart takes a really long time, and when I use the ?debug=true function I get som ...
Kasper Vesth
08/01/2014 11:00:19
No replies yet
Errors when trying to query Item Fields with razor?..
Hello, I'm ran into a few problems when I tried to query my Item's fields/properties with razor in a oaragraph template (.cshtml) of course. My code is the following.. @{ var img = @GetValue(Item.NameOfProperty) -> In my case var img = @GetValue(I ...
Mikkel Toustrup Olsen
07/01/2014 10:58:45
Last post: 07/01/2014 13:32:52
Items – Important Notes for Dynamicweb 8.3.1
We've made some changes in how Items restrictions work in Dynamicweb 8.3.1. These changes make it much easier to control which items can be created in a given place in the page tree. Please read Important Notes for Dynamicweb 8.3.1 before upgrading a ...
Mikkel Ricky
31/10/2013 11:15:00
Last post: 06/01/2014 15:13:59
URLs has changed after upgrade
Hi! We have recently upgraded to DynamicWeb 8.3.0.7 fra 8.2.0.3 As a result of this some of the old urls in the solution has changed. There is a page named "Research & Faculty", before the URL was research-faculty.aspx, but after the up ...
Ole Martin Bakke
09/12/2013 14:40:47
Last post: 12/12/2013 16:58:02
search through product catalog
Hi, (front-end) searching through product catalog: - Capitalized search words are not found : "Bloemkool" is not found, "bloemkool" is found. Both "Bloemkool" and "bloemkool" exist in the products; - Problem wi ...
Ton Martens
28/11/2013 15:39:39
Last post: 12/12/2013 07:53:24
Forms (For Data Lists) empty after move
Hi I am having a problem with the Forms (For Data Lists) module. We have been developing a site on our local server, and when we move the site (both database and file set) to the production server all our forms seem to disappear from det backend. The ...
Kasper Vesth
26/11/2013 11:34:03
Last post: 12/12/2013 05:25:17
.HtmlEncoded with Slash
Hi, How is the .HtmlEncoded() tag extention matched in .NET? I noticed that a slash '/' is not encoded with .HtmlEncoded() , and we are getting W3C errors in titles and alt, when users introduce that character in the product names. Is there even some ...
Nuno Aguiar
10/12/2013 19:24:10
Last post: 11/12/2013 15:16:19
Forms (datalists) misses default datetime field
Hi, Is it possible to enhance the Forms (datalists) so that every formentry gets it's datetime-stamp of the moment the form was submitted? Without it, it's impossible to know when a form was submitted. Thanks Ton ...
Ton Martens
05/12/2013 15:23:14
Last post: 05/12/2013 16:44:44
Redirect to first subpage / most recently added subpage
Hi, I was wondering if it's possible to always redirect a page to the first child-/subpage. I have a "news" page, with a lot of subpages which are the actual news. When i click "news" in the menu, I would like the page to redirect ...
Rene Poulsen
02/12/2013 12:57:31
Last post: 03/12/2013 13:24:31
DM Forms sql injection check. How to exclude a field.
DW version 8.3.1.1 I have a form where i want to allow html to be posted on 1 field. If i try this i get a 404 error. I am almost sure this is the dw sql injection check. When i disable the sql injection from Management Center then i still get the 40 ...
Remi Muller
15/11/2013 12:40:22
Last post: 29/11/2013 14:21:38
News v2: List displaying multiple/obsolete news items after updating to DW8.3
We recently updated one of our solutions from 8.1.0.0 to 8.3.0.2, and are having some problems with the news listing. There is quite complex categorization on the solution; some news items are placed in multiple categories, and some news paragraph mo ...
Joakim Tønnesen
14/09/2013 13:03:15
Last post: 25/11/2013 15:47:29