|
|
|
|
|
|
|
![]() |
#1 |
WHO IS FONZY!?! Don't they teach you anything at school?
|
the toplist templates are easy enough, the .templ files are where you set toplist layout, .html is the files updated every 1hr .. you call the file the same way as the in.php .. eg
<!--#include file="toplist/template1.html" --> for ssi default apache server setups when using ssi you have to call/save the file as *.shtml for ssi to parse .. some servers have ssi parsing truned on so this is not needed, depends on your host .. are you counting hits in without problems? if you are using ssi this will be the indicator for working or not. you should probally save .htm as .shtml anyway, best practice ![]() the code to count hits in using ssi is <!--#include file="in.php" --> hope I got that out clear ![]() |
![]() |
![]() |
![]() |
#2 |
WHO IS FONZY!?! Don't they teach you anything at school?
|
you using php or ssi .. thought is was ssi because of this page "df.htm" ??
|
![]() |
![]() |
![]() |
#3 |
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
Join Date: Feb 2007
Posts: 57
|
well you see the df.htm was my archve test page for the script, now i have it on my whole site, so i am trying to input the toplist on the main site (defyit.net) i want it at the bottom, right below the last block of videos. now im pretty sure its php because im running joomla and i have tried this exact php include along with the ssi include and both of them dont show up.
<?php include("blah/template1.html");?> and it doesnt insert the toplist. |
![]() |
![]() |
![]() |
#4 |
WHO IS FONZY!?! Don't they teach you anything at school?
|
guessing here .. with joomla template system you will need the full path to file eg /home/username/site.com/html/toplist/template1.html
|
![]() |
![]() |
![]() |
|
|