Author |
Topic |
|
ddg21
Starting Member
USA
5 Posts |
Posted - 14 January 2004 : 22:26:21
|
I have just updated my forum to V 3.4.04 and decided to try my hand at the active users MOD 4.0. I have been unsuccessful on two attempts now. Has anyone successfully installed this MOD on the new version?
I was getting a "Type mismatch: 'ActiveUserTracker'" error on my inc_headers.asp file but I suspect that I made an error somewhere while editing. The line numbers in the readme are not quite the same as the ones for the new version. Thanks |
John
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 15 January 2004 : 05:08:24
|
The mod will work on 3.4.04, as the forum is still the same major version.
Did you add the AU-code into inc_func_common.asp? The Sub ActiveUserTracker is part of that code, and if it is missing it will cause a type mismatch error. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
Edited by - masterao on 15 January 2004 05:24:46 |
|
|
NorwegianViking
Junior Member
Denmark
119 Posts |
Posted - 15 January 2004 : 06:15:25
|
Hi ddg21
Yes, I have succesfully installed this MOD on v3.4.04
The only challenge compared with 3.4.03 installation is the update in pop_profile.asp, where the code to look for is slightly different between .03 and .04
The help file says: Find two instances of: if strBio = "1" then strSql = strSql & ", M_BIO = '" & chkString(Request.Form("Bio"),"message") & "'" end if around 1211 and 1482
These instances is not similar, though. One instance has a space before M_BIO, the other has a Tab. So search will not help you if you use the whole string to search with.
The line numbers is 1238 and 1538 for an unMODded v3.4.04
This has probably nothing to do with your problem, ddg21, but it may be helpful to others that wants to install this very helpful MOD.
|
kind regards NorwegianViking
Mod installation for beginners | User registration problems?
|
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 15 January 2004 : 08:33:19
|
Thanks for that piece of info, NorwegianViking. That will be helpful for new Snitz users adding the AU-mod to their forums. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
NorwegianViking
Junior Member
Denmark
119 Posts |
|
ddg21
Starting Member
USA
5 Posts |
Posted - 15 January 2004 : 13:14:35
|
Thanks guys. I will try it again tonight and see if I can get it to work. |
John
|
|
|
ddg21
Starting Member
USA
5 Posts |
Posted - 15 January 2004 : 22:05:43
|
You hit it right on the head, Masterao. I did not get all of the code pasted in the inc_func_common.asp file. It seems to be working fine now. Thanks for the help |
John
|
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
|
Topic |
|