ページへ戻る

− Links

 印刷 

About (en) ​/ Acerca de (es) :: XOOPS マニア

UsersWiki:la9una

ページ内コンテンツ
  • About (en) / Acerca de (es)
    • Description (en)
    • Descripción (es)
  • FAQ's (en)
  • Preguntas frecuentes (es)

About (en) / Acerca de (es) anchor.png[1] Edit [2]

Page Top

Description (en) anchor.png[3] Edit [4]

xpwiki[5] is a great module for xoops[6]. This page looks for to collect data about this module for the english speakers, to aim to own a base of advice to optimize its yield.

Page Top

Descripción (es) anchor.png[7] Edit [8]

xpwiki[5] es un gran módulo para xoops[6]. Esta página intenta recolectar información sobre este módulo, para los hispanohablantes, a fin de obtener una base de consejos para optimizar su rendimiento.

Page Top

FAQ's (en) anchor.png[9] Edit [10]

  • How to fix the TOC (table of contents) to work in Internet Explorer correctly?
    • If you use XOOPS[6] Standard distribution or ImpressCMS, you are probable that she has problem. In order to solve it, please open the file "root\include\xoops[6].js" (arround line 3 and 18), and realises the following modifications :

Before

 if ( typeof window.$ != 'function' ) {
function $() {
 var elements = new Array();

 for (var i = 0; i < arguments.length; i++) {
   var element = arguments[i];
   if (typeof element == 'string')
     element = document.getElementById(element);

   if (arguments.length == 1)
     return element;

   elements.push(element);
 }

 return elements;
}
}

After

if ( typeof window.$ != 'function' ) {
var $ = function () {
 var elements = new Array();

 for (var i = 0; i < arguments.length; i++) {
   var element = arguments[i];
   if (typeof element == 'string')
     element = document.getElementById(element);

   if (arguments.length == 1)
     return element;

   elements.push(element);
 }

 return elements;
};
}

Referencia: "xoops.js [Correction of xoops.js] - xpwiki : ImpressCMS[11]". - nao-pon[12]

Page Top

Preguntas frecuentes (es) anchor.png[13] Edit [14]

  • Como corregir el error en la TOC (tabla de contenidos) para que funcione correctamente con Internet Explorer?
    • Si usted utiliza la distribución standart de XOOPS[6] o ImpressCMS, es probable que tenga este problema. Para solucionarlo, por favor revise el archivo "raíz del sitio\include\xoops[6].js" (aproximadamente, líneas 3 y 18) y realice las siguientes modificaciones:

Antes

 if ( typeof window.$ != 'function' ) {
function $() {
 var elements = new Array();

 for (var i = 0; i < arguments.length; i++) {
   var element = arguments[i];
   if (typeof element == 'string')
     element = document.getElementById(element);

   if (arguments.length == 1)
     return element;

   elements.push(element);
 }

 return elements;
}
}

Después

if ( typeof window.$ != 'function' ) {
var $ = function () {
 var elements = new Array();

 for (var i = 0; i < arguments.length; i++) {
   var element = arguments[i];
   if (typeof element == 'string')
     element = document.getElementById(element);

   if (arguments.length == 1)
     return element;

   elements.push(element);
 }

 return elements;
};
}

Referencia: "xoops.js [Correction of xoops.js] - xpwiki : ImpressCMS[11]". - nao-pon[12]


Last-modified: 2009-01-30 (金) 05:45:10 (JST) (5559d) by nao-pon