Quote:
Originally Posted by ptenthus
Okay, no problem...
Help me with this one thing and I should be up and running.
Here is a snippet of the first template in warn.xml:
Code:
<templategroup name="Ungrouped Templates">
<template name="WARN" templatetype="template" date="1100330326" username="sv1cec" version="3.0.1"><![CDATA[$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $pagetitle</title>
$headinclude
</head>
<body>
$header
$navbar
<BR>
<if condition="$bbuserinfo[userid]=='0'">
I understand the variables you have at the beginning (defining the template name, etc.) but where do I start copying the contents of the template - I assume the "![CDATA[" portion is not part of the template itself...
Thanks.
|
You are right, whatever is after CDDATA[ is the real template.
Sorry you have to go through this mess, but I do not know how the templates thing works, if you have it different than ... stock.
Rgds