View Full Version : create new template
11133
12-09-2011, 04:42 PM
i have big problem, ive create couple of templates in one style
later i dont see them, ive search with content (phases) i know they have no results
they disapear, what im doing wrong
they needed me for
www.vbulletin.org/forum/showthread.php?p=2275900
help
There's no trick to it, I'm sure you aren't doing anything wrong. When you save the template are you getting any error messages? Sometimes if there's a problem with the template you'll get a message when you try to save it.
11133
12-10-2011, 03:47 PM
no, i put this code
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">impresum</td>
</tr>
<tr>
<td class="alt1">impresum</td>
</tr>
</table>
$footer
</body>
</html>
and its save with no error, and the impresum.php page show the content from the template, so i assumed the template its created, only problem is i cant access it, ive search for
<td class="alt1">impresum</td>,.... with no results
also listed all templates and didnt find "impresum"
I don't know - did you try just searching for "impresum"? Maybe it's having a problem matching those tags or something.
11133
12-10-2011, 05:29 PM
yes i try that to
even try with $stylevar[htmldoctype]
listed all templates what have $stylevar[htmldoctype] byt didnt find this one :(
11133
12-13-2011, 05:33 PM
someone else with simular problem to help me
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.