Previous Thread
Next Thread
Print Thread
Rate Thread
#179304 10/03/2002 7:32 PM
Joined: Oct 2002
Posts: 26
Junior Member
Junior Member
Offline
Joined: Oct 2002
Posts: 26
I looked around these forums for awhile and I was wondering if someone has a Custom User Title Mod? I really need one, if someone could please help, it would be great.

Sponsored Links
#179305 10/03/2002 8:03 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Welcome smile What version ubb are you running?


- Allen wavey
- What Drives You?
#179306 10/03/2002 8:24 PM
Joined: Oct 2002
Posts: 26
Junior Member
Junior Member
Offline
Joined: Oct 2002
Posts: 26
I'm running 6.3 and thanks for welcoming me. smile

#179307 10/03/2002 9:52 PM
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
Upgrade to 6.3.1, then check out:

Cpanel -> Additional Settings -> User Titles

Does this do what you seek?


UBB.classic: Love it or hate it, it was mine.
#179308 10/03/2002 10:23 PM
Joined: Oct 2002
Posts: 26
Junior Member
Junior Member
Offline
Joined: Oct 2002
Posts: 26
I have 6.3.1, thought it was the same thing as 6.3. But no not that. I want it so that the users can make up their own title in their profile and they can be seen on the forums. Is there a Mod for this purpose?

Sponsored Links
#179309 10/03/2002 11:38 PM
Joined: Feb 2001
Posts: 817
Moderator / Kingpin
Moderator / Kingpin
Joined: Feb 2001
Posts: 817
I don't think I seen it as a mod. It will be included in 6.4 which will be in public beta in a few weeks.

#179310 10/04/2002 12:49 AM
Joined: Oct 2002
Posts: 26
Junior Member
Junior Member
Offline
Joined: Oct 2002
Posts: 26
I remember having it over at planetplastica.com before they went vB. frown

But alrighty, thanks though.

#179311 10/04/2002 1:32 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
It's possible this:

https://ubbdev.com/ubb/ultimatebb.php?ubb=get_topic;f=20;t=000467

can be updated...


- Allen wavey
- What Drives You?
#179312 10/04/2002 1:53 AM
Joined: Oct 2002
Posts: 26
Junior Member
Junior Member
Offline
Joined: Oct 2002
Posts: 26
If I knew how to hack like you guys do, I would do it myself. frown

But Allen, do you think you can do it? Or is it too much of a hassle?

#179313 10/04/2002 7:09 AM
Joined: Nov 2001
Posts: 1,704
CTM Offline
Moderator / Da Masta
Moderator / Da Masta
Offline
Joined: Nov 2001
Posts: 1,704
Welcome smile

This isn't too hard to accomplish, thankfully smile

Go to your CP -> Registration Settings, and insert "Custom Rank" as one of the four Custom Profile Fields.

Open public_topic_page.pl, find:

Quote
code:
Code
$user_status

Replace it with:

code:
[qb]
Code
$custom_status
[/qb]
Open ubb_lib_posting.cgi, find:

Quote
code:
Code
			# Show posts per day
if ($time_diff < 1) {
$posts_per_day = "$user_profile[7]";
} else {
$posts_per_day = int (($user_profile[7] / $time_diff) * 100) / 100;
}

Add after it:

code:
[qb]
Code
			$custom_status = $user_profile[NUMBER];
[/qb]

If you used Custom Field 1 for the "Custom Rank" field, replace $user_profile[NUMBER] in the code above with $user_profile[16]

If you used Custom Field 2 for the "Custom Rank" field, replace $user_profile[NUMBER] in the code above with $user_profile[17]

If you used Custom Field 3 for the "Custom Rank" field, replace $user_profile[NUMBER] in the code above with $user_profile[18]

If you used Custom Field 4 for the "Custom Rank" field, replace $user_profile[NUMBER] in the code above with $user_profile[19]


Reupload both files to their respective directories, clear cache, done smile

Enjoy your stay here smile

Sponsored Links
#179314 10/04/2002 12:49 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
very nice smile Thanks CTM laugh


- Allen wavey
- What Drives You?
#179315 10/04/2002 12:51 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
we'd need to add it to the "edit profile" screen too smile


- Allen wavey
- What Drives You?
#179316 10/04/2002 1:36 PM
Joined: Oct 2002
Posts: 26
Junior Member
Junior Member
Offline
Joined: Oct 2002
Posts: 26
Thanks, it worked like a charm! Thanks a ton CTM! laugh


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
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)