Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jan 2001
Posts: 39
Member
Member
Offline
Joined: Jan 2001
Posts: 39
Okay, I still have not seen a Jimbo's Custom Title Hack which is set by Admins, preferably in the control panel, for UBB 6 Beta. I have the code to UBB 5's version of Jimbo's but I haven't seen anyone attempt this for UBB 6. I've read that it's in the database, but it is not. Can anyone help me with this hack please???

Sponsored Links
Joined: Jan 2001
Posts: 39
Member
Member
Offline
Joined: Jan 2001
Posts: 39
Has anyone started figuring this out yet since the UBB went official? I really need to get this feature back on my site and have had no luck figuring it out myself. Thanks in advance!

Joined: Feb 2001
Posts: 127
Member
Member
Offline
Joined: Feb 2001
Posts: 127
Yeh, I loved that hack.

Joined: Jan 2001
Posts: 39
Member
Member
Offline
Joined: Jan 2001
Posts: 39
Now that UBB has gone out of beta, has anyone started to work on this hack yet? I really would like it for my site and always successfully screw it up when I try to do anything with it. Help would be greatly appreciated!!!!!

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
I'll work on it.

Edit: Nevermind, found the old UBB5 version smile For my own reference when I get home wink
http://www.jimbosworld.org/ubbtitlehack.html

q

Sponsored Links
Joined: Dec 2000
Posts: 26
TOC Offline
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 26
i need this one too. PLZ code it for UBb 6.01.

Joined: Mar 2001
Posts: 5
Junior Member
Junior Member
Offline
Joined: Mar 2001
Posts: 5
I will make one but im not wasting my time to make it updatable in CP.

Joined: Jan 2001
Posts: 39
Member
Member
Offline
Joined: Jan 2001
Posts: 39
That's fine ... maybe once I see how everything works once you figure out the first part, I'll take a look at modifying the control panel to reflect the changes. Cool? A little group effort here.

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
Hey folks,

Just started on my hack smile Here's how to get the basics going (no cpanel module yet; i'll create that tomorrow).

In ubb_lib_posting.cgi (cgi-bin):

FIND:

# get custom title
$user_status = &CustomTitle($user_profile[8]);

ADD BELOW:

require "$vars_config{CGIPath}/ubb_custom_status.cgi";
$user_status .= &GetCustomStatus($this_user_number);

SAVE FILE.

Create a new file called: ubb_custom_status.cgi in the UBB CGI directory with the following code in it:

Code
code:

Safe and upload.

Now to create your custom titles database, create a file called "cstatus.cgi" in your ubb NONCGI directory.

Fileformat is similar to Jimbo's hack with one difference, it uses USER NUMBERS.

e.g.,

00000001|!!|
The Cool Due
1|!!|
The Cool Due

The format is usernumber|!!|customtext.

One line per user.

Clear cache and all should be good. I'll develop this into a full-blown hack soon. For now, have fun (this hack is unsuppported). The full-blown hack will be full supported.

q

Joined: May 2000
Posts: 26
Member
Member
Offline
Joined: May 2000
Posts: 26
im working on developing some stuff right now to go with this hack

so maybe you and me could work on this hack together qasic

Sponsored Links
Joined: Dec 2000
Posts: 26
TOC Offline
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 26
@qasic

I am getting no status displayed in the topics. My cstatus.cgi looks linke this.

Code
code:

chmod ubb_custom_status.cgi 755 CGI directory
chmod cstatus.cgi ??? NONCGI directory

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
Have you modified ubb_lib_posting.cgi correctly?

Joined: Jan 2001
Posts: 39
Member
Member
Offline
Joined: Jan 2001
Posts: 39
I am ecstatic that this is finally getting worked on. Thank you to the people making this happen! It means a lot to me and the members of my site.

Joined: Dec 2000
Posts: 26
TOC Offline
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 26
@qasic

I did it two times. However nothing happens.

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
Have you hacked your topic template in such a way that $user_status is modified in same way? If so, that migth be interefing with the hack.

v0.0001 has a workaround for this wink

q

Joined: Dec 2000
Posts: 26
TOC Offline
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 26
could be possibel. However i am not very skilled in ubb code. I think i will wait for your first greate version smile
enjoy coding...

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
It's available in the Beta Forum!

Joined: Jan 2001
Posts: 39
Member
Member
Offline
Joined: Jan 2001
Posts: 39
Here's the link to the beta post. Thank you very much qasic! You're awesome!!!
https://www.ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=20&t=000190


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