How do you get the active users mod to work outside of the forum?
I included the config.asp and inc_functions.asp in the pages outside of my forum and added: <% Call ActiveUserTracker() %> to the page as well. It works, however it does not read what page they are on correctly on the active users page. For example if a visitor is on www.mysite.com/default.asp the page says they are at www.mysite.com/forums/default.asp
When the mod processes the location, it only takes into account the file name. (Which is fine as long as your arn't dealing with different directories)
In order to make that work. . . you will need some way of determining what directory you are in in relation to the inc_functions.asp file.
quote: When the mod processes the location, it only takes into account the file name. (Which is fine as long as your arn't dealing with different directories)
In order to make that work. . . you will need some way of determining what directory you are in in relation to the inc_functions.asp file.