Quote:
Originally Posted by Sickthing
The above is confusing me. And I hate to be a complete dummy but....
Two templates? So I'm planning on buying a cheap template from one of the sites you've listed cause my web building is just not up to par.  How the heck does Comus "know" how to work with my template? I'm very confused by this idea of two templates. I hope where I'm confused is clear. I'm having trouble putting it into words.
Thanks again ZZ for all your help!
|
Yeah you need to integrate the comus code into your html template. BTW dynamix is the same guy that runs tgpfactory. If you look at his portfolio my sites at the bottom.
Code:
<html>
<head>
<!--
{{prodbooster}}
{{setquery-new-" periodsshown>-1 order by periodsshown,if(used,-rating,-99999999),refreshdelay DESC,rand() "}}
{{setquery-stage1-" periodsshown>0 order by clickperiods "}}
{{setquery-age1-" periodsshown>0 order by periodsshown,(clicks/clickperiods) desc "}}
{{setquery-age2-" periodsshown>1 order by periodsshown,(clicks/clickperiods) desc "}}
{{setquery-age3-" periodsshown>2 order by periodsshown,(clicks/clickperiods) desc "}}
{{setquery-best1-" periodsshown>3 order by periodsshown,(clicks/clickperiods) desc "}}
{{setquery-best2-" periodsshown>4 order by periodsshown,(clicks/clickperiods) desc "}}
{{setquery-best3-" periodsshown>5 order by periodsshown,(clicks/clickperiods) desc "}}
{{setquery-best4-" periodsshown>6 order by periodsshown,(clicks/clickperiods) desc "}}
{{setquery-best5-" periodsshown>7 order by periodsshown,(clicks/clickperiods) desc "}}
-->
{{include-rollovers.tmpl}}
</head>
<body><center>
[Your site header img here]<br>
<table>
{{all-thumbs-1-7-query-best1}}
{{all-thumbs-1-7-query-best2}}
{{all-thumbs-1-7-query-best3}}
{{all-thumbs-1-7-query-best4}}
{{all-thumbs-1-7-query-best5}}
</table>
<br>
[banner here]
<br>
<!-- {{all-thumb-1-query-new}} Hidden Thumb for new stuff -->
<table>
{{all-thumbs-1-7-query-stage1}}
{{all-thumbs-4-7-query-age1}}
</table>
<br>
[banner here]
<br>
<table>
{{all-thumbs-5-7-query-age2}}
</table>
<br>
[banner here]
<br>
<table>
{{all-thumbs-5-7-query-age3}}
</table>
<br>
[Toplist here ]
</center>
</body>
</html>
This thread in the comus help forum should explain it.
http://www.nibbi.net/scripts/comus/f...pic.php?t=1854