User talk:Huff

From the RuneScape Wiki, the wiki for all things RuneScape
Jump to navigation Jump to search

Welcome!

[edit source]

Hello, Huffftw, and welcome to the RuneScape Wiki! Thank you for taking an interest in our wiki.

Here are a few pages to help out new editors such as yourself:

If you have any trouble or need help, feel free to ask questions on my talk page or any other editor's talk page.

Again, welcome! JOEYTJE50TALKpull my finger 19:21, May 29, 2012 (UTC)

File:Giantdwarf.jpg

[edit source]

Could you please resave that image in the .png format (as specified on Special:Upload), and upload it to [[:File:Thegiantdwarfcomplete.png]]? AnselaJonla 00:12, June 4, 2012 (UTC)

Images for admins and chatmods

[edit source]

Hi, sorry I missed you in chat. To set up the icons, you need to follow the instructions on [[Help:Custom Chat Javascript/CSS]]. From there you need to create [[MediaWiki:Chat.js]] with:

/*Mark admins*/
setInterval(function() {
    $('#Rail .User.chat-mod:not(.admin) .username').each(function() {
        if (!this.innerHTML.match(/N7 Elite|Atheist723|Casting Fishes\^\^|Hallowland|Hofmic|Flaysian|Touhou FTW|Rift Cyra/)) {
            $(this).parent().addClass('admin');
        }
    });
}, 1000);

You'll need to change /N7 Elite|Atheist723|Casting Fishes\^\^|Hallowland|Hofmic|Flaysian|Touhou FTW|Rift Cyra/ to a list of the chatmods on your wiki, in the following syntax: /Chatmod1|ChatMod2|Chatmod3|etc/.

Finally you need to create [[MediaWiki:Chat.css]] with:

/* Thing for chatmod stars */
.User.chat-mod .username:after, .User.staff .username:after {background-image:none !important;}
 
.user .username:after {right: 6px !important;}
 
/* Custom Chatmod Stars */
/* chatmod */
.User.chat-mod .username:after {
    content: url("http://images.wikia.com/runescape/images/6/69/Admin_clan_rank.png");
}

/* admin */
.User.chat-mod.admin .username:after {
    content:url("http://images.wikia.com/runescape/images/8/88/Organiser_clan_rank.png");
}

/* staff */
.User.chat-mod.admin.staff .username:after {
    content:url("http://images.wikia.com/runescape/images/8/89/Overseer_clan_rank.png");
}

Changing the urls of the images to whatever you want. Ideally keep the image to around 20x20 pixels.

Hope this helps :) cqm 08:16, 5 Jul 2013 (UTC) (UTC)