Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How to add a widget?

YAcostaYAcosta
edited January 2013 in Vanilla 2.0 - 2.8

I want to put this widget on my forum:

But not the forum in which file should I put the script, try it on and made default_master.tpl bonk, this is the code I want to add:

<script id="_waugf6">var _wau = _wau || []; _wau.push(["tab", "maussx4bwnm3", "gf6", "left-middle"]); (function() {var s=document.createElement("script"); s.async=true; s.src="http://widgets.amung.us/tab.js"; document.getElementsByTagName("head")[0].appendChild(s); })();</script>

The code is on this page: http://whos.amung.us/showcase/

Can you?

Thanks

ORIGINAL:
Quiero poner este widget en mi foro: (FOTO)

Pero no se en que archivo del foro debo colocar el script, lo intente en el default_master.tpl e hizo bonk, este es el codigo que quiero agregar: (CODIGO)

El codigo es de esta pagina:http://whos.amung.us/showcase/

¿se puede?

Gracias.

Tagged:

Comments

  • Podrías usar otro tema que no use tpl y que use php en vez, y asi es mas fácil . Pero creo que si metes el codigo en el global.js . Y luego ajustar donde sale usando css. No estoy segura ...por eso no me gusta usar temas con tpl pero ya estoy aprendiendo . El tpl es un framework que usa Smarty y atravez de Smarty se pueden meter las cosas. Checa el folder lib/vendors/Smarty plugins , ahi hay varias funciones que puedes copiar o adaptar a lo que necesitas.

  • Guau,,, excelente, entonces me fijare. Lo que pasa es que este tema llamado Danca que usa tpl me gusta muchísimo ademas que lo he venido manipulando, voy a estudiar los puntos que me indicaste. Muchísimas gracias.

  • x00x00 MVP
    edited January 2013

    there are several ways to do this. Simplest way if you are non technical is to insert it using the pockets plugin.

    you can also put in in you themes default.master template

    if using smarty put

    {literal}
    <script id="_waugf6">var _wau = _wau || []; _wau.push(["tab", "maussx4bwnm3", "gf6", "left-middle"]); (function() {var s=document.createElement("script"); s.async=true; s.src="http://widgets.amung.us/tab.js"; document.getElementsByTagName("head")[0].appendChild(s); })();</script>
    {/literal}
    

    you can also use themehooks/plugins, but that is more advanced.

    grep is your friend.

Sign In or Register to comment.