Author |
Topic |
Rasyr
Junior Member
USA
199 Posts |
Posted - 20 August 2002 : 19:51:27
|
WOOHOO!!!!!!!!!!!
ummmm....... it worked... (note: I used false in all of them) |
**TANSTAAFL** |
|
|
Rasyr
Junior Member
USA
199 Posts |
Posted - 20 August 2002 : 19:54:58
|
side note: someplace in all these little fixes and attempts, we also fixed the problem that I was having because of having a UK medium date style. I just checked and it iw working with the UK date format as well
Thank you to everybody in the numerous threads who helped with this problem!! |
**TANSTAAFL** |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 20 August 2002 : 20:00:32
|
Ok, I'm just gonna have to figgure out what is supposed to go in that bool property.
Its probably a varaible, not true or false. |
Nathan Bales CoreBoard | Active Users Download |
|
|
Rasyr
Junior Member
USA
199 Posts |
Posted - 20 August 2002 : 20:07:34
|
but i thought bool wasa true or false?
in the Forum_Forum table there is a field called F_PRIVATEFORUMS, but it is not a boolean value, although it is an integer with the following possible values:
0 = Normal, 1 = Userlist Protection, 2 = Password Protection, 3 = Both, 4 = Members Only
So, what is likely needed is code withing the function that looks for a third value in the arguments array (and sets it to 0 if none is found). Then decide which way to go depending upon what is found.
|
**TANSTAAFL** |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 20 August 2002 : 20:11:12
|
I checked it some more, and to get it working (with or without private forums), it must be false, not true. I.e., if chkForumAccess(fForum_ID, MemberID, false) then
I also noticed an error on line 421 in active_users.asp:
strOnlineLocation = fLang(strLangMOD_Ls3kAU_01330)
which should be:
strPage = fLang(strLangMOD_Ls3kAU_01330)
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
lir
New Member
USA
67 Posts |
Posted - 20 August 2002 : 20:20:43
|
quote: Originally posted by Nathan Its probably a varaible, not true or false.
Pretty sure its false actually. That function will display messages if it is set to true, and you never want to do that.
|
lir |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
lir
New Member
USA
67 Posts |
Posted - 20 August 2002 : 20:22:11
|
What?? That took me 42 seconds to reply, write, and send? ****, I must have been typing slow!
|
lir |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 21 August 2002 : 11:52:52
|
Known Bugs
- Change "0" to "00000000000000"
Fixed in 4.4.11
- Alirt 3.3.x upgrades who had 4.0 installed before that they dont need to update their db
Fixed in 4.4.11
- active_users.asp missing an include
Fixed in 4.4.11
- chkForumAccess is missing a property
Fixed in 4.4.11
- missing those 4 cInt's
Fixed in 4.4.11
- icons need changed to new system
Fixed in 4.4.11
- alt text not internationalized
Fixed in 4.4.11 for 3.4 only
- no support for MSN Messenger for 3.4
Fixed in 4.4.11
- color help links "a bit screwey"
Fixed in 4.4.11
|
Nathan Bales CoreBoard | Active Users Download |
Edited by - Nathan on 21 August 2002 13:06:30 |
|
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 21 August 2002 : 12:11:45
|
icons changing is the easy one - and the link from help.asp to the colors is a bit screwy ...
Sorry bout the cross posts - didn't even notice this topic ... |
Eagles fly!, but weasels don't get sucked into jet engines. |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 21 August 2002 : 12:46:03
|
No problem, the icons are just a pain in the rear because there are so many of them and the alt text is all internationalized.
There are new strings, the lang packs are going to be lacking 10 or 12 of them. Except english, I can keep that up to date. |
Nathan Bales CoreBoard | Active Users Download |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 21 August 2002 : 13:08:31
|
4.0.11 is up at the snitz exchange anymore bug will have to be for 4.0.12 |
Nathan Bales CoreBoard | Active Users Download |
|
|
NOTONEOFUS
Starting Member
12 Posts |
Posted - 21 August 2002 : 23:45:44
|
I'm getting this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'Chkstring'
/forums/inc_header.asp, line 180
I fixed that "New Record" bug in the common functions file, then it gave me that. |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 22 August 2002 : 01:31:25
|
The only way that error can be related to active users is if you didn't install it correctly in that file.
I recomend starting over with a fresh copy of inc_header.asp |
Nathan Bales CoreBoard | Active Users Download |
|
|
Topic |
|