Developer forum

Forum » Templates
Subject
Replies
Started by
Last reply
savexml
using param savexml=true saves the normal pagenavigation XML i Templates->Navigation folder but how about the eCom navigation XML using similar functions ? ...
28/05/2008 11:42:20
Last post: 28/05/2008 11:55:20
eCom group listing adds table
When listing products from eCom groups the following html is wrapped around my own html: <tr> <td></td> <td colspan="11" valign="top"> [my product html as written in the template] </td> </tr> Wh ...
27/05/2008 14:55:21
Last post: 27/05/2008 15:19:45
Password Reminder Sender email
Howdy I have a page which requires extranet login. When a some uses the PasswordReminder the sender of the mail they recieve is eg. info@mydomain.com, i know how to change it for the whole solution. The problem is that there are several sites hostet  ...
23/05/2008 11:36:52
Last post: 26/05/2008 21:26:51
Weblog - Printerfriendly article
How can I make a "Print" bottom in the ShowArticle template? I want to be able to printout the article, not the categories, menu and stuff like that. ...
23/05/2008 10:00:06
Last post: 25/05/2008 15:36:48
styling forms
Hi! How can I style forms? Shouldn't there be a way to give each formfield a class? -jan ...
22/05/2008 13:37:05
Last post: 21/08/2008 11:46:58
DwTemplateTags
Hi, Is it possible to render the 'old' previous DwTemplateTags output. Because sometimes it is a bit messy to render a table layout at a specific point in your template. And when viewing the source of the page to view the template tags the text forma ...
21/05/2008 12:08:19
Last post: 27/05/2008 09:53:47
Calendar eventlist and detail at the same time
Hi, is it also possible to configure a template where the eventlist and event detail can be displayed on the same page? CalendarV2 does not (yet) have the display on a page or paragraph function like newsv2? Regards, Remi ...
21/05/2008 11:30:39
Last post: 26/05/2008 21:17:38
"Login here"
Hi, I want to have a global paragraph with a login form, so the user can login at any time. I built a form that posts the info to an extranet webpage, and if everything is allright, redirect them to another page. This process works, but the user is a ...
15/05/2008 17:44:18
Last post: 20/05/2008 22:57:51
News and List at the same time
Is it still not possible with the V2 news module to show both a list of news _and_ one selected news item on the same page, using two paragraph modules? ...
08/05/2008 16:30:00
Last post: 15/05/2008 18:38:56
Output date today
Is it posible to write "Today is DD-MM-YYYY" on a page? I have tried to use the tag "@Global.Server.Date" but there is no output. Michael ...
07/05/2008 11:11:11
Last post: 07/05/2008 11:56:18
Rendering tags in Loop header and footer
How do I render template tags in the Header section of the loop? In the following example I would like to render the product id into the image id in the header <!--@LoopStart(Pricelist)--> <!--@HeaderStart--> <img id="Img_<!--@ ...
06/05/2008 11:26:57
Last post: 06/05/2008 12:52:08
if global tag not working
Hi, I am trying to use the if global tag within a news_v2 template, but it does not work. It is working in the page template, but not in the module template. If you check out the HTML renderd page, the tag is rendered as if it was an html comment. Ca ...
30/04/2008 20:00:04
Last post: 19/05/2008 16:33:45
If loop contains elements
Hoi, I'd like to know if it's possible to test if me loop returns anything. i have a problem where i've made a custommodule that returns a collection of searchresults, which i list in my template with the following code: --- <table> <tr>  ...
28/04/2008 11:20:44
Last post: 28/04/2008 12:50:07
Iframe - how to
Hi, I've tried to iframe both @DwContent and @ParagraphText, but the content is not outputted. If I type in some text, the text is shown. < iframe src="/files/templates/page/frame.html" width="560" height="300" scroll ...
24/04/2008 11:18:01
Last post: 24/04/2008 16:14:16
selected menu item
Hello! I'm new to DW so this question might be a dumb one. I'm playing around width xslt menus and cant seem to display a menu item as selected.Similar to 'Developer forum' beeing marked in blue on the top of this page. There was a previous posting a ...
23/04/2008 13:17:18
Last post: 03/03/2014 13:39:25
Extranet - User account automatically ends
I use the extranet with user that can be members by applying on the web. I want the user accounts automatically to end after a period of e.g. 1 year or even better, if the account hasn't been active (logged in) for e.g. 6 month. Is that possible - if ...
21/04/2008 22:03:09
Last post: 30/04/2008 19:51:06
Extranet - User decide groups
When using extranet module, you can make it possible for the user to subscribe as members to groups that you (administrator) allows them to be member of. I want to give the user the choice - to select membership of certain (or all) of the groups that ...
21/04/2008 22:00:27
Last post: 22/04/2008 16:16:43
Newsletter extended - email tag?
Can I show the subscribers email address when sending a newsletter? Something like, "You are subscribing to our newsletter with the email address name@domain.com..." Michael ...
17/04/2008 16:48:30
Last post: 23/04/2008 12:25:43
use of If tags
Hello, I have the idea that I may be able to use the below functionality .. <!--@If Defined(Global:Extranet.UserName)--> You are logged in as:<br /> <strong> <!--@Global:Extranet.Name--> </strong> <!--@EndIf(Global:Ex ...
15/04/2008 13:01:51
Last post: 17/04/2008 13:08:35
If...else statements and custom checkboxes
Is it possible to use the If...else statement together with custom checkboxes? If you have a textbox you can show different things depending on whether the field is filled or not. It is done like this: <!--@If Defined(TagName)--> Show something ...
14/04/2008 08:32:40
Last post: 14/04/2008 09:13:13