PDA

View Full Version : tmanager3 toplist!


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.

Dichotomy
08-04-2004, 01:28 PM
you should use relative link to file when you include.

like this:

<? include("./tmanager3/toplist/toplist_template.html"); ?>

Mathew
08-04-2004, 01:28 PM
template example.

feel free to use other tags as well of course.

and replace X with trade number, thank you.

%%TRADE_NAME_X%% (out.php?u=%%TRADE_URL_X%%)

Dichotomy
08-04-2004, 01:29 PM
also, when you create template for toplist, keep in mind that if you do not specify file extenstion when you save it, it will appear as file without extenstion and should be included as is.