Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Feb 2003
Posts: 179
Member
Member
Offline
Joined: Feb 2003
Posts: 179
I have need of tweaking the display of profile infomation in the 'directory' feature. I need to remove the user title / status field from showing in there because we have lots of helpers on my site with mod priviledges on a private forum, but their not official mods as far as the community knows. they just use mod privies to help me maintain calendar, links, and monitoring recent visitors.

we give these helpers a custom user title that looks like a standard post-count-driven user title so as to not make it look obvious special people have special priviledges. And that works great except when viewing the members directory page where they show up as mods.

so i'd like to rip that field outta there if possible. but for the life of me i cant figure out exactly where & what I need to change.

my best perl-idiot guess is in ubb_profile.cgi, under sub member_directory. I see the following likely suspect bit of script:
Code
 	my %fields = (
0 => "USERNUM",
1 => "PDN",
2 => "POSTCOUNT",
3 => "OCCUPATION",
4 => "LOCATION",
5 => "INTERESTS",
6 => "CUSTOM1",
7 => "CUSTOM2",
8 => "CUSTOM3",
9 => "CUSTOM4",
10 => "STATUS",
);
my %rf = map { $fields{$_} => $_ } keys %fields;
and I'm guessing maybe i just need to delete the 10 => "STATUS"' line? but from the looks of things in there and public_directory.pl surely its gotta be more complicated than that confused

can anybody point me in the right direction here? TIA!

Sponsored Links
Entire Thread
Subject Posted By Posted
removing member status from "members directory" RoxSeibert 02/27/2006 11:59 PM
Re: removing member status from "members directory" Charles Capps 02/28/2006 6:09 AM
Re: removing member status from "members directory" RoxSeibert 03/01/2006 12:10 AM
Re: removing member status from "members directory" RoxSeibert 03/01/2006 12:41 AM
Re: removing member status from "members directory" Charles Capps 03/01/2006 3:23 AM
Re: removing member status from "members directory" RoxSeibert 03/02/2006 1:27 AM
Re: removing member status from "members directory" Charles Capps 03/02/2006 2:24 AM
Re: removing member status from "members directory" RoxSeibert 03/02/2006 3:50 AM
Re: removing member status from "members directory" Charles Capps 03/02/2006 4:09 AM
Re: removing member status from "members directory" RoxSeibert 03/02/2006 5:03 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)