Author |
Topic |
|
staticvoid
Starting Member
5 Posts |
Posted - 03 August 2005 : 17:50:13
|
Implemented Active User Mod 4.0 from http://ls3k.com/
I followed every instruction with the copying and pasting of codes.
Now I get the %> on the very top of the page. http://www.alloutwar-guild.com
Any ideas?
Thanks. |
Edited by - staticvoid on 03 August 2005 17:53:11 |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
staticvoid
Starting Member
5 Posts |
Posted - 03 August 2005 : 19:02:46
|
isnt there :( |
|
|
Shadow69
Starting Member
18 Posts |
Posted - 04 August 2005 : 04:08:55
|
I remember reading a recent post about this annoyance... i've done a search but can't find it, anyways check in config.asp
<!--INCLUDE FILE="LangMODS_Ls3kAU4_1030.asp" --><!--INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><!--INCLUDE FILE="LangMODS_Ls3kAU4_1034.asp" --><!--INCLUDE FILE="LangMODS_Ls3kAU4_1036.asp" --><!--INCLUDE FILE="LangMODS_Ls3kAU4_1037.asp" --><!--INCLUDE FILE="LangMODS_Ls3kAU4_1041.asp" --><!--INCLUDE FILE="LangMODS_Ls3kAU4_1043.asp" --><!--INCLUDE FILE="LangMODS_Ls3kAU4_1046.asp" --><!--INCLUDE FILE="LangMODS_Ls3kAU4_1053.asp" --><!--INCLUDE FILE="LangMODS_Ls3kAU4_2070.asp" --> %>
|
Image, we want only honest people, here! You will NEVER get back! |
|
|
staticvoid
Starting Member
5 Posts |
Posted - 04 August 2005 : 14:39:22
|
wow i actually dont know how it got fixed but somehow its on those 3 files. coz those were the only 3 files i poked around into.
LangMODS_Ls3kAU4.asp LangMODS_Ls3kAU4_1033.asp config.asp
thanks for guiding me to the right direction ;p |
|
|
Foetus
Starting Member
Italy
6 Posts |
Posted - 06 August 2005 : 21:58:08
|
I've another problem.....
How i can obtain the date on european format with this mod?
With the mod i obtain somewhat that is MM/DD/YYYY and HH:MM:SS AM/PM
I want DD/MM/YYYY and HH:MM:SS (24h).
Sorry for my bad english! |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 07 August 2005 : 17:09:31
|
Foetus, you set the format for date in Forum Admin Options under Server Date/Time Configuration. AU uses the same format for date that the forum uses. If you want to display the date differently in AU than in your forum, you have to do some code changes. Im too tired at the moment to check out how the new code should look like. If no one have helped you when I get back tomorrow, I'll look it up. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Foetus
Starting Member
Italy
6 Posts |
Posted - 11 August 2005 : 11:40:08
|
quote: Originally posted by masterao
Foetus, you set the format for date in Forum Admin Options under Server Date/Time Configuration. AU uses the same format for date that the forum uses. If you want to display the date differently in AU than in your forum, you have to do some code changes. Im too tired at the moment to check out how the new code should look like. If no one have helped you when I get back tomorrow, I'll look it up.
i set up correctly the Server Date/Time Configuration : the others dates of the forum works.
But with this mod i get, for example, "8/11/2005 4:27:50 AM" |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 11 August 2005 : 17:09:17
|
Snitz uses the function chkDate to format and display the date/time, the LCID is only used to set how the base date/time is used (before chkDate formats it). Time and Date is set in admin options.
Foetus, do you have an url to your forum? Also, can guests view the active users page? If not, do you have a test account that I could use to view the AU-page? I'll take a look at it, if you want me to. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Foetus
Starting Member
Italy
6 Posts |
Posted - 12 August 2005 : 10:08:43
|
quote: Originally posted by masterao
Snitz uses the function chkDate to format and display the date/time, the LCID is only used to set how the base date/time is used (before chkDate formats it). Time and Date is set in admin options.
Foetus, do you have an url to your forum? Also, can guests view the active users page? If not, do you have a test account that I could use to view the AU-page? I'll take a look at it, if you want me to.
http://www.naz-toscana.leganord.org/datanews/forum/ |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
Foetus
Starting Member
Italy
6 Posts |
Posted - 12 August 2005 : 13:26:00
|
quote: Originally posted by modifichicci
That is right, masterao, but I think that in foetus forum that LCID is set to 1033, instead of 1040 that is Italian LCID. That make date showing in the american format in mods that doesn't use properly the chkDate function (such as Classifieds and I think Active Users)
I've tried to change LCID = 1040 but active mod don't work correctly (from 2 max active users it jump to 11)....
|
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 12 August 2005 : 17:43:43
|
quote: Originally posted by modifichicci
That is right, masterao, but I think that in foetus forum that LCID is set to 1033, instead of 1040 that is Italian LCID. That make date showing in the american format in mods that doesn't use properly the chkDate function (such as Classifieds and I think Active Users)
Active Users 4.0 and later versions of it uses the chkDate function, which makes this a little strange.
Foetus, I cannot see the active users page on your forum. Do you have it set so that only members can view it? If so, do you have a login that I can use to see the AU-page? |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Foetus
Starting Member
Italy
6 Posts |
Posted - 13 August 2005 : 11:37:25
|
quote: Originally posted by masterao
quote: Originally posted by modifichicci
That is right, masterao, but I think that in foetus forum that LCID is set to 1033, instead of 1040 that is Italian LCID. That make date showing in the american format in mods that doesn't use properly the chkDate function (such as Classifieds and I think Active Users)
Active Users 4.0 and later versions of it uses the chkDate function, which makes this a little strange.
Foetus, I cannot see the active users page on your forum. Do you have it set so that only members can view it? If so, do you have a login that I can use to see the AU-page?
In the var highestActiveUserDate i have "8/12/2005 7:55:32 PM". There's a function to convert it to "12/08/2005 19:55:32" ?????
You can use id:testprova pass:provatest
(be aware : the forum is mainly in italian) |
Edited by - Foetus on 13 August 2005 11:53:47 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 13 August 2005 : 20:35:12
|
Does it only display the wrong date on the default.asp page? If so, you could post a link to a text-version of your inc_activeusers.asp?
Do you use the active_users.asp page? If you do, could you also provide a link to the Active Users Page? I cannot find the link to it, and I notice that you don't use the standard name for it (active_users.asp). |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
|
Topic |
|