moman
15-04-10, 02:14
ביום misc.php לעשות BBCode =?:
cellspacing ואת cellpadding ריקים ("") כי $ stylevar אינה מוגדרת בזמן הערכת תבנית ובכך השולחנות עם BBCodes vBET מכוער.
כדי לתקן:
חפש vbenterprisetranslator_functions_hooks.php:
function vbet_misc_bbcode_complete(&$template, $bbcode_parser) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_bbcode.php');
global $vbphrase;
החלף:
function vbet_misc_bbcode_complete(&$template, $bbcode_parser) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_bbcode.php');
global $vbphrase;
global $stylevar;
עכשיו הכל הופך כראוי! שגיאה לשכפל על vbet.com:)
cellspacing ואת cellpadding ריקים ("") כי $ stylevar אינה מוגדרת בזמן הערכת תבנית ובכך השולחנות עם BBCodes vBET מכוער.
כדי לתקן:
חפש vbenterprisetranslator_functions_hooks.php:
function vbet_misc_bbcode_complete(&$template, $bbcode_parser) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_bbcode.php');
global $vbphrase;
החלף:
function vbet_misc_bbcode_complete(&$template, $bbcode_parser) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_bbcode.php');
global $vbphrase;
global $stylevar;
עכשיו הכל הופך כראוי! שגיאה לשכפל על vbet.com:)