Requires mootools 1.1

  • rodrigomirandasm
  • Avatar de rodrigomirandasm Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
14 anos 8 meses atrás #13329 por rodrigomirandasm
rodrigomirandasm created the topic: Requires mootools 1.1
Bom dia pessoal,

É o seguinte, instalei um módulo chamado YOOgallery, porém para abrir as fotos ele solicita
alguma coisa deste tipo "Requires mootools 1.1", alguem saberia dizer o que isto significa?

_______________________________________
<!-- m --><a class="postlink" href=" www.projetoinsert.com.br " onclick="window.open(this.href);return false;"> www.projetoinsert.com.br </a><!-- m -->
[color=#0000FF:99sbzbq1] twitter.com/dw_rodrigo [/color:99sbzbq1]

Please Entrar ou Registrar to join the conversation.


  • rodrigomirandasm
  • Avatar de rodrigomirandasm Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
14 anos 8 meses atrás #13412 por rodrigomirandasm
rodrigomirandasm replied the topic: Re: Requires mootools 1.1
ninguem ....

_______________________________________
<!-- m --><a class="postlink" href=" www.projetoinsert.com.br " onclick="window.open(this.href);return false;"> www.projetoinsert.com.br </a><!-- m -->
[color=#0000FF:99sbzbq1] twitter.com/dw_rodrigo [/color:99sbzbq1]

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 8 meses atrás #13423 por elvisvinicius
elvisvinicius replied the topic: Re: Requires mootools 1.1
MooTools é um framework javascript.
O Joomla já vem com o MooTools, versão 1.1

Confere se essa extensão já não habilita o MooTools sozinha.
Do contrário, chame o mootools manualmente, colocando no index.php do seu template, depois disso:
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>

isto:
<?php JHTML::_('behavior.mootools'); ?>

( ^ ^)

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 7 meses atrás #14441 por pollylindynha
pollylindynha replied the topic: Re: Requires mootools 1.1
Não funfa pra mim. O site sai todo do ar. <!-- s:evil: --><img src="{SMILIES_PATH}/icon_evil.gif" alt=":evil:" title="Mal ou Muito Furioso" /><!-- s:evil: -->

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 7 meses atrás #14443 por pollylindynha
pollylindynha replied the topic: Re: Requires mootools 1.1
Achei este TUTO que parece funfar :)

FONTE: http://tutorials.yootheme.com/index.php ... 8&Itemid=2

Tutorial
How to install Mootools in a non YOOtheme template to use the YOOtools?

Mootools including for Joomla 1.0

Get Mootools 1.11
Copy the file (for example: mootools-release-1.11.js) into your template folder.

Open index.php in your template folder and insert following code in the header. Note: Mootools should be loaded before all other JS.

<script language="javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/mootools-release-1.11.js" type="text/javascript"></script>

Don't forget to add the CSS ( How do I add YOOtools extension stylings to Joomla 1.0 templates? )

Please Entrar ou Registrar to join the conversation.