Developer forum

Forum » Templates
Subject
Replies
Started by
Last reply
Retrieving recipient email from select
I'm implementing several designs with a similar functionality, which I can't see how to solve gracefully. Basically, it's a normal contact form, but the user should be able to select the recipient from a select box. As I see it, it's possible in the  ...
Nikki Strømsnes
30/01/2012 10:23:35
Last post: 30/01/2012 14:21:02
Global:Page/Paragraph.Content()
Hi, How can I apply global:page.content() and global:paragraph.content when using xslt templates? I am trying to apply it to the page templates, but since there is no presence of that in the XML... Best Regards, Nuno ...
21/10/2009 13:15:37
Last post: 30/01/2012 11:31:35
a.inpath does not work
Hi. Can anyone help me with this. I have tried to use a.inpath as always, but nothing happens.. The solution runs on DW8... CSS: #header #mainmenu ul li a:link {color:#4e4e4e; text-decoration:none; background-image:none; height:25px; padding-bottom:8 ...
Martin Nonbo
24/01/2012 11:31:24
Last post: 24/01/2012 12:47:09
Implementing Poll on website
Hi everyone, I`m not very experienced with DynamicWeb now, and I have a problem implementing poll on a website (using Poll module). The main question is: Is there any way to implement let`s say 12 questions poll using this module? Creating Poll modul ...
Denys Ubizskyy
16/01/2012 16:12:59
Last post: 24/01/2012 10:37:21
Problem with JQuery UI and DW
Hi! I have a problem with jquery UI tab widget and Internet Explorer 9. I have included the required files via Google and not Dynamicweb because DW had older versions. The widget works in Internet Explorer 9 on the jqueryui.com website, but not after ...
Per Ljung
13/01/2012 15:54:24
Last post: 21/01/2012 16:39:05
Problem with jQuery tabs
Hi I using JQuery UI tabs How do I set it up so the user can update both tabs? Here's teh code i'm using rigth now but this way i can only update the first tab: $(function(){ // Tabs $('#cv-tekst-tabs').tabs(); //hover states on the static widgets $( ...
Jesper Friis
21/06/2011 11:31:00
Last post: 20/01/2012 12:46:57
Counter on page or product etc.
Is there a way to show in frontend how many times an individual page/product/news item etc. has been viewed. Using a DW function instead of the various counters on the web. Should be able to list the views of individual products from ecom and not the ...
Per Søgaard
16/01/2012 10:36:04
No replies yet
If Defined on navigation
Hi, In layout you can do a If defined on content placeholders. Im quite sure I we seen that done on navigations as well - is that possible, if yes how? /Regin Madsen ...
Regin Madsen
20/12/2011 21:49:37
Last post: 13/01/2012 08:31:17
Navigation will only show first level
I am experiencing a strange problem with the dwnavigation. Basically, my navigation will only list the first level. Submenus are not included in the generated source. If I use a parenttag or parentid to point in to a submenu, I will receive this leve ...
Nikki Strømsnes
12/01/2012 09:44:45
Last post: 12/01/2012 10:03:32
If Defined tags with custom fields
I have a customfield called AdImage and have this testcode in a productlist template (code is below) . Its inside a related groups loop. In that loop there are two products. One product with the field "AdImage" defined and one where its not ...
05/01/2011 10:41:00
Last post: 11/01/2012 13:34:35
dropdown menu help
Hi I have a dropdown menu and have 2 problems I cant figure out how to solve. I guess it's something in the LIClean.xslt I have to code but I'm still pretty green with xslt and DW so I hope someone can help me once again. 1. I have used .inpath in my ...
Jesper Friis
30/06/2011 13:05:20
Last post: 11/01/2012 11:39:46
Pameter based search - multiple manufacturers
Hi, Does anyone know if its possible to do a paremeter based search where you search for more than one manucaturer. My search today looks like this: eComSearch=1&manufacturer=Aklima But lets say I want to llok at a second manufacturer - Anoin cou ...
Regin Madsen
08/12/2011 14:02:07
Last post: 05/01/2012 15:17:22
Confirmation email after signing up for newsletter
Hi, I'm making a newsletter form, where the subscribers get a confirmation email after the subscribe. This part is working fine, so far so good. When the email is recieved, theres a link to confirm the subscribtion, the links URL has all kinds of inf ...
Jon Persson
13/12/2011 15:14:02
Last post: 14/12/2011 15:27:59
How to get hold of a extranet user image on a standard html-template?
How to get hold of a extranet user image on a standard html-template? There is no tag defined in <!--@DwTemplateTags--> - and I tried with: <!--@Global:Extranet.Photo--> <!--@Global:Extranet.Image--> But with no luck... FYI: There i ...
Morten S. Hvid
06/12/2011 23:02:25
Last post: 12/12/2011 21:17:27
Multiple set of e-com variants and updated info
We have set up multiple sets of variantoptions in ecom with separate dropdowns for each set on the product page (one for size, one for colour etc.). How can we make the product variant info update (reload with the right info) when one of the dropdown ...
Per Søgaard
23/11/2011 09:19:17
Last post: 09/12/2011 15:37:06
Performance hit when using many includes?
Hi DW, I have a "simple" question. When i'm building a website in Dynamicweb, is there a problem in using includes a lot? I thinking about using multiple includes inside a product loop, is that a problem? Does DW create a cached template th ...
Martin Nielsen
07/12/2011 15:04:11
Last post: 08/12/2011 09:30:51
Extended search - Stock filter
Hi DWs Does any one know how to make Stock filter? I need to make a filter which creates two options, "in stock" and "out of stock", and I can use the number of units in stock. (DW's own stock count). I have tried: Range, Interval ...
Peter Bille Larsen
05/12/2011 16:26:23
No replies yet
nav ed on pagestructure from other website
Hi, How do I setup a navigation that uses the pagestructure from a second website/language Is it possible to use an areaid for "parentid"? /Regin Madsen ...
Regin Madsen
01/12/2011 11:39:26
Last post: 04/12/2011 20:44:00
Global tags i XSLT template
Hi I have the following codes in a xslt template (forms) but it does not render the value of the UserID. The value of userid is rendered in the "normal" global tag Global:Extranet.UserID. I do get the value with savetemplatexml : <Global ...
Aki Ruuskanen
01/12/2011 16:12:27
Last post: 02/12/2011 10:51:31
Inserting navigation outside Master and Page template
Hi guys, I'm using Designs and Layout, and i'd like to know how it would be possible to insert an eCom navigation inside a module template. fx. inside a Product list template. In the old template engine, you just needed to insert our menu template an ...
Martin Nielsen
29/11/2011 08:37:24
Last post: 29/11/2011 11:21:44