Fork me on GitHub

Xconnections and type tool  Bottom

  • Has anyone gotten typetool to work with the Xconnections Xanthia theme from http://www.designs4nuke.com. Here's a forum post that should have helped, but I still can't figure it out.

    http://forums.postnu…e=viewtopic&t=42523

    This is what the tail end of the code in my Master.htm file looks like.

    Code

    <!-- start main part of page -->
    <div id="main">
       
        <div id="content">
            <!--[$maincontent]-->   
        </div>


        <div id="sidebar">
                <!--[$leftblocks]-->
                <!--[$rightblocks]-->   
        </div>
    <p id="footer">
    <!--[footmsg]-->
    <br />
    Theme courtesy of <a href="http://www.designs4nuke.com">Designs4Nuke.com</a>
    </p>
    </div>
    </div>
    <!--[typetoolv80]-->
    </body>
    </html>
  • Ok, actually, I just realized my mistake. I didn't add the typetool tag to the home.htm and nocolumns.htm templates. Shite. So now the master, home and nocolumns have the same ending (below), and it works.

    Code

    </div>
    </div>
    <!--[typetoolv80]-->
    </body>
    </html>

This list is based on users active over the last 60 minutes.