vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - 'Text to Speech' user posts (https://vborg.vbsupport.ru/showthread.php?t=188839)

RedeemedWarrior 08-22-2008 06:03 PM

i'll try it out

RvG2 08-22-2008 06:11 PM

installed works perfectly. :D

hope you can something for male and female voice. if the gender of the user is male it will talk to male voice and it it's female user it will talk to female.

BucWiLd 08-22-2008 06:38 PM

well i added it and it works great :)

C.Birch 08-22-2008 08:40 PM

If you want a male voice you edit

<a href="javascript:void(0);"
onclick="get_id('post_message_$post[postid]','en','fm');">

to

<a href="javascript:void(0);"
onclick="get_id('post_message_$post[postid]','en','ml');">

male-female on each user could be done using profile Fields where they pick male (ml) or female (fm). I'll sort it out over weekend if i get time.

C.Birch 08-22-2008 08:41 PM

Quote:

Originally Posted by Defkalion (Post 1604641)
What languages does this work with?

I have only tested english.

marc2005 08-22-2008 08:56 PM

That's great!

BucWiLd 08-22-2008 09:08 PM

i kinda like the female :)

C.Birch 08-22-2008 09:38 PM

the female is more clear thats why i picked it :)

GoTTi 08-23-2008 12:20 AM

Quote:

Originally Posted by Defkalion (Post 1604641)
What languages does this work with?

looks like it works with 6 languages. to change the language, the code you put in postbit and postbitlegacy, alter the:

Code:

'en','fm');">
part. here is what will work so far:

English = en
Spanish = es
Italian = it
Hindi = hi
Portugues = pt
Catala = ca

so if you want spanish, your code should look like:

Code:

'es','fm');">
thanks for the little addon.

installed.

pammy 08-23-2008 12:50 AM

OMG..I like this TY


All times are GMT. The time now is 04:17 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01332 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete