Community Central
Community Central


Hola! Voy a contarle el problema a quien está encargado de categorizar publicidad de google para que se solucione. Mil gracias por el aviso. Zuirdj 13:03, 3 November 2006 (UTC)

Informé del problema y se supone que debería estar solucionado. ¿Has visto que ocurra nuevamente? Como los ads que aparecen son siempre distintos este problema no es sino aleatorio y de dificil comprobación. Espero tu comentario. Un saludo. --Zuirdj 18:38, 30 November 2006 (UTC)

Recent vandalism

Thank you for your assistance! GreenReaper(talk)

¡Andaa, otro de Wikipedia!

Se agradece la bienvenida :)--Nethac DIU 20:49, 4 February 2007 (UTC)

Custom edit tool

Hola vi tu comentario de tu custom edition tool en los foros wikipedia y al verlo en Wikidex me gusto y decidi copiarlo haciendole ajustes, al estar haciendo unas pruebas para checar ciertos funcionamientos (como por ejemplo en el de Wikipedia cuando seleccionas un texto y al escoger una de los cosas para insertar por ejemplo [[]] el texto aparece en medio, y pues decidi ver si podia hacer lo mismo en el tuyo no funciona de la misma forma, pero fue mas mi sorpresa cuando me di cuenta que por alguna razon en Wikidex usando Firefox 2.0 nada era agregado mientras que si uso Internet explorer 6.0 funciona perfectamente (sin la ventaja de wikipedia pero funciona). Otra cosa que note es que con IE6 aparece una caja de opciones multiples y cuando pasas el mouse no se resalta nada, mientras que con Firefox2 aparece todo sin esconder nada y cuando pasas el mouse sobre las opcionse se resaltan todo lo que este contenido dentro de <span class="charinsert"></span>. Al ver que no funcionaba con firefox me he detenido ya que no se casi nada de java y no puedo ponerme a modificar mi js para encontrar la solucion.--Cizagna (Talk) 20:17, 8 February 2007 (UTC)

Hola creo que encontre el problema (en forma global) Yo estoy usando un Add-on llamado Instaview que encontre en el wikia con el nombre de Live Preview pero llendo a su origen en wikipedia habia sido modificado, me traje el nuevo codigo y con ayuda de sparkla le hice modificaciones terminando asi en mi monobook.js y se me hace que eso esta haciendo conflicto ya que las 2 cosas trabajan con los campos de copywrite y como el instaview esta primero pues me imagino que ignora el codigo conflictivo de tu modificador. espero que eso sea sino no tengo idea--Cizagna (Talk) 14:47, 15 February 2007 (UTC)

Monster Info

hello, can you teach me a sample of your pokemon list template.
i would like to follow it if it's possible. so i'm asking permission. : )
Monster Image (100x100) / Monster Name / Level / Element / Type / Location / Drops
Priss

Quicktime

Many thanks for your quicktime JS code! I've copied it here: [1], altough I modified it so the controller bar shows up. I'm displaying a video here: [2], however I do not want it to AutoPlay. Ideas? -- LordTBT Talk! 17:59, 2 December 2007 (UTC)

It seems to be ok now, although I'm not sure if the height and width aspects are working properly. The box seems to be overlapping a line of text directly beneath it. --LordTBT Talk! 00:42, 3 December 2007 (UTC)
I used your code as an inspiration for another video player... check it out =D [3] --LordTBT Talk! 00:55, 4 December 2007 (UTC)

Problem Report

Wikia is having an upgrade. Please see Forum:MediaWiki_1.12_upgrade. I AM NOT A STAFF MEMBER! Glacier Wolf 17:47, 15 December 2007 (UTC)

hola

gracias con tu buena onda, es bueno que de entrada te traten bien en muchos otros lugares son re frios, aprecio tu ofrecimiento de ayudo y espero poder ser de ayuda muy pronto yo tambien ;) —This unsigned comment is by Alitasdepollo (wallcontribs). Please sign your comments by adding "~~~~" in the source editor.

Thank you so much!

A very big thanks for your help in Forum:Can't use Google Chart API! Spankart 16:52, 5 January 2008 (UTC)

Double toolbar

Thanks for the patch. I've passed it on to the tech team. Angela (talk) 11:04, 9 January 2008 (UTC)

Vulnerabilities in calendar extension

Hi. You have reported problems with the cal. ext. Could you please drop by http://fp007.sjc.wikia-inc.com/wiki/2007 (or any other page there) and check if its fixed? Thx in advance -- Nef (talk) 12:08, 14 January 2008 (UTC)

You add things by clicking on a date in the calendar. Its a link to an article. And don't hesitate to trash fp007. It's a test server. Your hacking attempts are highly appreciated there. (-; -- Nef (talk) 21:22, 14 January 2008 (UTC)
Ok, my bad. I mixed two ext.: first (you add events by marking pages with a category tag: howto) and second (you add events by clicking on a date). First one is a parser extension <calendar/>, second - a parser function {{#calendar:}}. Which one is better? -- Nef (talk) 10:05, 15 January 2008 (UTC)

Thx. for your help. -- Nef (talk) 02:45, 28 January 2008 (UTC)

Createarticle

Gracias por el aviso. Es raro, porque el mensaje no estaba creado, con lo que debería mostrarse el mensaje en inglés y no esa especie de código de mensaje. MediaWiki:Createpage en inglés es Create an article y MediaWiki:Createarticle es Create a page :-) . Lo he traducido de esa forma, por mientras :-) --Zuirdj (talk - mensajes) 19:49, 21 January 2008 (UTC)

Ayuda con el javascript

Hola mira estoy usando el codigo que esta en starwars.wikia.com hecho por sikon que usa el me permite crear una serie de sumarios estandarizados, originalmente estaba diseñado para que aparezca encima de la caja de sumario (como las imagenes que te mostro User:TulipVorlax‎) pero se me ocurrio que apareciera al lado izquierdo justo donde esta la palabra "summary" pero tengo un problema aunque funciona bien en FF en IE no logro que respete el espacio de la insercion del menu entonces la caja sumario se encima sobre el menu

Aki esta el codigo que uso yo:

 //Fill edit summaries
 // The following code uses elements located on [[MediaWiki:Functions.js]]
 function fillEditSummaries() {
    var label = document.getElementById('wpSummaryLabel');
    if(label == null) return;
 
    var comboString = '<select id="stdSummaries" title="Standard Summaries" onchange="onStdSummaryChange()"></select>';
 
    label.innerHTML += comboString;
 
    requestComboFill('stdSummaries', 'Template:StdSummaries');
 }
 function onStdSummaryChange() {
    var combo = document.getElementById('stdSummaries');
    var value = combo.options[combo.selectedIndex].value;
 
    var wikiaFeature = skin == 'monaco' ? 'Enhanced' : '';
 
    if(value != "") document.getElementById('wpSummary' + wikiaFeature).value = value;
 }

Aki hay mas codigo por si quieres ver su total funcionamiento:

 /* the ContentLoader class to encapsulate "creative differences" with XHR
  *Usage:
  * - construct a ContentLoader object: var loader = new ContentLoader();
  * - set necessary state parameters (via fields); e.g. loader.myvar = 'mytext';
  * - set the callback: loader.callback = myfunc;
  * - send the request:
  *     loader.send(url, postdata = null, contentType = 'application/x-www-form-urlencoded');
  *     (if postdata isn't null or omitted, POST is used, otherwise GET)
  * - the callback function is called when the content is loaded
  *     - the ContentLoader object is this
  *     - the raw response data is this.text
  *     - the XML DOM object, if any, is this.document
  */
 
 function ContentLoader() { this.cache = true; }

 //Cleans cache so it can be use
 ContentLoader.prototype.enableCache = function(caching) {
    this.cache = (caching == null) ? true : this.cache;
 }
 //Checks if its XML or ActiveX
 ContentLoader.prototype.createRequest = function() {
    if(typeof(XMLHttpRequest) != 'undefined')     return new XMLHttpRequest();
    else if(typeof(ActiveXObject) != 'undefined') return new ActiveXObject("Msxml2.XMLHTTP");
    
    return null;
 }
 ContentLoader.prototype.send = function(url, postdata, contentType) {
    var method = (postdata == null) ? 'GET' : 'POST';
    this.request = this.createRequest();
    this.request.open(method, url);
    
    if(!this.cache)
        this.request.setRequestHeader( "If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT" );
    
    var request = this.request;
    var loader = this;
    
    if(postdata == null) {
        if(contentType == null) contentType = 'application/x-www-form-urlencoded';
        
        request.setRequestHeader('Content-type', contentType);
    }
    
    var f = function() {
        if(request.readyState == 4) {
            loader.text = request.responseText;
            loader.document = request.responseXML;
            request = null;
            loader.request = null;
            loader.callback();
        }
    }
    
    this.request.onreadystatechange = f;
    this.request.send(postdata);
 }
 // end ContentLoader
 // Dynamically load a combobox's content by pagename (e. g. Template:Stdsummaries)
 // The page should be of the same format as http://starwars.wikia.com/wiki/Template:Stdsummaries
 
 function requestComboFill(id, page) {
    var loader = new ContentLoader();
    loader.comboID = id;
    loader.callback = onComboDataArrival;
    loader.send(wgScript + '?title=' + page + '&action=raw&ctype=text/plain');
 }
 function onComboDataArrival() {
    fillCombo(this.text, this.comboID);
 }
 function fillCombo(text, comboid) {
    var combo = document.getElementById(comboid);
    var lines = text.split("\n");
    
    for(var i = 0; i < lines.length; i++) {
        var value = lines[i].indexOf("-- ") == 0 ? lines[i].substring(3) : "";
        var option = document.createElement('option');
        option.setAttribute('value', value);
        option.appendChild(document.createTextNode(lines[i]));
        combo.appendChild(option);
    }
 }
 // end combo fill code

 // Loads the current source of the page "pagename" (as stored in the database)
 // and inserts it at the cursor position
 
 function doPreload(pagename) {
    var loader = new ContentLoader();
    loader.callback = onPreloadArrival;
    loader.send(wgScript + '?title=' + pagename + '&action=raw&ctype=text/plain');
 }
 function insertAtCursor(myField, myValue) {
    if(document.selection) { //IE support
        myField.focus();
        sel = document.selection.createRange();
        sel.text = myValue;
    } else if(myField.selectionStart || myField.selectionStart == '0') { //MOZILLA/NETSCAPE support
        var startPos = myField.selectionStart;
        var endPos = myField.selectionEnd;
        myField.value = myField.value.substring(0, startPos)
            + myValue
            + myField.value.substring(endPos, myField.value.length);
    } else {
        myField.value += myValue;
    }
 }
 function onPreloadArrival() {
    insertAtCursor(document.getElementById('wpTextbox1'), this.text);
 }
 // end preload code

Encontre un wiki (zh.wikipedia.org) que usa la misma idea pero no logro duplicarlo o hacer que funcione

Cualquier cosa contacta me en mi talk page en central --Cizagna (Talk) 14:00, 23 February 2009 (UTC)

okas puedo esperar gracias --Cizagna (Talk) Central Dofus 18:46, 24 February 2009 (UTC)
Despues de usar tu codigo como referencia y hacer pruebas extensivas vi que todo se resume a capitalizacion... por alguna razon (que no encuentro explicacion) en la linea requestComboFill('stdSummaries', 'Template:Stdsummaries'); la parte de Template:Stdsummaries no produce ese error tan curioso mientras que Template:StdSummaries si lo produce. Aparte de eso no es un error que sucede el 100% de los casos ya que IE tarda en procesar el reajuste de posiciones del recuadro por la insercion de las opciones que hace la funcion de 'requestComboFill' y en ese proceso aveces se atora o tarda un rato en finalizar el ajuste. Gracias por la ayuda--Cizagna (Talk) Dofus » 01:04, 07 March 2009 (UTC)
no logro repetir ahora el bug para sacarle una foto y lo veas pero bueno... Fijate no sabia que se podia usar el 'or' de esta forma. Ahorita estoy trabajando todo en Monobook asi que realmente lo que te pase es la parte que me daba mas problemas aunque tengo cubierto lo de monaco, este es mas o menos mi codigo final
 function fillEditSummaries() {
    var label = document.getElementById('wpSummaryLabel');
    if(label == null) return;
    
    var comboString = '<select id="stdSummaries" title="Standard Summaries" onchange="onStdSummaryChange()"></select>';
    label.innerHTML += comboString;
    label.firstChild.style.cssText = 'display:none';
    
    requestComboFill('stdSummaries', 'Template:Stdsummaries');
    
    var wikiaFeature = skin == 'monaco' ? 'Enhanced' : '';
    // Must be adjust manualy depending on the size of the menu
    var Sumamarycss  = skin == 'monaco' ? 'width:57%' : 'width:70%';
    var Sumamarysize = skin == 'monaco' ? '50' : '60';
    document.getElementById('wpSummary' + wikiaFeature).style.cssText = Sumamarycss;
    document.getElementById('wpSummary' + wikiaFeature).size = Sumamarysize;
    // even thougth this can be configure by MediaWiki pages its better this way so it only affects monaco pages
    if (skin == 'monaco') {
        document.getElementById('wpMinoredit').nextSibling.nextSibling.innerHTML = 'Minor';
        document.getElementById('wpWatchthis').nextSibling.nextSibling.innerHTML = 'Watch';
    }
 }
 function onStdSummaryChange() {
    var combo = document.getElementById('stdSummaries');
    var value = combo.options[combo.selectedIndex].value;
    
    var wikiaFeature = skin == 'monaco' ? 'Enhanced' : '';
     
    if(value != '') document.getElementById('wpSummary' + wikiaFeature).value = value;
 }
Sobre la importacion como esto es en base al codigo de Sikon y el es tan intransiguente cuando se habla/pregunta respecto a su codigo, me imagino que hizo el llamado extra a proposito, para que sea facil de actualizar/cambiar y asi evitar que editen el JS y creen errores, aparte que creo varias subfunciones globales las cuales reusa continuamente en los diferentes procesos, pero desde que tuve el problema con IE eh estado trabajando con otro codigo (en caso que no se lograra corregir una solucion al IE) que carga todo de golpe.
Aparte otra consulta hay alguna funcion o forma para desabilitar JS especificos sin entrar al common y desabilitarlos globalmente? porque por ahora solo se me ocurrio algo como en declarar al inicio del commons JSconfig = [] agregar al inicio de cada JS if (JSconfig[namefunction] = true) return; y pues si el usario quiere desactiar un JS solo tiene que poner en su pagina de js JSconfig[namefunction] = true; o conoces alguna otra opcion? --Cizagna (Talk) Dofus » 11:07, 08 March 2009 (UTC)

otros problemitas

Estoy teniendo unos problemillas con el codigo de arriba, ya no me esta reconociendo document.getElementById('wpSummary' + wikiaFeature) incluso intente document.getElementById('wpSummaryEnhanced') y me sigue botando como "null", aunque descubri que wikia metio algo para ajustar la barra despues de que se ejecuta todo el js personal asi que ya modifique mi codigo. Pero si me gustaría saber el porque o como es que no funciona. --Cizagna (Talk) Dofus » 18:46, 06 April 2009 (UTC)

Ahhh ya entendí/vi ese se ejecuta después cuando antes se ejecutaba antes(valga me la redundancia) que el mio, gracias --Cizagna (Talk) Dofus » 19:39, 06 April 2009 (UTC)

JS Advice

I'm working on a method for displaying documents from docstoc.com

What I have so far is here (scroll down), but it's not working properly. You can see the embed code by going to docstoc.com, clicking a document, then clicking embed. Any thoughts of yours would be great. --LordTBT Talk! 19:52, 24 February 2009 (UTC)

Looking at this (http://www.mediawiki.org/wiki/Extension:Docstoc) it seems I need to be retrieving the memid from the code as well. --LordTBT Talk! 20:01, 24 February 2009 (UTC)
Usage is <div class="Docstoc" style="width:670px; height:550px;"> [_ds_286641] </div>
However, I need to be retrieving another variable, mem_id, in order for it to work it seems.
This is an example of their embed code:

<object id="_ds_289712" name="_ds_289712" width="670" height="550" type="application/x-shockwave-flash" data="http://viewer.docstoc.com/"><param name="FlashVars" value="doc_id=289712&mem_id=34444&doc_type=doc&fullscreen=0" /><param name="movie" value="http://viewer.docstoc.com/"/><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /></object><br /><font size="1"><a href="http://www.docstoc.com/docs/289712/Risk-Assessment-SOW-Template">Risk Assessment SOW Template</a> - Get more <a href="http://www.docstoc.com/documents/business/">Business Plans</a></font>

--LordTBT Talk! 22:10, 25 February 2009 (UTC)

Awesome! Thanks for the help! -- LordTBT Talk! 04:35, 1 March 2009 (UTC)

Collapsible table

Oye cuando tengas listo tu codigo de collapsible table que recuerda el tamanio, dejame un msg me interesa fusionarlo con mi version modificada --Cizagna (Talk) Dofus » 19:52, 20 March 2009 (UTC)

sysoptest.wikia.com

hey do you mind if i use sysoptest.wikia.com for testing how to work out the semantic features? you can see i already request it just need your approval --Cizagna (Talk) Dofus » 15:04, 02 April 2009 (UTC)

Sysop

Please can I have sysop rights on Sysop Test Wiki? GT5162 15:10, 2 April 2009 (UTC)

Babel

Just wondering, why does your Wikia User Page say that you speak ca-3, en-2, but your Wikipedia User Page say ca-2, en-1? GT5162 19:52, 2 April 2009 (UTC)

Sysop Test

I would like to be a sysop at w:c:sysoptest. Thanks. --MyBrute Resource Center@Ronga 08:21, 12 May 2009 (UTC)

Sysop test question

Just want to ask for certainty before I begin this test, although I think it should be okay since it is a test site after all.

Is it okay to do bot test on the sysop test wiki? You know using commands to do mass-move tests, mass-adding category tests and so on.--MyBrute Resource Center@Ronga 12:26, 26 May 2009 (UTC)

Hello!

Hello, man! I have some questions I asked Michaeldzsuarez, but he didn't know.

I know that, if a want to put a link to other mediawiki, I have a code to put in the front of the link, like:

  • [[wikipedia:God|God]] to Wikipedia
  • [[wiktionary:God|God]] to Wiktionary
  • [[starwars:Han Solo|Han Solo]] to Wookieepedia

etc.

The problem is that this links always are for the english versions. But if one of this pages exist in more than one language (like the Wikipedia, that exist in several languages), how do I create the code link to one of this other languages?

For example, If I want to search about God in Wikipedia, but on the Portuguese Wikipedia (that means, "Deus"), what code I have to create?

Is there a page where I can find all the existent codes?

Thanks! Momergil 16:52, 3 August 2009 (UTC)

Thank you! =]

Now, a question: could you please fix the bug that is occuring in the MediaWiki:Monaco-sidebar on my wiki? All time that I click on the buttom "Teonis Wiki", instead of going to the main page, it does nothing! :x

Thaks! Momergil 17:50, 3 August 2009 (UTC)

JS Advice again

Hello sir. I am once again looking for JS advice...I want to integrate the following code but do not know how:

<script type="text/javascript"> CavalryLogger.getInstance("12531328931514").startWatch("res\/http:\/\/static.ak.facebook.com\/js\/api_lib\/v0.4\/FeatureLoader.js.php\/en_US");</script> <script type="text/javascript" src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> <script type="text/javascript">CavalryLogger.getInstance("12531328931514").stopWatch("res\/http:\/\/static.ak.facebook.com\/js\/api_lib\/v0.4\/FeatureLoader.js.php\/en_US");</script> <script type="text/javascript">FB.init("2ec9a6e35f5da29e26c68a76d25411b6");</script> <fb:fan profile_id="84155975777" stream="1" connections="10" width="300"></fb:fan> <div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/pages/Redwall-Wiki/84155975777">Redwall Wiki</a> on Facebook</div>

-- LordTBT Talk! 21:05, September 16, 2009 (UTC)

Interestingly it seems since yesterday they modified their code:

<script type="text/javascript" src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script><script type="text/javascript">FB.init("2ec9a6e35f5da29e26c68a76d25411b6");</script><fb:fan profile_id="84155975777" stream="1" connections="10" width="300"></fb:fan><div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/redwallwiki">Redwall Wiki</a> on Facebook</div>

I sent Wikia an e-mail too. -- LordTBT Talk! 19:48, September 17, 2009 (UTC)

OK, so I found some iframe code of yours and modified it, here. How do I test it to verify that I did it correctly? -- LordTBT Talk! 09:27, November 15, 2009 (UTC)

Thanks, but what would I put on a blank page to make the box appear is my question? -- LordTBT Talk! 09:56, November 15, 2009 (UTC)
Wait, wait. I realized I misinterpreted something here. Ok, the sideframe box is nifty, but what I want to do is make the iframe code appear in the article wikitext wherever I see fit. How would we modify it to do that, instead of appear in a sideframe box? -- LordTBT Talk! 10:06, November 15, 2009 (UTC)
Fantastic! thanks so much for the help! -- LordTBT Talk! 18:08, November 15, 2009 (UTC)

Traduciendo páginas de ayuda

Que tal, te consulto a vos porque vi que editaste (entre tantas otras cosas) la página de Ayuda:Personalizando Monaco. Y veo que no todos pueden editar estas paginas. Como tengo que hacer para que me autoricen? Me encantaría traducir esta: http://help.wikia.com/wiki/Help:Examples_of_customized_Monaco_skins que no existe aún en español y ayudar con otras que hagan falta.


Ojalá se pueda. Gracias.

Facu32 11:19, February 5, 2010 (UTC)

One javascript line causes all others to break

Hiya. I was referred by jeavis on IRC.

I'm having a little bit of trouble with my monaco.js page at RuneScape Wiki. It can also be triggered at my global.js page.

I recently added a small string of javascript to my global.js:

var ImageLightbox = {
}

It does what it's supposed to do; disable the "image lightbox" feature that appears when clicking an image. However, it also breaks my other scripts at my RuneScape Wiki monaco.js.

I then moved the code to my RuneScape Wiki monaco.js page. It is the only thing in my monaco.js that works. I've tried removing it, and purging the page; this fixes the problem and my others scripts work again, but then the lightbox feature isn't disabled! I need that code in there.

What can I do to completely fix this? I'd like it so the lightbox disable code works with my other scripts; not as if one prevails over another.

Might I add that this isn't the first time adding code to my monaco.js has caused my other scripts to break. Please help. Lil Diriz 77 00:21, May 6, 2010 (UTC)

Everything is working fine now. Thank you very much :)! Lil Diriz 77 01:13, May 7, 2010 (UTC)

Ah, valla

¿y tu sabes la diferencia?Diana8 20:13, May 28, 2010 (UTC)Diana8

Ah, vale

Gracias.Diana8 20:19, May 28, 2010 (UTC)Diana8

Thank you!!!

I am not sure how you figured it out, but I am very grateful!!! I give you a flower! Thanks sunflower --boy.pockets (talkmy boom) 05:56, August 18, 2010 (UTC)

Thanks!

Thank you so much for your response - it worked :) Appreciate it. --Mistertrouble189 07:22, November 6, 2010 (UTC)

Sidebar navigation

MediaWiki upgrade. Please see this forum. --Timeshifter 01:15, January 31, 2011 (UTC)

A Message From ToonGuy500

Hola, Ciencia Al Poder. Remember me? The same user you've blocked on The Pokemon Wiki. You made the biggest mistake in your life. The Rules on The Pokemon Wiki did say that not to copy information from Bulbapedia and I didn't. The only information I get from is Wikipedia. And in case you didn't notice, I am also a admin of a Wiki site called The Pooh's Adventures Wiki. And two more things, before you block someone, you should hear their side of the story first. That's what I always do. And the only reason I ignored Hstar is because of his/her behavior. Please think about what I said. Toonguy500 19:21, February 24, 2011 (UTC)

Hello!

Hola Ciencia, te deje dos mensajes en esta pagina, pero a lo mejor es preferible que me respondas en mi pagina de discusión. Gracias, saludos. --Liliana (my talk). 16:14, April 8, 2011 (UTC)

¡Gracias!

Por toda esa información, es muy interesante. Me di cuenta que en WikiDex aparece un globito azul en la parte izquierda de abajo con un mensaje a la comunidad. Me han dicho que va en MediaWiki:Community-corner pero no sale... ¿Sabes por qué? --Liliana (my talk). 08:48, April 26, 2011 (UTC)

Chat with the Community Team

Hello Ciencia, I have read your last couple of posts and responses to changes/bugs you have found on Wikia and wanted to discuss them further. I understand that you are angry and frustrated, but your aggressive tone and accusations are getting more and more often and frankly quite disruptive to the rest of the community. If you are that unhappy with Wikia, I am at the point of suggesting that you move on to another site that better fits you. I hate to say that to anyone who cares and knows as much about wikis as you obviously do, but at this point I don't know if there is another solution. If you are interested, I think that having a real time chat might help us in better understand each others frustrations and work towards a better situation. I know you are based in Spain and we are in San Francisco so would you be willing to get on a video chat or phone call to talk further? Please let me know if you are available. Sarah (help forum | blog) 19:07, May 9, 2011 (UTC)

Thanks for your quick response - although I must say that I wish you would be a bit more willing to discuss my first message. During the skin change and as we introduce new features the community team tries our best to give the community a heads up, explain our process and answer as many questions as possible. The changes and decisions we make are based on user experience research, for all types of users across the entire site, helping us make decisions that are best for the majority of users.

As you have expressed many times, some of these decisions you did not agree with - but your continued assumption of bad faith and negativity across the site makes it difficult for us have a constructive conversation. In order to continue to support the whole community we need to be able to have a respectful two way dialog - one which you seem uninterested in participating in. Since this is the case, I recommend that you take a break from participating in community central discussions. You are welcome to still email us directly if you wish to continue this conversation - but please take a break from participating on community central. Sarah (help forum | blog) 22:43, May 12, 2011 (UTC)

Permalink for comment

Hi Ciencia al Poder! How do I create a permalink to a comment? In this post at Forum:New Wikia Editor tracking post, there is an example:

http://community.wikia.com/index.php?title=User_blog_comment:Sarah_Manley/Try_the_New_Wikia_Editor/@comment-Ciencia_Al_Poder-20110622201805/@comment-Kirkburn-20110623122401&permalink=303789#comm-303789

How do I figure out what the permalink is when I want to give another person a link that takes them straight to a particular comment in a blog. Thanks! — SpikeToronto 09:33, June 26, 2011 (UTC)

I was wondering too..your answer will be pretty helpful:)Roranoa zoro [Talk] 09:35,6/26/2011
I've only copied the link in the "timestamp" of the message (near the username). I saw that the URL had a "permalink" on it and guessed it was effectively a permalink. Hopefully it worked :) --Ciencia Al Poder (talk) -WikiDex 16:46, June 26, 2011 (UTC)
It worked perfectly. So copy the link in the timestamp, eh? Lemme go give it a try … — SpikeToronto 22:03, June 26, 2011 (UTC)
UPDATE: It works! I never even noticed that the timestamp was hypertexted. Thanks CAP! — SpikeToronto 22:07, June 26, 2011 (UTC)

Progress Bar

Hello..I saw your comment on the User Pages blog and I'm pretty intersted in how the progress bar on the user pages are made..I cant even figure out what template it's on(cant understand the language but blah)..thanks:)Roranoa zoro [Talk] 14:10,7/7/2011

I see..that was pretty helpful...but I'm an Oasis user,..thanks anyway:)Roranoa zoro [Talk] 14:25,7/7/2011

Don't disrupt me

Please see Godisme's talk page for an explanation!!!--SGComandTalk  21:17,1/6/2012 

Sig

Nice sig choice, thanks! ;)--Category:Acer4666 01:11, January 7, 2012 (UTC)

You were my inspiration :) --Category:Ciencia Al Poder (talk) -WikiDex 10:09, January 7, 2012 (UTC)

A sortable column with images

Ciencia Al Poder, could you please tell me how did you do columns with images sortable for your wiki?

Thank you, Alexander

—This unsigned comment is by AlexBytex (wallcontribs). Please sign your comments by adding "~~~~" in the source editor.

Sorry for the delay. I've extracted the code that makes image sorting more reliable for you (on WikiDex it's inside a more complex function). This should work:
// BEGIN Fix "sortable" with images
(function() {
/**
* @method getInnerText
* @description Return the text representation of the specified element and its children. When an image is found, return its alt attribute
* @param {HTMLElement} el DOM element
* @type String
*/
var getInnerText = function(el){
	if (typeof el === 'string') return el;
	if (typeof el === 'undefined') return '';
	if (el.nodeType !== 1 || (el.nodeType === 1 && el.getElementsByTagName('img').lenght == 0)) {
		return (el.textContent || el.innerText || '');
	}
	var str = '',
		cs = el.childNodes;
	for (var i = 0; i < cs.length; i++) {
		switch (cs[i].nodeType) {
			case 1: //ELEMENT_NODE
				if (cs[i].tagName.toLowerCase() == 'img')
					str += cs[i].alt;
				else
					str += getInnerText(cs[i]);
				break;
			case 3: //TEXT_NODE
				str += cs[i].nodeValue;
				break;
		}
	}
	return str;
};

window.ts_getInnerText = function(el) {
	return getInnerText(el);
};

})();
// END Fix "sortable" with images
Note that it may not work when your wiki is upgraded to MW1.19. Contact me if that happens. --Category:Ciencia Al Poder (talk) -WikiDex 16:01, July 13, 2012 (UTC)
Wow! Brilliant. Your knowledge of all this stuff always astounds me. And you're right about 1.19. While I'm glad we're updating, it's broken almost every enhancement we've written for the Oasis RTE. <sigh> — SpikeToronto 22:32, July 13, 2012 (UTC)
Great, thank you! But could you also add a couple of words on using of this snippet? Where to place it? Thanks! AlexBytex 07:59, July 16, 2012 (UTC)!
You should add that code in MediaWiki:Common.js page of your wiki. --Category:Ciencia Al Poder (talk) -WikiDex 09:27, July 16, 2012 (UTC)
Thank you very much! Works like a breeze. :-) AlexBytex 10:14, July 16, 2012 (UTC)!


ayuda

ciencia al poder perdon soy iván1906 desbloqueame la pagina de usuario te mande un mensaje en wikidex y no le puesto la firma con las prisas perdon no lo volvere a hacer mas respondeme en wikidex en mi pagina de discusion o en la tuya acudire a ver si me respondes gracias y lo siento muchoooo--Iván1906 (talk) 07:55, May 26, 2013 (UTC)

que pasa ciencia al poder que no me vas a perdonar respondeme--Iván190694 (talk) 10:59, May 27, 2013 (UTC)

Ayuda en Inazuma Eleven Wiki

Buenos días/tardes/noches señor Ciencia al Poder. Yo soy Mr.F15 uno de los Administradores de la Wiki en español de Inazuma Eleven

La cuestión es la siguente: lo que pasa es que he querido instalar la plantilla de las imagenes Pop-Up basándome de la Wikidex pero he tenido problemas ya que no sale como debe ser. El burócrata Eø3 me dijo que se debe instalar una especie de código en la que él tampoco ha sido capaz.

Es para pedirte una ayudita y si por favor me enseñas como se instala. Ah, y a parte de eso, puedo también crear plantillas de licencia en las imagenes y vídeos basándome de la Wikidex para ponerlas en cada una y así evitar problemas de copyright?

Gracias por su atención.

Mr.F15 (talk) 20:45, August 3, 2015 (UTC)