วิธีการแก้ปัญหาสง่างามมากขึ้นพบว่า -- จะรวมอยู่ในรุ่นถัดไป มันจะไม่จำเป็นต้องใด ๆ เพิ่มเติมฉบับภาษาไทยไฟล์

สำหรับการแก้ไขอย่างรวดเร็ว :
1 แก้ไขไฟล์ / includes / vbenterprisetranslator_functions_vbseo.php
2 ค้นหา :
PHP Code:
function vbet_vbseo_filter_replace_text($text$allowchars null$filter_stop_words true$reversable false) { 
3 ใส่หลังจากที่ :
PHP Code:
if(isset($GLOBALS['FIX_EMAILS'])) {
return 
vbseo_filter_replace_text ($text$allowchars$filter_stop_words$reversable);