Developer forum

Forum » Templates » DwTemplateTags

DwTemplateTags

Nhi A Sy
Reply
Hi,

Why can i not see the output of !--@DwTemplateTags-- ?

I'm use DynamicWeb 8

Regards

Nhi

Replies

 
Morten Bengtson
Reply
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.
 
Nhi A Sy
Reply

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
Reply
Do you have a dark background on the page - the output might simply be black on black.

And the tag is
<!--@DwTemplateTags-->
Also, if there is a loop in your template - try inserting the tag within the loop.
 
Nhi A Sy
Reply

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
Reply
For which module are you trying to get the template tags?
 
Nhi A Sy
Reply

I had try it on different place.

Template:

Masterpage
Page
ParagraphSetup
....

 
Nikki Strømsnes
Reply
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
Reply

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