Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Dec 2000
Posts: 54
Member
Member
Offline
Joined: Dec 2000
Posts: 54
they's hacks are still in beta, seeing as i want to add more features to them, like the ability to turn them off for certain users and things like that.

- Find -

return ($html_stuff);
} # end topic_top

sub topic_row {

- Under that add -

%Cus = ( "rank", "$user_profile[16]",
"pic", "$user_profile[17]", );
chomp(%Cus);

if ($Cus{rank} ne "") {
$Cus{'rank'} = $user_profile[16];
} else {
$Cus{'rank'} = "$user_status";
}

if ($Cus{'pic'} ne "") {
$Cus{'pic'} = qq(
);
} else {
$Cus{'pic'} = "";

- Find -

$show_public_name



$user_status


$member_number



$rating_line

- Replace it with -

$show_public_name



$Cus{'pic'}


Rank:$Cus{'rank'}


$member_number



$rating_line

- Go into your control panel and make
custom registration fields 1 and 2 "custom Rank" and "Avatar" and make them optional


and your done.

[Edit]hehe, thought i did'nt know what hashes were? i know more than you think. smile
[/Edit]

*goes to mc donalds and buys 2 hash browns*

[ March 04, 2001: Message edited by: Ultra The Vampire ]

Sponsored Links
Joined: Dec 2000
Posts: 54
Member
Member
Offline
Joined: Dec 2000
Posts: 54
if you wanna see these hacks in action, go here http://www.fangamesforever.com/forum/ultimatebb.cgi


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
isaac
isaac
California
Posts: 1,157
Joined: July 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
WebGuy 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)