Author |
Topic |
Steve D.
Average Member
USA
640 Posts |
Posted - 16 April 2002 : 16:44:31
|
Is there any way that the config option: Show UserIP to Administrators can be set to different levels of membership? It was like that in 3.5 I believe.
Also is there a way to hide the Admin from the Active User's page, but not allow Anonymous for anybody else?
I seem to remember in 3.5 Admin not showing up for guests on members?
Other than that I love the new changes, especially sorting out guests and registered users.
Very Cool!
---------------------------------------- Badges? We don't need no stinking badges |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 16 April 2002 : 17:23:31
|
quote:
Is there any way that the config option: Show UserIP to Administrators can be set to different levels of membership? It was like that in 3.5 I believe.
Not from the Admin panel...
quote:
Also is there a way to hide the Admin from the Active User's page, but not allow Anonymous for anybody else?
I seem to remember in 3.5 Admin not showing up for guests on members?
Same answer as before.
------------------------------------------------- Installation Guide | Do's and Dont's | MODs
Edited by - ruirib on 16 April 2002 17:25:02 |
|
|
Steve D.
Average Member
USA
640 Posts |
Posted - 16 April 2002 : 18:18:42
|
Doh!!!! Oh well, I'll have to live without it for now.
---------------------------------------- Badges? We don't need no stinking badges |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 16 April 2002 : 19:51:48
|
quote: Is there any way that the config option: Show UserIP to Administrators can be set to different levels of membership? It was like that in 3.5 I believe.
Only admins and mods could see IP in version 3.5
I do not recomend overriding that, showing IPs to users will likely make some users very mad because it would potentially be a securty threat to their computer.
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
Steve D.
Average Member
USA
640 Posts |
Posted - 16 April 2002 : 20:00:42
|
quote:
Only admins and mods could see IP in version 3.5
That's actually what I meant. Is that still possible?
---------------------------------------- Badges? We don't need no stinking badges |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 16 April 2002 : 21:19:56
|
Sure, open up active_users.asp and change this
bolAUIP= chkAUPermissions(strAUIP)
to this
bolAUIP= chkAUPermissions("2")
Nathan Bales Snitz Exchange | Do's and Dont's
Edited by - Nathan on 16 April 2002 21:20:12 |
|
|
Steve D.
Average Member
USA
640 Posts |
Posted - 16 April 2002 : 21:38:59
|
Thanks so much! Again nice work on this improved mod!
---------------------------------------- Badges? We don't need no stinking badges |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
Steve D.
Average Member
USA
640 Posts |
Posted - 17 April 2002 : 09:46:48
|
OK one last question.
When I'm looking at the Active Users page some of the Current Pages are showing as "Invalid Location"
What does that mean?
---------------------------------------- Badges? We don't need no stinking badges |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 17 April 2002 : 10:03:17
|
It means that the person is either looking at forum.asp, topic.asp, or post.asp but the TOPIC_ID or FORUM_ID in their querystring does not exisit in the database. This will happen when - topics get moved - topics get deleted - users are playing around by changing the querystrings by hand
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
Steve D.
Average Member
USA
640 Posts |
Posted - 19 April 2002 : 12:06:49
|
quote:
It means that the person is either looking at forum.asp, topic.asp, or post.asp but the TOPIC_ID or FORUM_ID in their querystring does not exisit in the database. This will happen when - topics get moved - topics get deleted - users are playing around by changing the querystrings by hand
I was just looking at what causes the problem a little bit more.
So I logged in with one browser and went to Active Users. In another browser I logged on as a guest and moved through the forum.
When I was on Default.asp, it came up as Forums. Cool. When I went in to a forum it came up as "Viewing Topics in: Topic Name BLAH BLAH" Cool. When I went in to a topic it came up as "Viewing Topic: Topic Name Blah Blah" Cool. If that topic was a multi page topic and I went to a second page it came up as "Invalid Location"
So it appears as though it gives that error also for Multi-Page topics if you aren't on the first page.
---------------------------------------- Badges? We don't need no stinking badges |
|
|
Steve D.
Average Member
USA
640 Posts |
Posted - 19 April 2002 : 12:07:58
|
Also noticed it now logs will display more than 1 user per IP address, I like that!
---------------------------------------- Badges? We don't need no stinking badges |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 19 April 2002 : 20:41:26
|
Yeah, theres a little bug there.
Open up active_users.asp and change both instances of
instr(lcase(fQuery), "archive")
to this:
analyzeQuery(strQuery, "ARCHIVEVIEW") = "True"
Not a critical bug, it'll be fixed next time I add a language pack to the zip
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
Steve D.
Average Member
USA
640 Posts |
Posted - 20 April 2002 : 12:03:32
|
Excellent! Thanks alot.
---------------------------------------- Badges? We don't need no stinking badges |
|
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 20 April 2002 : 18:31:00
|
nathan, just for the record, there are three instances that need to be changed...
Crash's Site | Crash is from
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 20 April 2002 : 18:35:24
|
Thanks crash, there are three. Guess I didn't consider the third because it had no affect on the bug in question.
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
Topic |
|