MyBB Community Forums

Full Version: problema con jquery !!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hola amigos bueno tengo un serio problema inserte jquery mas unas librerias y desde que las puse al momento de crear mensajes no me salen las opciones de mycode.

agrege a mi headerinclude:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery-ui-1.8.23.custom.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/acciones2.js"></script>
<script>
   var global = {
     boardurl : "{$mybb->settings['bburl']}",
   }
</script>

con eso para crear mensajes me sale asi :

[Image: Uyh5.png]

necesito ayuda urgente amigos !!
Por favor, escriba en Inglés.

Se han incluido dos bibliotecas de jQuery en su headerinclude. Por favor, retire el de ellos.
Además, dispone de un conjunto de conflictos JavaScript.

Usted pudiera considerar agregar el siguiente si usted todavía tiene la biblioteca jQuery aplicada.

jQuery.noConflict();

Thanks google translate.
This section is for Spanish speaking people, ElectricShock. Don't come here correcting them for trying to get help in a language they understand.

Si el codigo que ElectricShock dio no funciona, siguiero que reviertas la plantilla a su modo normal.
He posted in the wrong forum, and I replied it in his language.

It was corrected before you came here, leaving you with misunderstanding.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

Usa ese, esta mas actualizado, y ademas, asegúrate de que no tienes insertado otro jquery.min agregado, el conflicto podría deberse a eso.