Developer forum
Subject
Replies
Started by
Last reply
Texteditor in ForumV2
Hi, Has anyone extended the functionality of the texteditor that the Forummodule uses. For example if I want to show a dropdown with smileys or add a button to include an image? Reagrds/ Aki ...
04/01/2010 22:51:47
Last post: 05/01/2010 12:02:58
favicon.ico
Hi! Is it possible to add a favicon.ico to a single "language layer"? I reckon that if you put the favicon.ico in the "templates" folder, which theoretically is the root off all pages, all "language layers" would get the ...
15/12/2009 01:00:06
Last post: 18/12/2009 09:02:46
Hide page+content after login
Hi, I need to hide content after extranet login. It a bit complex - because we want some content to be shown to all users + some extranet groups, and hide some content for other extranet groups. Is not possible to create a new language area to solve ...
15/12/2009 16:22:19
Last post: 16/12/2009 10:55:50
Extranet Extended formfields
Hi there, I made an Extranet login form with the regular input fields from the template. There a two fields that are setup as textarea instead of input type text. It's address and adress2. How can i make those field also input type text fields? here ...
07/12/2009 17:35:18
Last post: 08/12/2009 15:42:16
Data List: Column value as template tag
Hi, I have a table with the columns ID, Name, Adress, etc and want to show this output in a list and make a link to another page like this:
Pseudo:
<a href="Info.aspx?ID=<!--@Row.ID-->"><!--@Row.Name--></a> This is n ...
30/11/2009 20:02:54
Last post: 07/12/2009 09:04:55
Problems with global elements?
One of our customers are experiencing problems with the list of global elements when trying to insert a global element on a page. The list is very slow and it takes a long time to navigate through the pages in the list. The website is not slow in gen ...
01/12/2009 08:38:30
No replies yet
Problems displaying HTML in datalist template
I changed the form on this page for an editor to be able to format the text. (http://snf.mellombels.no/Default.aspx?ID=11) But when I get the data back into the XSLT, all the html is canged to transformed characters. I even tried to output <xsl:va ...
19/11/2009 09:20:41
Last post: 30/11/2009 14:09:01
import external js file
Hi, How can I maintain the </script> after xslt transformation? I am trying to import and external JS file in to the master template. I write:
<script type="text/javascript" src="..."></script> but after the tran ...
23/10/2009 14:17:45
Last post: 30/11/2009 12:09:47
UPDATE: Performance optimization
Hello my fellow frontend geeks. We have made a small performance optimization regarding navigation tags in Dynamicweb CMS that you might wanna know about. This performance optimization can have an effect on how your @If Defined() tags might work, or ...
10/03/2009 10:28:25
Last post: 25/11/2009 14:21:22
General XML/XSLT courses
Hi Folks I would like to hear if anyone would be interested in a 2 day course in XML/XSLT and XPATH ? Day 1:
- XML
- Basic XSLT and XPATH Day 2:
- Advanced XSLT and XPATH The course will not be free of charge. // Sebastian ...
18/05/2009 11:28:35
Last post: 25/11/2009 10:10:39
Charset for Russian laguage?
I'm about to create in the language/layer module, a layer for Russian pages. I have searched the www for hints about the appropriate charset for the layer but I can't find any final solution. What is the recomendations for the master setup? Is there ...
24/11/2009 19:27:34
Last post: 24/11/2009 23:03:49
menu/output based on a paragraphheader
Hi, I'm trying to make a paragraphheader to work as a parrent link and paragraphtext as it's children. Is this even possible? So if you imagine a paragraphsetup that list all paragraphheader and when clicked, the given paragraph-content related to th ...
18/11/2009 19:16:18
Last post: 23/11/2009 11:59:17
Product groups menu xml
Hi, I am trying to create a product menu in dynamciweb (not eCom Navigation, but using menus) and I can get it to work using exinting xslt templates, but I have no ideia of the xml it is based on. Where can I get an example? The savexml=true URL para ...
20/11/2009 15:53:12
No replies yet
language variables
How is it possible to use language variables in DW7? I seem to remember something about being able to translate words in different languages and using them in the templates with some sort of global template tag. Any suggestions? ...
17/11/2009 11:23:16
No replies yet
Custom tags for custom designs?
Hi i am a neewly hired designer (and to little extent programmer). I have been introduced to DW and think i have a basic grasp of how things work. I have read in the design/template manuals, but do not quite get the workings... My job is to design th ...
16/11/2009 00:33:31
Last post: 16/11/2009 15:46:05
The use of [@If Defined]
Hi Is there a way to use the IF to test if a page has a given page ID of if a menu has any content? ex: < !--@If Defined(DwPageID==2702)-- >
OR can the only be used to tell if a variabel has a value. ...
28/05/2009 10:17:28
Last post: 11/11/2009 08:24:27
xslt & javascript
Hi there i have this problem about a simple menu in xslt i want everytime i click on it a new window to be open here is the peace of code how i am doing that : <a onclick="window.open('{@FriendlyHref}',menubar=1,resizable=1,width=350,height=2 ...
06/11/2009 15:05:03
Last post: 09/11/2009 13:41:09
Example XML of ecom navigation
Where can I see an example of the XML for the ecom navigation? I have a page with both a conventional XSLT page menu and an ecom menu. Have tried this: http://developer.dynamicweb.dk/Weblog-16918.aspx?action=ShowArticle&ArticleID=162 but it only ...
04/11/2009 15:36:36
Last post: 04/11/2009 15:46:34
Show random news from a newscategory
Our client has a lot of so-called LEAN-statements that need to "rotate" on their intranets frontpage. These statements has to be editable which makes us want to utilize the news-module. A random statement has to be shown each time the front ...
06/05/2009 08:43:51
Last post: 03/11/2009 10:57:39
Converts "special characters" from db
Content from database fields presented through Data List templates are converted. Symbols like "<" and "&" are converted to its correspondig HTML character encoding (< and &) making tagged information stored ...
30/10/2009 12:47:04
No replies yet