Developer forum
Subject
Replies
Started by
Last reply
Is DwLegend working in Design and Layouts?
My breadcrumbs seem to be not working in DW8 with Designs and Lay-outs - can this tag not be used any more? (Works fine in old DW Stylesheet templates....) ...
Per Søgaard
21/10/2014 16:19:45
Last post: 22/10/2014 08:15:00
Forms for data lists - mail subjects
Hi, Is it possible to set the mail subject directly in the form, and not just by what you enter in the module settings. We have a customer who needs to get some of the info entered in the form directly in the subject. /Regin Madsen ...
Regin Madsen
20/10/2014 08:16:53
No replies yet
content placeholder DW 8.5.0.1
Guys, What happened to the content placeholders? It seems to generate some extra closing tags when not using a self-closed tag. <div class="row homepage-usp-boxes dwcontent" id="home-usp" title="Home: USP" settings="template:Designs/System/homepag ...
Ben Doorn
30/09/2014 17:59:35
Last post: 14/10/2014 12:34:22
If statements
Hi. In DW manual (http://templates.dynamicweb.com/TemplateTags/Dynamicweb-template-tags/General-tags/If-statements.aspx) are saying in syntax
<!- -@If[ Not](Templatetag How can I use negative form like IF [Not] contains ...
George Nelzo Pereira
10/10/2014 15:53:42
Last post: 10/10/2014 21:08:52
Trouble using old translate tags in combination with razor
Hi, I'm having some trouble using the old translate tags in combination with razor in two scenarios. Scenario 1 The following piece of code are from a productlist template: 59: @if (Pageview.Area.ID != 10) {
60: <strong><!--@Translate(Produk ...
Thomas Clausen
08/10/2014 13:52:02
Last post: 08/10/2014 14:13:12
RE: Generate PDF based on specific defined template
Hello, I have created a custom print.html template, which renders a print version of a given page. The print layout when hitting ctrl+p or a button command is just fine, however when I try to create a PDF on the given page by adding ?pdf=true&lan ...
Mikkel Toustrup Olsen
24/06/2014 09:00:17
Last post: 07/10/2014 15:14:05
11
Subscribe
Multiple website languages - count is still 0
Hello, I am currently working on a project in which I have a bunch of websites which need to have multiple languages. Though the same content, of course just translated to the respective culture. Untill today I have always worked on single websites i ...
Mikkel Toustrup Olsen
06/10/2014 15:29:06
Last post: 06/10/2014 18:09:34
Item publisher
Hi, I'm using the Item publisher to create a list of content from an item list used in a few paragraphs on a child page. This works very well. Furthermore it works very well, when I click on the list elements and displays the content. My problem is, ...
Martin Kure
06/10/2014 14:07:12
Last post: 06/10/2014 15:48:38
Link to certain paragraph within a content placeholder
Hi, Is there a way to link not to a whole page, but only a specific paragraph within a placeholder? I would like to not only link to that part, but be able to set a template, that displays the content, whenever I click the link. Example - employees: ...
Martin Kure
02/10/2014 12:51:25
Last post: 06/10/2014 09:21:06
How can I show a single users contact information?
How can I show a single users contact information (Profile info) from User Management Center in front end? Not a list but a single user shown without him being logged in. ...
Per Søgaard
02/10/2014 16:15:42
Last post: 03/10/2014 11:45:31
Newsletter V3 signup issue
Hello, I have a question about a Newsletter V3 signup. If the login customer has no recorded mail in the system - he has no chance to be signing up for a newsletters because he will not get Email confirmation. Is that expected behavior? Take a screen ...
Georgi Nikoloff
01/10/2014 17:20:25
Last post: 02/10/2014 15:52:28
@Item.RenderList - SelfItem missing
Hi guys, It seems to me that I can't use the @Item.RenderList to publish items that are children of an item without specifying ID's... If I put the below code in the template of my References page I get the output I want (all References listed fine), ...
Jacob Storgaard Jensen
02/10/2014 15:39:36
Last post: 02/10/2014 15:49:00
Request Loop Counter inside Related Product Loop
Hi, Is there a Tag that available for this loop <!--@LoopStart(RelatedProducts)--><!--@LoopEnd(RelatedProducts)-->? If I use this TAG <!--@Products.LoopCounter-->, Dynamicweb shows the loop counter value for <!--@LoopStart(Produc ...
Daniel Arribas
02/10/2014 13:19:33
Last post: 02/10/2014 15:32:57
Search weighted
Hi! We are building a new project, where we need to devide search results in to different groups. See Screen attached. Fx. the searchresults should show groups of items as Pages and News. You get the point, when looking at the screen.. Is that possib ...
Martin Gammelholm
01/10/2014 10:25:31
Last post: 01/10/2014 10:36:50
Page template and the settings attribute
Hello, I'm having troubles getting the default paragraph template attribute working in my page template. I've been following the example in this PDF:
http://developer.dynamicweb.com/Admin/Public/DWSDownload.aspx?File=Files%2fFiler%2fDocumentation%2fD ...
Martin Gammelholm
30/09/2014 09:47:21
Last post: 30/09/2014 10:48:51
razor loop through paragraph
Hi, I'm using razor and I would like to loop through paragraphs on a page - a bit like I could do with with the template tag <div class="dwcontent" id="Nyhedssliderbox" title="Nyheds Slider"> Is there a way in razor, where you can loop through ...
Martin Kure
29/09/2014 14:23:32
Last post: 30/09/2014 10:01:34
11
Unsubscribe
ItemPublisher sorting not working correctly?
Hello, I am working on a 8.4.1.12 solution on which I have multiple items and therefore multipleItemPublishers. I have stumpled upon a very annoying issue. My Items are sorted in the backend (by dragging and dropping them in the right order) -> ev ...
Mikkel Toustrup Olsen
29/09/2014 15:53:42
Last post: 29/09/2014 20:06:46
filreferencer udenfor base directory er ikke tilladt
Hi, I've made an item, where you can pick an image. But whenever I pick an image and try to save it. I get following error: "filreferencer udenfor base directory er ikke tilladt" I upload the images to the root/Billeder folder. Regards Martin ...
Martin Kure
26/09/2014 12:54:12
Last post: 26/09/2014 13:49:32
Formatting order date
In my order-mail-template I would like to format the order date into MM-DD-YY. Can this be done with DW tags? Right now <!--@Ecom:Order.Date--> returns MM-DD-YYYY. I'm on DW version 8.1.2.6, so I cannot use Razor. ...
Filip Lundby
25/09/2014 13:42:45
Last post: 25/09/2014 15:52:42
Product image in xlst menu
Is it possible to get productimages or product kategori images in a xlst script so they can be shown in a menu? ...
Jim Trebbien
25/09/2014 14:26:45
Last post: 25/09/2014 15:34:47