Uasuforos
09-06-2009, 10:00 PM
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.
http://www.uasuforos.com/tutos/step1.jpg
Step 4:
Make Double-Click en "Postbit Templates"
http://www.uasuforos.com/tutos/step2.jpg
Step 5:
Make Double-Click en "postbit_legacy"
Step 6:
Search this code:
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
And after add:
For male Voice:
<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>
For Female Voice:
<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>
http://www.uasuforos.com/tutos/step7.jpg
Step 7:
Save the Template.
Step 8:
Upload image listen.gif in template directory default or in use.
http://www.uasuforos.com/listen.gif
Example.
This Link (http://www.uasuforos.com/foro/f7/buscamos-disenador-grafico-postulate-ve-mas-3495/)
Especial Thanks PoLiZe (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:
<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:
<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 PoLiZe (http://www.uasuforos.com/foro/members/polize/)
(By the adaptation).
Step 1:
Go to "Styles & Templates" >> "Style Manager".
Step 2:
Press the "Go" Button.
Step 3:
Edit template.
http://www.uasuforos.com/tutos/step1.jpg
Step 4:
Make Double-Click en "Postbit Templates"
http://www.uasuforos.com/tutos/step2.jpg
Step 5:
Make Double-Click en "postbit_legacy"
Step 6:
Search this code:
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
And after add:
For male Voice:
<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>
For Female Voice:
<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>
http://www.uasuforos.com/tutos/step7.jpg
Step 7:
Save the Template.
Step 8:
Upload image listen.gif in template directory default or in use.
http://www.uasuforos.com/listen.gif
Example.
This Link (http://www.uasuforos.com/foro/f7/buscamos-disenador-grafico-postulate-ve-mas-3495/)
Especial Thanks PoLiZe (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:
<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:
<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 PoLiZe (http://www.uasuforos.com/foro/members/polize/)
(By the adaptation).