Back to vBulletin 3.8 Template Modifications

Listen This Post
Mod Version: 1.00, by Uasuforos

vB Version: 3.8.4 Rating: (3 votes - 4.00 average) Installs: 11
Released: 07 Sep 2009 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

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>
And after add:
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>
For Female 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','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.


vblts.ru supports vBulletin®, 2022-2024