Mathew
08-03-2004, 12:51 PM
1. admin panel, press toplist link.
2. add template, having the according tags in it. In admin panel they're described.
if you upload file to ./tmanager3/toplist/ manually then chmod it to 666.
3. if the file is named _template.html then the result will be template.html etc. the prepending _ is removed when creating a result filename.
4. <? include("./tmanager3/toplist/template.html"); ?> where you wish it to appear on page.
thank you.
2. add template, having the according tags in it. In admin panel they're described.
if you upload file to ./tmanager3/toplist/ manually then chmod it to 666.
3. if the file is named _template.html then the result will be template.html etc. the prepending _ is removed when creating a result filename.
4. <? include("./tmanager3/toplist/template.html"); ?> where you wish it to appear on page.
thank you.