Hi,
Why can i not see the output of !--@DwTemplateTags-- ?
I'm use DynamicWeb 8
Regards
Nhi
Developer forum
E-mail notifications
DwTemplateTags
Nhi A Sy
Posted on 07/05/2012 09:41:29
Replies
Morten Bengtson
Posted on 07/05/2012 09:53:53
It should be visible. Try to scroll down the page as the output is appended at the bottom. I old versions of Dynamicweb the ouput was included inline together with the output from the module.
If its still not visible, try view source and see if you can find anything at all.
If its still not visible, try view source and see if you can find anything at all.
Nhi A Sy
Posted on 07/05/2012 09:57:49
Dear Morten
It's not showing anything at the bottom at the page and not i the source code.
The DwTemplatetags is gone in the source code.
David Matheson
Posted on 07/05/2012 12:26:40
Do you have a dark background on the page - the output might simply be black on black.
And the tag is
Also, if there is a loop in your template - try inserting the tag within the loop.
And the tag is
<!--@DwTemplateTags-->
Nhi A Sy
Posted on 07/05/2012 12:55:52
Hi,
I do not have dark background, and the source code are not showing any "tags"
Dynamic Web render the @DwTemplateTags, because i can't se the "comment" in source code.
Maybe it's a bug in DynamicWeb v8?
Lise Trabjerg Pedersen
Posted on 07/05/2012 13:40:02
For which module are you trying to get the template tags?
Nhi A Sy
Posted on 07/05/2012 13:55:39
I had try it on different place.
Template:
Masterpage
Page
ParagraphSetup
....
Nikki Strømsnes
Posted on 11/05/2012 13:48:01
Try inserting this on the same page (or move it to your stylesheet):
<style> #DwTemplateTagsTable, #DwTemplateTagsTableGlobal { background:#fff; color:#222; position:fixed; top:0; left:0; z-index:9999; } </style>
Jesper Laustsen
Posted on 30/05/2012 11:30:30
I actually have the same problem on a new DW 8 running a local custom mod. project. I have used the guide for setting up a DW 8 custom module to run from Visual Studio(Guide made by DW), and use IIS as debugger instead of VS built in webserver(as suggested in the guide). (Not that I think this setup matters at all)
I have added DwTemplateTags to the standard "Reciept" template of cartV2, and added my own comment tag just above it. When run, view source shows my comment, but the DwTemplateTags renders EMPTY - it has nothing to do with styling or colours. It renders - but outputs nothing.
Is there a new system setting to disable all template tag output?
Jesper/NORRIQ
(My DW version is 8.0.2.2)
You must be logged in to post in the forum