Is this what you need?
NOTE: This MOD will work on ANY version of vBulletin - 3.4,3.5,3.6,3.7,3.8 etc...
This will give you a Google translate box which will allow users to translate your pages on the fly into their own language!
Step 1
Go
here and choose your forum native language, copy the code given in the box.
Step 2
In FORUMHOME FIND
Code:
<!-- end today's birthdays -->
</if>INSERT AFTER
{Code copied from Step 1}
In FORUMDISPLAY FIND
Code:
<!-- ############## END THREADS LIST ############## -->
</if>
INSERT AFTER
{Code copied from Step 1}
In SHOWTHREAD FIND
Code:
<!-- / social bookmarking links -->
</if>INSERT AFTER
{Code copied from Step 1}
In USERCP FIND
Code:
$template_hook[usercp_main_pos6]
INSERT AFTER
{Code copied from Step 1}