Kami
Forum Cat
Posts: 40,199
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,199
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jun 14, 2022 8:29:03 GMT -8
theavatarrp.comI started [ this plugin request] a couple weeks ago but I belatedly wanted to double check to see if this was even doable. It was already a bit of a... time.. to move the participated dialogue elsewhere, so it may not be. Thanks!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 14, 2022 13:59:48 GMT -8
Hi, Kami. In v5 the only way to acquire that data is by visiting the routes the data is displayed on where they're rendered as HTML. For this reason it wouldn't be possible to duplicate this functionality in v5. v6 differs in this regard because it has its own additional routes it makes requests to that are designed to obtain this specific information. Unfortunately, the route that fetches this data only functions in v6.
|
|
Kami
Forum Cat
Posts: 40,199
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,199
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jun 14, 2022 14:35:29 GMT -8
Hi, Kami . In v5 the only way to acquire that data is by visiting the routes the data is displayed on where they're rendered as HTML. For this reason it wouldn't be possible to duplicate this functionality in v5. v6 differs in this regard because it has its own additional routes it makes requests to that are designed to obtain this specific information. Unfortunately, the route that fetches this data only functions in v6. drat. what about creating a similarly styled system where instead of populating the notifs data it just has a link that takes you to the tab, but with combining the participated & notification "new" notifications? ^ on the above site if you look at the Pastel Vapourwave theme you can see the sticky menu I'm making which should hopefully help illustrate what i'm trying to say.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 14, 2022 16:05:42 GMT -8
There are variables in the $[current_user] tree for both new messages and new participated threads, so that would be possible.
$[current_user.messages.new] $[current_user.has_new_recent_threads]
|
|
Kami
Forum Cat
Posts: 40,199
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,199
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jun 14, 2022 17:01:53 GMT -8
There are variables in the $[current_user] tree for both new messages and new participated threads, so that would be possible. $[current_user.messages.new] $[current_user.has_new_recent_threads] perfect, thanks!
|
|