Forums

Titles

Quick find code: 278-279-238-66274923

Tenebri
Jan Member 2015

Tenebri

Posts: 39,133 Sapphire Posts by user Forum Profile RuneMetrics Profile
I remember a time where titles were shown on forums. (Im pretty sure my memory is correct on this)

Now im not asking for this to be back etc. But what happened with that was causing issues and thats why it got removed? I think it got removed during a time i wasnt on much

thank you spearmint30 who made this ;)
200m all RS3 on 7/3/19
1.2Billion overall Slayer xp / Ultimate slayer title

OSRS 2277/2277 Untrim slayer cape
Hail Satan, He loves for who you are.

18-Feb-2023 15:18:40 - Last edited on 25-Sep-2023 11:39:38 by Tenebri

YtHaar-Mej
Dec Member 2005

YtHaar-Mej

Posts: 24,670 Opal Posts by user Forum Profile RuneMetrics Profile
October 2018, something happened with titles in-game....some accts were being bugged from it. Titles were disabled and everything worked out again.

They had to remake the whole title system, and when that launched is when the website lost titles. That was November 2018.

The forums, and other site pages, fetch the playerdata api with some fancy javascript. This has a parameter for titles in it. That api is trying to access the old title data, which is now no longer around, thus nothing displays.

Looks like this when printed:
Original message details are unavailable.
jQuery000000000000000_0000000000([{"isSuffix":false,"recruiting":true,"name":"YtHaar-Mej","clan":"Caped Carousers",
"title":""
}]);


If the api is updated to get the new title variable, titles would be able to be displayed once again on the forums and other site pages that try to fetch and display titles.

example of it, when it was working:
Original message details are unavailable.
jQuery000000000000000_0000000000([{
"isSuffix":true
,"recruiting":true,"name":"YtHaar-Mej","clan":"Caped Carousers",
"title":"the Ravensworn"
}]);
Can I turn in a paper without citing all sources?
"No."[1]
1. William Shakespeare, Hamlet , Act III, Scene 1, line 96.

18-Feb-2023 18:32:49 - Last edited on 18-Feb-2023 21:19:06 by YtHaar-Mej

Spearmint30
Apr Member 2012

Spearmint30

Posts: 23,350 Opal Posts by user Forum Profile RuneMetrics Profile
Ahh, the fond memories. Seems like an easy enough fix, on paper above there anyhow. I realize you're not asking for a fix, but it would be fun to see again sometime nevertheless.
Spearmint30

¤
Food scientists have finally managed to remove the mint flavor from gum! The ex-spearmint was a success!
¤

19-Feb-2023 19:16:50

Tenebri
Jan Member 2015

Tenebri

Posts: 39,133 Sapphire Posts by user Forum Profile RuneMetrics Profile
YtHaar-Mej said :
..


damn thanks man, i was half thinking i was miss remembering so im glad it wasnt that!


Spearmint30 said :
Ahh, the fond memories. Seems like an easy enough fix, on paper above there anyhow. I realize you're not asking for a fix, but it would be fun to see again sometime nevertheless.


if there is an easy fix i wouldnt mine title being displayed again, gotta show off the "ultimate slayer" as much as possible :P
200m all RS3 on 7/3/19
1.2Billion overall Slayer xp / Ultimate slayer title

OSRS 2277/2277 Untrim slayer cape
Hail Satan, He loves for who you are.

20-Feb-2023 09:29:49

YtHaar-Mej
Dec Member 2005

YtHaar-Mej

Posts: 24,670 Opal Posts by user Forum Profile RuneMetrics Profile
Tenebri said :
if there is an easy fix i wouldnt mine title being displayed again, gotta show off the "ultimate slayer" as much as possible :P
APIs fetch data and display it to be used. So all it has to do is have the correct variable name sent to it, and boom it'll reappear.

Theoretically, all they'd have to do something like this:
"title" => $player_details['title']

"title" => $player_details['new_title']


...obv not gonna be php on a java system but its the same concept for a visual.

If that's done, then none of the website pages need to be updated any. once it sends to the array, every page that used it will immediately work again.

It would be nice to see it working again after 4.5yrs though.
Can I turn in a paper without citing all sources?
"No."[1]
1. William Shakespeare, Hamlet , Act III, Scene 1, line 96.

20-Feb-2023 15:26:37

Tenebri
Jan Member 2015

Tenebri

Posts: 39,133 Sapphire Posts by user Forum Profile RuneMetrics Profile
YtHaar-Mej said :
Tenebri said :
if there is an easy fix i wouldnt mine title being displayed again, gotta show off the "ultimate slayer" as much as possible :P
APIs fetch data and display it to be used. So all it has to do is have the correct variable name sent to it, and boom it'll reappear.

Theoretically, all they'd have to do something like this:
"title" => $player_details['title']

"title" => $player_details['new_title']


...obv not gonna be php on a java system but its the same concept for a visual.

If that's done, then none of the website pages need to be updated any. once it sends to the array, every page that used it will immediately work again.

It would be nice to see it working again after 4.5yrs though.



200m all RS3 on 7/3/19
1.2Billion overall Slayer xp / Ultimate slayer title

OSRS 2277/2277 Untrim slayer cape
Hail Satan, He loves for who you are.

20-Feb-2023 15:29:02

Quick find code: 278-279-238-66274923 Back to Top