| Welcome to Yyp's Talk Page | |||||||||
|---|---|---|---|---|---|---|---|---|---|
Greetings and welcome to my Talk Page. Feel free to ask me any questions here, or bring an issue to my attention. Please follow the rules set out in the User Page Policy when posting here, mainly:
| |||||||||
| Archives: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
RE:Videos
Oh thats great fantastic!! Housekeeping is one of my least favorite things but there are things that just need gone!! I really don't think we need videos here especially now that YouTube and things seem to be cracking down!! SunXia (Chat) 12:54,1/12/2013
Suspicious edit
User:2012YES made a rather suspiciously troll-like edit to Tier Harribel's article (changing her gender to male with the cited reason as "Lord Halibel"). Do you think someone should talk to him? MarqFJA (talk) 12:40, January 13, 2013 (UTC)
CSS for new portals
If you take a look at the recent changes, you'll see that Sal has been putting together the start of a portal system. I'll leave the CSS up to you as it is difficult and requires editing as you'll see. So this first set of code needs to be put in MediaWiki:Common.css and when we get further off the ground wit this, the various portals that we end up with need to be placed in here, replacing the forums, twitter etc that is in this code. Also, the colors need to be skimmed, as some of them will have to be changed to accommodate this wiki's color scheme. Secondly, you need to import Common.css into Wikia.css. Then the second batch of code needs to go in Common.js. Let me know if you have questions as this is not the easiest, but you can do it. I have faith in you :)--God|Pray06:28,1/14/2013
/*********************************/
/* main page jquery tabs/sliders */
/*********************************/
.ui-tabs { position: relative; padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs-hide { display: none !important; }
/**********/
/* portal */
/**********/
.portal_container { }
.portal_section ul { list-style: disc; }
.portal_section { border: 1px solid #222; margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, #181818 0, #080808 100%); -moz-border-radius: 1em; -moz-box-shadow: 1px 1px 4px rgb(24, 24, 24); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #181818), color-stop(100%, #080808)); -webkit-border-radius: 1em; -webkit-box-shadow: 1px 1px 4px rgb(24, 24, 24); border-radius: 1em; box-shadow: 1px 1px 4px rgb(24, 24, 24); }
.portal_header { padding: 0 1em; position: relative; }
.portal_header_text { display: table; width: 100%; padding: 0.6em 0 0 0; border-bottom: 1px dotted #BE1A16; text-align: center; font-family: IMFELLDWPicaPRORegular; font-size: 2em; }
.portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; }
.portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: #BE1A16; }
.portal_body { padding: 0.8em; }
.portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
.portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { #BE1A16; }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px dotted #BE1A16; text-align: left; font-family: IMFELLDWPicaPRORegular; font-size: 1.8em; color: #BE1A16; }
/******************/
/* portal: slider */
/******************/
#portal_slider { margin: 0px; padding: 0px; position: relative; height: 300px; }
#portal_slider #portal_next, #portal_slider #portal_prev { text-align: center; cursor: pointer; border: 0px solid #FEC356; height: 30px !important; width: 20px; font-family: arial, san-serif; font-size: 36px; line-height: 22px; font-weight: bold; position: absolute; bottom: 8px; background: transparent; -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); background-image: -moz-linear-gradient(bottom, rgb(75,75,75) 0, rgb(165,165,165) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(75,75,75)), color-stop(100%, rgb(165,165,165))); text-shadow: 1px 1px rgba(255, 255, 255, 0.3), -1px 0 rgba(0,0,0,0.3); color: rgb(115,115,115); -moz-user-select: none; -webkit-user-select: none; user-select: none; }
#portal_slider #portal_next:hover, #portal_slider #portal_prev:hover { background-image: -moz-linear-gradient(bottom, rgb(90,90,90) 0, rgb(185,185,185) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(90,90,90)), color-stop(100%, rgb(185,185,185))); color: rgb(140,140,140); }
#portal_slider #portal_next { right: 10px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
#portal_slider #portal_prev { right: 31px; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
#portal_slider > .portal_body { padding: 0; }
/*******************/
/* portal: content */
/*******************/
#portal_content { font-size: 0.9em; line-height: 1.7em; font-family: Verdana, Arial, Helvetica, sans-serif; }
#portal_content .portal_body > table { height: 300px; }
#portal_content ul { list-style: disc outside; }
#portal_content ul ul { margin-left: 1em; }
/****************/
/* portal: news */
/****************/
#portal_news .WikiaBlogListingBox, #portal_news ul, .CommunityCornerModule .WikiaBlogListingBox { font-size: 100%; width: auto; float: none; clear: none; border: 0; padding: 0; background: transparent; }
#portal_news .WikiaBlogListingBox h3, #portal_news .wikia-button, .CommunityCornerModule .WikiaBlogListingBox h3 { display: none; }
#portal_news .WikiaBlogListingPost { border-top: 0px !important; border-bottom: 1px dotted rgb(220,220,220) !important; list-style-type: none; } /* override the default border #portal_news colors */
/******************/
/* portal: forums */
/******************/
#portal_forums .forum_title { }
#portal_forums .forum_edited { text-align: right; }
/*******************/
/* portal: twitter */
/*******************/
#portal_twitter .twtr-hd { display: none !important; } /* removes header */
#portal_twitter .twtr-ft { display: none !important; } /* removes footer */
#portal_twitter .twtr-tweet { border-bottom-color: #DCDCDC !important; } /* changes the dividing dotted lines to red */
/*#portal_twitter ul li { border-top: 0px !important; border-bottom: 1px dotted rgb(220,220,220) !important; padding: 0.2em 0; list-style: none; } change it from a bulleted list into a unbulleted list */
/*#portal_twitter ul { margin-left: 0em !important; } */
/****************/
/* portal: poll */
/****************/
#portal_poll .ajax-poll { border: 0px; } /* give the poll some room on the right */
#portal_poll .pollAnswer { margin-bottom: 0.5em !important; } /* give each poll entry some space at the bottom */
#portal_poll .pollAnswerVotes { border-color: #dddddd; background-color: transparent; -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em; } /* round the edges a tad */
#portal_poll .pollAnswerVotes > span { background-color: transparent; }
border-right: 1px solid #dddddd; } /* make the background red */
#portal_poll .pollAnswerVotes > div {background-color:#8b0000 !important;}
// Wikia's own WikiaScriptLoader isn't automatically included in other skins such as monobook.
// Presumably this is because they no longer support them. This checks to see if WikiaScriptLoader
// function reference has been declared, and if it has not, it creates it. Backwards compatibility
// for everybody! - Blame User:Tierrie @ DA Wiki if this works. Blame someone else if it breaks.
if(typeof WikiaScriptLoader === 'undefined') {
var WikiaScriptLoader=WikiaScriptLoader?WikiaScriptLoader:function(){var b=navigator.userAgent.toLowerCase();this.useDOMInjection=b.indexOf("opera")!=-1||b.indexOf("firefox")!=-1&&b.indexOf("/4.0b")==-1;this.isIE=b.indexOf("opera")==-1&&b.indexOf("msie")!=-1;this.headNode=document.getElementsByTagName("HEAD")[0]}; WikiaScriptLoader.prototype={loadScript:function(b,c){this.useDOMInjection?this.loadScriptDOMInjection(b,c):this.loadScriptDocumentWrite(b,c)},loadScriptDOMInjection:function(b,c){var a=document.createElement("script");a.type="text/javascript";a.src=b;var d=function(){a.onloadDone=true;typeof c=="function"&&c()};a.onloadDone=false;a.onload=d;a.onreadystatechange=function(){a.readyState=="loaded"&&!a.onloadDone&&d()};this.headNode.appendChild(a)},loadScriptDocumentWrite:function(b,c){document.write('<script src="'+ b+'" type="text/javascript"><\/script>');var a=function(){typeof c=="function"&&c()};typeof c=="function"&&this.addHandler(window,"load",a)},loadScriptAjax:function(b,c){var a=this,d=this.getXHRObject();d.onreadystatechange=function(){if(d.readyState==4){var e=d.responseText;if(a.isIE)eval(e);else{var f=document.createElement("script");f.type="text/javascript";f.text=e;a.headNode.appendChild(f)}typeof c=="function"&&c()}};d.open("GET",b,true);d.send("")},loadCSS:function(b,c){var a=document.createElement("link"); a.rel="stylesheet";a.type="text/css";a.media=c||"";a.href=b;this.headNode.appendChild(a)},addHandler:function(b,c,a){if(window.addEventListener)window.addEventListener(c,a,false);else window.attachEvent&&window.attachEvent("on"+c,a)},getXHRObject:function(){var b=false;try{b=new XMLHttpRequest}catch(c){for(var a=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP.3.0","Msxml2.XMLHTTP","Microsoft.XMLHTTP"],d=a.length,e=0;e<d;e++){try{b=new ActiveXObject(a[e])}catch(f){continue}break}}return b}};window.wsl=new WikiaScriptLoader;
}
/****************************************/
/* sliders using jquery by User:Tierrie */
/****************************************/
/****************************************/
/* sliders using jquery by User:Tierrie */
/****************************************/
//wsl.loadScript("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js");
//wsl.loadScript("http://dragonage.wikia.com/index.php?title=MediaWiki:Jquery-ui.min.js&action=raw&ctype=text/javascript");
mw.loader.using( ['jquery.ui.tabs'], function() {
$(function() {
var $tabs = $("#portal_slider").tabs({ fx: {opacity:'toggle', duration:100} } );
$("[class^=portal_sliderlink]").click(function() { // bind click event to link
$tabs.tabs('select', this.className.replace("portal_sliderlink_", ""));
return false;
});
$('#portal_next').click(function() {
$tabs.tabs('select', ($tabs.tabs('option', 'selected') == ($tabs.tabs('length'))-1) ? 0 : $tabs.tabs('option', 'selected') + 1 ); // switch to next tab
return false;
});
$('#portal_prev').click(function() { // bind click event to link
$tabs.tabs('select', ($tabs.tabs('option', 'selected') == 0) ? ($tabs.tabs('length')-1) : $tabs.tabs('option', 'selected') - 1 ); // switch to previous tab
return false;
});
});
} );
The thousand year war Arc? Or the reioukyuu arc?
http://img.mangastream.com/m/53/79567961/73096c44eb37246d05ab6b752f6439fc.jpg
It says sprite palace arc not thousand year war Arc. you can find it here well, http://img.mangastream.com/m/49/94883763/818bd6abf7cb0562c5a843d37710807b.jpg
I think this sprite palace arc is a mini arc, 1 of several mini arcs, that kubo is planning. shouldn't we change it?
Pic of Kyoraku Shunsui , when he was a kid ; Yamamoto in Bankai mode (first confrontation with Juhabach, 1000 years ago)
Hi , I was wondering if a pic of Kyoraku Shunsui , could be added to his history page - a pic of him , when he was a kid . It is from the manga , more exactly in the chapter when Yamamoto Genryusai Shigekuni is about to die , and has a flashback about how he once caught little Shunsui sneaking into his personal room , just for Shunsui to look at a picture of Genryusai in Bankai mode (although Genryusai was seen from behind , only his topknot being visible) . I also added the link for the pic : http://www.mangareader.net/bleach/511/2 And also a pic of Genryusai in Bankai mode(the first time he confronted Juhabach) , could be uploaded ? The link of Genryusai in bankai mode (the first time he used bankai against Juhabach , 1000 years ago) is the same as the one about Kyoraku Shunsui`s pic as a kid . Basically the pic of Genryusai in bankai mode (from 1000 years ago ) is just above the pic of Shunsui as a kid , on the same page . I added the above mentioned link , here : http://www.mangareader.net/bleach/511/2
Thanks , hope of hearing from you soon .
--Amagai88 (talk) 06:56, January 18, 2013 (UTC)
I made a stupid mistake
Hi , I made a stupid mistake . I wanted to write my request for the adding of the pic of Kyoraku Shunsui when he was a kid, and the adding of the pic of Yamamoto in bankai mode (during his first confrontation with Juhabach, 1000 years ago) , and basically , I don`t know how , I wrote my request in the previous entry about the name of this final arc . I haven`t been around the site , this couple of months , so I didn`t knew about the technical changes that occured around the site , up until now , on the wiki there used to be , a separate paragraph , in which you could write the name of your topic you are about to talk about , followed by the body paragraph , in which you gave details about the topic you want to discuss . It was by mistake , that I did the thing I mentioned above . So please , if you could , could you revert the changes done to the entry about the name of the final arc ? Thanks . Once again , Sorry . --Amagai88 (talk) 07:43, January 18, 2013 (UTC)
Twitter Widget
With the new portal system, we can put the twitter widget in a portal (so all skins can see, not just oasis), but a few slight changes need to be made to the mediawiki page to make it look nice (just getting rid of the background and making the width auto adjust). Code is below if you want to use it.--God|Pray17:40,1/20/2013
version: 2,
type: 'profile',
rpp: 8,
interval: 6000,
width: 'auto',
height: 400,
theme: {
shell: {
background: 'transparent',
color: '#ffffff'
},
tweets: {
background: 'transparent',
color: '#ffffff',
links: '#00BFFF'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
Corruption
Man that sounds like I made her into a Hollow or something. I just figured since people called Keiichi from Higurashi "K1" that subbing 1 for ichi was acceptable shorthand for easy linkitude. Anyway regarding the Q about the scene, I guess I was wondering if mention of 1 or both scenes could be included, though maybe fanservice like that isn't relevant enough to belong on a character article, but perhaps an episode article? +Yc 20:42, January 28, 2013 (UTC)
- Comparing similarities between 2 episodes/chapters would definitely enhance an article about them. It keeps track of information, much like mentioning the eps/chaps that 1go has gone into Visored mode. Episode 47 in particular is a very long scene and when it strikes home that she's not actually a cat. +Yc 22:00, January 28, 2013 (UTC)
RE: Image Policy
Thanks, I'll be sure to do it next time. EpaXtalk 05:53, January 31, 2013 (UTC)
Featured Picture
This month's Featured Picture needs an admin tie breaker--God|Pray15:09,2/6/2013
Because I know you miss Bleach Answers
Here is the first time I have ever seen someone respond to me redirecting their question to Why Shouldn't I Ask This Here. [1]--God|Pray23:29,2/13/2013
Committee Member Vote
Check the admin talk page to vote for a new committee member.--Salubri (Chat) 02:47,2/15/2013
Konjiki Ashisogi Jizō
Recently, when i reread the chapter that Mayuri used his Bankai, i noticed that Konjiki Ashisogi Jizō was holding a sword in its left hand. Now is this something that should be added directly under Mayuri's Bankai section, or should it be put in the Trivia section like the liqueafying thing, since it did not appear again when Mayuri used his Bankai against Szayel?--Yomiko-chan (talk) 18:31, February 18, 2013 (UTC)
It's fine. RL takes precedence. I just wasn't sure where 'ta put it. But now things 'er fine.--Yomiko-chan (talk) 17:32, February 22, 2013 (UTC)
Committee Vote
Hey, seems as though you are pretty busy lately so when you get the time, check the admin talk page. Kamikaze839 has nominated himself for the committee and its just up to your vote now.--God|Pray04:25,2/21/2013
Poll change?
Why don't we change the poll up? The current one has been up for a long while. Kamikaze839 (talk) 01:04, February 23, 2013 (UTC)
Images
Okay I think I see what you're talking about. Thanks for the help.--CiFeR215 (talk) 15:44, February 26, 2013 (UTC)
Bleach Volume 58

Added by Udarsha45Hey,
Mate, I found the HQ cover for bleach volume 58. Here: http://bleach.wikia.com/wiki/File:Bleach_volume_58.jpg However the chapters contents & the all star content is still not out yet. I will inform you, when the contents are out. :)
--Udarsha45 (talk) 12:05, February 27, 2013 (UTC)
Volume contents out!
Before that you may wanna check this and change it when you have time: http://bleach.wikia.com/wiki/Talk:512._Everything_but_the_Rain
And here are the contents of the new volume. http://bleach.wikia.com/wiki/File:Bleach_volume_58_contents.png
--Udarsha45 (talk) 15:28, March 1, 2013 (UTC)
Mayuri's influence
Mayuri's name that he doesn't like to be called by may be originated from an Indian actress or from a movie. Just came by them while searching him in Wikipedia. --Lalalashka (talk) 14:12, March 3, 2013 (UTC)Lalalashka
Check User needed
Hey, can you send in a special:contact requesting a check user for User:Shockwave 6. I suspect he pulled a mass sockpuppet scheme in order to try and get Orihime to win last week's arena match.--God|Pray00:59,3/5/2013
And now it looks like User:HunterofDarkness might be the same as User:Aresbiker who is banned.--God|Pray03:49,3/5/2013
Sig
I'm guessing you saw my blog? :) The span tag code is <span style="color:#FFFFFF></span> if you still want to update it.--God|Pray13:40,3/7/2013
Rukia edits
Recently, SunXia undid my edits because of a spelling mistake. It was a typo where I forgot to add the "r" to make it a "her". With your permission, I would like to re-add the edit as I truly believe that makes the page better. Stevep920 March 12, 2012, 13:30
UNFAIR BLOCKING
Hi. i recently signed into the bleach wiki to find my i.p has have been blocked by you. To be honest, i don't have a clue why, it says i am guilty of spamming and other offenses and the ban commences January 21st. I don't spam and i have only ever edited a page on Voltron wiki and Naruto wiki and they were not trolling attempts but meaningful contributions that helped the sites. And i am talking about years ago when i joined on September 9, 2011. I haven't used my or any other wiki accounts again and this would be my first attempt since then. Whatever you think i have been doing to get this ban, i assure you it isn't me, please kindly lift the ban. Thanks for your time. --Kennykeith (talk) 21:43, March 14, 2013 (UTC)
The Fear
I remember "The Fear" was confirmed before in something, but I can't remember where. Can you add the reference where necessary?--God|Pray20:57,3/17/2013
Bleach 1 Limited Edition
Greetings, Yyp.
God informed me that you do handle volume issues. Re-post from God's talk page: In Leipzig there were 1111 Limited Edition Volume 1 on sale. They have a hardcover, metallic relief print for the title, backgrond information on the series, color pages, a volume list, a recently taken photograph of Kubo and further extras. Might this one be worth being mentioned on this Wiki or are such special editions generally not recorded?
Best regards, Chitamachii (talk) 16:08, March 19, 2013 (UTC)
Good to know it can be mentioned, however, I can not be the one to do this, since I lack even basic skills in Wikia editing and will most likely screw up in quite a flashy way. So, if whoever does it needs any kind of input besides what can be found via the link I provided, feel free to ask me. Chitamachii (talk) 13:08, March 21, 2013 (UTC)
Bleach anime will return ??
Hi. Long time no see . I saw on kat . ph a blog , by a user that has its nick "KIRA" , stating that Bleach will resume from its hiatus , on the 22th (this Friday), and also , on this blog was Kubo`s twitter post about it : that goes along the lines that he is back at TV Tokyo (with what else than Bleach). Plus on different sites I saw this stuff of Bleach coming back on the 22th . Will we really be seeing Bleach coming back or could it be a hoax ? Plus I saw the interview that user got from Kubo , which basically confirmed my saying about As Nodt and his ability + designation . I don`t want to rub it into anyone`s face , about something I felt was basically in front of everyone`s eyes to see , the stuff with the designation and ability , but it took a lot of time to understand something so relatively there in front of everyone to see . Here I mean , the tongue lashing I got from a user of this wiki - I don`t even want to mention his name, regarding As Nodt , and these things relating to him , at that time, things being kinda blurry about him , but I made then a simple deduction that Kubo confirmed now . Anyway , thanks . I`ll be logging in , in a couple of days or weeks , still not sure . Have a lot of stuff to do , in the real world . If you want , you can check out this info about Bleach resuming , and take credit for it . --Amagai88 (talk) 17:18, March 20, 2013 (UTC)
Forum MediaWiki page
Hey, I saw something interesting we may want to use. If you look at w:c:tardis:Silence or any of their articles, they changed the related discussion module to point out that the forums are for discussion and the talk pages are for discussing the content of the article. Think you could find the MediaWiki page for that and put something in?--God|Pray16:56,3/22/2013
Volumes
That actually wasnt the issue, the point being its a massive undertaking and if its gonna be done it should be done for all pages on the wiki.--Salubri (Chat) 17:20,3/25/2013
Question about character pages
I have to wonder, is there any hard and fast rule on this wiki that says that the "Appearances in Other Media" section of a character page is strictly for Bleach media (games, movies, etc.), or do cameo appearances apply as well? I was told by Mohrpheus that it's for Bleach media only, but he has yet to explain or provide a source stating so. Schiffy (Speak to me|What I've done) 20:22, April 1, 2013 (UTC)
Category Duplicates
Hey Yyp!! Just wanted to ask this as Xil said you may be on of the users affected!! Do you get duplicate categories when you edit sometimes?? I think we have found out why sometimes when Users edit, duplicate categories show up like Jushiro's edit here, I know it's not anyone's fault but it's something to do with your Preferences under the Editing tab if you make sure "Disable Category module (only applies if visual mode editing is disabled)" is ticked?? Thankies!! SunXia (Chat) 21:03,4/1/2013
- Don't be sorry, I should have realized you would have been suffering from the JS error that took place for users from Europe, after they fixed it you need to clear your browser cache, so I'm sorry for not informing you!! Also if that type of error happens again, when ever you get stuck on a "Loading Editor" screen, you can add
- &allinone=0
- to the end of the URL on the loading screen and press the return key and it will load the editor!! It's not the best and won't work on Forum or Blog comments but at least lets you edit some articles including user talk pages!!
- Also, in regard to the duplicate categories that are appearing for some people when they edit here, I think the Category Module needs to be disabled or else those duplicates can happen!! I am currently updating staff with incidents and updates with other users who have made the change to see if it makes a difference, they are very eager to find the reason for this problem as well!! I have sent them an example of one our newer users SenNoKuroiHonoo for which this glitch is clearly a problem!! Here are his three most recent Article Edits and each one on the same article added more categories so I should speak to him as well!!
- Edit 1
- Edit 2
- Edit 3
- Also, thanks for fixing those categories, I had forgotten I had pasted incorrect spellings on some!! During mass-uploads it just clean went out of my head!! SunXia (Chat) 19:14,4/2/2013
Characters Page
In shinigami somebody had misspell one of the soul reaper names and I correct but somehow while correcting it i mess up the order of the shinigami by mistake I was wondering can you fix it? —This unsigned comment is by Buppy09 (talk • contribs) 11:36, 3 April 2013. Please sign your posts with ~~~~!
Chat welcome message
Now, we've been discussing the current chat policy over here for a while now. While we have not reached an absolute and definite consensus from each and every admin and committee member on the wiki, would it be possible to, at least for now, remove the "Also note you need 10 article edits to be here otherwise you will be asked to leave" tidbit from the welcome message you get when you enter chat? Users are still being scared away by that.--Xilinoc (talk) 20:57, April 13, 2013 (UTC)
Sharing templates
Would any of the higher ups on this wiki have a problem if I used something as generic as Template:Dis for another site on the community wiki system? Schiffy (Speak to me|What I've done) 16:34, April 18, 2013 (UTC)
- Thanks. Anyway, just tell me if this is enough for referencing this wiki, or if it is preferred that I add more:
- First
- Second
—This unsigned comment is by Schiffy (talk • contribs) . Please sign your posts with ~~~~!
JS Stuff
Hi Yyp! Would you please go to MediaWiki:Common.js and putimportArticles({
type: "script",
articles: [
"w:c:dev:Countdown/code.js"
]
}); in? This will fix the issue of the countdown on the Arena from counting up once it hits zero, as I've discovered on my own wiki. Thank you! Also, the Featured stuff is coming up, which means the Featured User system that I have is going to need its own template featuring the User and possibly a short statement by them. I don't really know how the main page boxes got like that with all the nice little boxes of information, though. Do you think you can help me with that? Thank you! Kamikaze839 (Talk To Me!!) 11:03 AM 4/28/2013
Hell Chapter Move
Hello, Yyp. When you get the chance, would you mind moving Bleach: Hell Chapter to Bleach: The Hell Verse? It has been discussed on the movie's talk page before, but the matter was never really settled. All that was established is that the Japanese media all presents it as "The Hell Verse". Please let me know if this is a matter that will require more approval. Thanks! --Mohrpheus (Talk) 22:57, April 30, 2013 (UTC)
Wiki
Is there anything that I can help with in this wiki? Lelouch Di Britannia Talk Page My Contributions 127 edits on this Wiki 12:56, May 8, 2013 (UTC)
