צפה בגרסא המלאה: נפתר חוסמת פורום מרכבה עדיין וגם לא מתורגם
מיכל,
אבני בפורום עדיין מרכבה. סיום התואר חוט עדיין מראה [/ langtitle], חוט היא להראות את זה בשפה כרזות המקורי.
דוגמה:
http://www.jesh.com/bug2.jpg
TEXT אשכול צריך להיות בשפה הצפייה משתמש?
שימוש vBET שיצא היום (4.2.2)
אני רואה את זה ואני יודע את הסיבה בלי לבדוק קוד. כן - זה באג שלנו. vBET היא בדיקת'...' בכותרת לפתור כותרים בשפות אחרות אשר בהם לחתוך (תיקון באג: http://www.vbenterprisetranslator.com/forum/vbet4-bug-reporting/644-forum-sidebar-problem.html). אנחנו מתגעגעים כובע משתמש יכול להגדיר שם'...' עצמו;)
נראה כי תיקון באג one יצרנו עוד אחד - מצטער על מידה להחמיץ. אנחנו נטפל בעניין הזה. שים לב כי זה יקרה רק עם כותרים בשפות אחרות שיש במקור'...' בהתחלה. אנו נותנים פתרון מהיר על כך כאן.
אודות TEXT לא בשפה שנצפו - זה לצערי מתוך היקף שלנו ברגע זה - ראה כאן הסבר:
תוקן. עבור תיקון מהיר בבקשה:
1. עריכת קובץ / inclues / vbenterprisetranslator_functions_bbcode.html
2. מצא:
if ($endShorted && $endShorted < $end) {
$end = $endShorted + 3;
$toParse = substr($title,$start,$end - $start).'[/langtitle]';
3. REPLACE על ידי:
if ($endShorted && $endShorted < $end) {
$nextStart = strpos($title, '[langtitle=', $endShorted);
if (!$nextStart || $nextStart > $end) {
$toParse = substr($title,$start,$end - $start);
} else {
$end = $endShorted + 3;
$toParse = substr($title,$start,$end - $start).'[/langtitle]';
}
תוקן. עבור תיקון מהיר בבקשה:
1. עריכת קובץ / inclues / vbenterprisetranslator_functions_bbcode.html
2. מצא:
if ($endShorted && $endShorted < $end) {
$end = $endShorted + 3;
$toParse = substr($title,$start,$end - $start).'[/langtitle]';
3. REPLACE על ידי:
if ($endShorted && $endShorted < $end) {
$nextStart = strpos($title, '';
}
לא עובד ... כאן היא לחסום כל
if (false === $end) {
$endShorted = strpos($title, '...', $start);
if ($endShorted && $endShorted < $end) {
$nextStart = strpos($title, '[langtitle=', $endShorted);
if (!$nextStart || $nextStart > $end) {
$toParse = substr($title,$start,$end - $start);
} else {
$end = $endShorted + 3;
$toParse = substr($title,$start,$end - $start).'';
}
} else {
break;
}
} else {
$end += 12;
}
אתה השתמשת בו נכון ...[/ מקום langtitle] בבקשה לבטל שינויים אלה ולהשתמש בו במקום המתאים. בלוק שלם צריך להיות:
if (!$toParse) {
$endShorted = strpos($title, '...', $start);
if ($endShorted && $endShorted < $end) {
$nextStart = strpos($title, '[langtitle=', $endShorted);
if (!$nextStart || $nextStart > $end) {
$toParse = substr($title,$start,$end - $start);
} else {
$end = $endShorted + 3;
$toParse = substr($title,$start,$end - $start).'[/langtitle]';
}
} else {
$toParse = substr($title,$start,$end - $start);
}
}
וזה לחסום רק אחרי האחד הזה שבו אתה שונה.
Automatic Translations (Powered by Google, Microsoft®,
Yandex, SDL Language Cloud, IBM Watson and Apertium):
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.