Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Good idea! Go to cp_users.cgi, then find:
Quote
code:
Code
		# we have all forums with restrictions now

Add above:
code:
[qb]
Code
		$forum_names{d} = "Donor";
}
[/qb]
Then when you go to CP, View/Edit Member Profiles, type his login name/member # and check "Donor" (bottom of the page).

Then what you should do in every page is to check:
Code
my ($j, $perms) = split(/&/, $user_profile[4]);
@explicit = split (/,/, $perms);
foreach (@explicit) {
chomp($_);
if ($_ eq 'd') {
# do what you want;
}
}
For example, PNTF status effect hack changed the look of admins/mods. If you want to do it for regular users, just instead of [8] everywhere add [4], and right after add what I told you to, but instead of $user_profile[4] use $status. In "# do what you want;" part, take the parts of the hack that use ..., and replace with , etc.

I can't tell you how to do it specifically for this hack, cause the download link doesn't work anymore...

Anyhow, also in public_topic_page.pl, in the avatar thing, you copy the check code from above and use it. (make sure it's not in the HTML part but in the scripting part)

I hope you know what I mean smile

Sponsored Links
Entire Thread
Subject Posted By Posted
Recognizing users who donate money. intensity 08/05/2002 11:14 AM
Re: Recognizing users who donate money. LK 08/05/2002 11:33 AM
Re: Recognizing users who donate money. intensity 08/07/2002 10:37 PM
Re: Recognizing users who donate money. gaper 08/16/2002 6:29 PM
Re: Recognizing users who donate money. intensity 08/20/2002 10:09 PM

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
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
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
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 20240506)