Fandom Developers Wiki
Tag: Source edit
No edit summary
Tag: Source edit
(One intermediate revision by the same user not shown)
Line 45: Line 45:
 
== I know what busy means? ==
 
== I know what busy means? ==
   
When it says busy, it means you have made more than 0 edits in the last hour(looked in the code to find out). [[User:Joshuabirger|Joshuabirger]] ([[User talk:Joshuabirger|talk]]) 23:29, 27 September 2021 (UTC)
+
When it says busy, it means you have made more than 10 edits in the last hour(looked in the code to find out). If you made less than 10 edits but more than 0 edits in the last hour, you are online, but not busy.[[User:Joshuabirger|Joshuabirger]] ([[User talk:Joshuabirger|talk]]) 23:29, 27 September 2021 (UTC)

Revision as of 00:17, 21 October 2021

Adding other statuses

I scanned the code for this script. Is it possible to add other statuses in the JS code? If yes, how?

Pinkgirl234 (talk) 05:33, March 29, 2016 (UTC)

Untitled

Where on code/JS do I add this code below? (Someone who knows might have to go in Classic Editor to do this, because I can't see the coding.

placeholder text

~ Racer | Seven ~

16:24, April 28, 2020 (UTC)

You add that to wherever you want to display a user's status (it's not JavaScript, it's regular wikitext). Replace USERNAME with the username of the user whose status you want to display and placeholder text to whatever you want to display while the script hasn't loaded yet. -- Cube-shaped garbage can 23:18, April 28, 2020 (UTC)

About status

I know what "online" and "offline" stand for, but how long does it take for "offline" to pop up? And what does it mean when it says "busy" with a yellow dot even though you're active? Ready to rock! (talk) 21:02, June 10, 2020 (UTC)

"Busy"?

I am active on Big City Greens wiki but my status says "Busy" with a yellow dot instead of the green dot and "Online"! What does "Busy" mean? --Ready to rock! (talk) 05:20, June 28, 2020 (UTC)

Result will be same if i adds it in my Common.js, right?

I added it in my LuvOf99Th/common.js , and yea its working i can see anyone's status, that who who is online and who who is off, ok, sooo

This is in My PersonalCommon.js ,

Soo the status of every user that i gets, is..same as we gets when we adds it to mediawiki:wikia.css, right? but there is just one diffrence that only that user can watch it who have the script on their common.js, right?

UCP

It's should be ready for UCP, but it doesn't seem to work?

Virvar (talk) 14:47, October 14, 2020 (UTC)

Is it still not working? Which wiki? Nam 20:29, November 25, 2020 (UTC)

UCP Compatability and posts

The script is technically compatible with UCP, however it takes in account only contributions, not posts, so a user is still marked as offline when they are in the middle of answering wall messages, for example. Nam 20:29, November 25, 2020 (UTC)

Customizability?

I would like to implement this in my wiki, but is there any slot that I can customize, or I need to copy the code to my wiki and then edit it there? ~ This is the signature of Headquarter8302 User page - User talk 00:21, 15 March 2021 (UTC)

You can apply CSS to it, thought changing the text color or font weight will require the use of !important. The definitions themesleves are hard-coded in the script. Nam 07:24, 15 March 2021 (UTC)
I actually managed to edit the script as you can see here, so can I actually make a subpage in my user namespace and then import it to a wiki? ~ This is the signature of Headquarter8302 User page - User talk 07:31, 15 March 2021 (UTC)
importArticles doesn't work with the user namespace I think, and also currently not with wikis other than dev. There are other ways to import scripts but you can also just copy it. Note that personal JS works only for yourself. Nam 17:02, 15 March 2021 (UTC)
Alright! ~ This is the signature of Headquarter8302 User page - User talk 22:51, 15 March 2021 (UTC)

I know what busy means?

When it says busy, it means you have made more than 10 edits in the last hour(looked in the code to find out). If you made less than 10 edits but more than 0 edits in the last hour, you are online, but not busy.Joshuabirger (talk) 23:29, 27 September 2021 (UTC)