Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Modification Name: Disable "hide me" user Recent Visitors pref
Author(s): Charles Capps
Description: This small one-line hack will cause PNTF to ignore the user preference of whether to be hidden or not, resulting in all names being shown on the user list on the forum summary / inside a forum.
Demo: none
Requirements: 6.7.0 Beta Release 1 (rv199) or higher
Instructions / Other Info: 1) Open ubb_lib.cgi 2) Find this line:
$vars_pntf{'AllowHidden'} = "yes";
3) Change "yes" to "no" 4) Save & upload. You will need to clear the board cache for the change to take effect.
_________________________
UBB.classic: Love it or hate it, it was mine.
Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Due to the complexities involved in the backend code to make this work, it can not be ported. That's why no one managed to get it working in the past two years or so...
_________________________
UBB.classic: Love it or hate it, it was mine.
Does anyone have an idea what line in the record has the flag for this option? I want write a perl script that would go though the database and turn this flag in the record so that people that have already changed the flag could be changed back to be display. I am assume this removes the option for them to select this option in the future, but does not alter the people that have already change the option not to be displayed. (Would this also have anything to do with have a guest(s) count when we run a closed board?)