摩曼
15-04-10,02:14
在misc.php?做= BBCode代碼:
cellspacing和cellpadding是空的(“”),因為 $ stylevar沒有定義,而評估模板,從而表與 vBET BBCodes很醜陋。
要解決:
查找vbenterprisetranslator_functions_hooks.php:
功能vbet_misc_bbcode_complete(&$模板,$ bbcode_parser){
require_once(DIR.'/包括/ vbenterprisetranslator_functions_bbcode.php');
全球$ vbphrase;
替換:
功能vbet_misc_bbcode_complete(&$模板,$ bbcode_parser){
require_once(DIR.'/包括/ vbenterprisetranslator_functions_bbcode.php');
全球$ vbphrase;
全球$ stylevar;
現在一切都正確呈現!上再現 vbet.com錯誤:)
cellspacing和cellpadding是空的(“”),因為 $ stylevar沒有定義,而評估模板,從而表與 vBET BBCodes很醜陋。
要解決:
查找vbenterprisetranslator_functions_hooks.php:
功能vbet_misc_bbcode_complete(&$模板,$ bbcode_parser){
require_once(DIR.'/包括/ vbenterprisetranslator_functions_bbcode.php');
全球$ vbphrase;
替換:
功能vbet_misc_bbcode_complete(&$模板,$ bbcode_parser){
require_once(DIR.'/包括/ vbenterprisetranslator_functions_bbcode.php');
全球$ vbphrase;
全球$ stylevar;
現在一切都正確呈現!上再現 vbet.com錯誤:)