Listen This Post
This is a small modification to be able to listen to post long, Functional in the version 3.8.x It is possible also to be implemented for Spanish.
Step 1: Go to "Styles & Templates" >> "Style Manager". Step 2: Press the "Go" Button. Step 3: Edit template. Step 4: Make Double-Click en "Postbit Templates" Step 5: Make Double-Click en "postbit_legacy" Step 6: Search this code: Code:
<if condition="$post['forwardlink']"> <a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a> </if> For male Voice: Code:
<script type="text/javascript" src="http://vozme.com/get_text.js"></script> <a href="javascript:void(0);" onclick="get_id('post_message_$post[postid]','en','ml');"> <img src="$stylevar[imgdir_button]/listen.gif" alt="Listen this post" border="0" /></a> Code:
<script type="text/javascript" src="http://vozme.com/get_text.js"></script> <a href="javascript:void(0);" onclick="get_id('post_message_$post[postid]','en','fm');"> <img src="$stylevar[imgdir_button]/listen.gif" alt="Listen this post" border="0" /></a> Step 7: Save the Template. Step 8: Upload image listen.gif in template directory default or in use. Example. http://www.uasuforos.com/foro/f7/buscamos-disenador-grafico-postulate-ve-mas-3495/ Especial Thanks http://www.uasuforos.com/foro/members/polize/ (By the adaptation). Use in FireFox Perfectly an IE8 Limit to 250 Words ----------------------------------------------------------- Para Implementarlo en español solo se debe poner este codigo: Voz de Hombre: Code:
<script type="text/javascript" src="http://vozme.com/get_text.js"></script> <a href="javascript:void(0);" onclick="get_id('post_message_$post[postid]','es','ml');"> <img src="$stylevar[imgdir_button]/listen.gif" alt="Listen this post" border="0" /></a> Voz de Mujer: Code:
<script type="text/javascript" src="http://vozme.com/get_text.js"></script> <a href="javascript:void(0);" onclick="get_id('post_message_$post[postid]','es','fm');"> <img src="$stylevar[imgdir_button]/listen.gif" alt="Listen this post" border="0" /></a> Y editar el boton y subirlo a las carpetas de los temas donde implementaran el codigo. Especial Thanks http://www.uasuforos.com/foro/members/polize/ (By the adaptation). Download No files for download. |