חשוב: הדף זה היא באמצעות עוגיות (cookies). שימוש באתר זה מבלי לכבות את קבצי ה-cookie בדפדפן, משמעותה שאתה מסכים עבור השימוש בו.
קנה עכשיו! תכונות הורדות

להרוויח איתנו!

אם אתה רוצה להתחיל להרוויח כסף עם vBET להצטרף תוכנית שותפים.
תוצאות 1 עד 10 של 12

אשכול: שגיאה בעורך

תצוגה היברידית

פוסט הקודם Previous Post   Next Post פוסט הבא
  1. #1
    חבר בכיר
    תאריך
    נובמבר 2009
    הודעות
    168

    Default שגיאה בעורך

    עבור משתמשים שיש להם שפה זרה מופעלת, ראש הממשלה למבקר עורכי הודעה להיעלם כאשר הקרס editor_toolbar_end להוסיף את הרדיו אפשרויות שפה מופעלת. זה לא היה המצב בעבר 3.3.0-אתה יכול בבקשה לבדוק את זה?

    עבור הודעות רגילות, לחצני הבחירה אינם מופיעים כלל.

    אני נכה זמנית זה וו כך שאנשים יוכלו לפרסם.
    נערך לאחרונה על ידי moman; 13-04-10 ב 22:33.

  2. #2
    מיכאל Podbielski (vBET סגל) vBET's Avatar
    תאריך
    אוקטובר 2009
    הודעות
    3,037

    Default

    אני פשוט בדק PM בתא והודעות המבקר (מהיר ומתקדם) בפורום שלנו וזה עובד. אולי בדקתי במקום הלא נכון. אתה יכול בבקשה להגיד אתה רואה את אותה בעיה בפורום הזה?

    אם כן אז בבקשה לתת כתובת מדויקת לדף עם שגיאה לספר מה הם הגדרות המשתמש שלך.

    אם לא אז בבקשה:
    1. תגיד איזו גירסה vB אתה משתמש
    2. בדוק אתה השתנו תבניות עבור עורכי אלה. אם כן - יש לבדוק האם קיימת בעיה לאחר היפוך שינויים (נא ליצור גיבוי של תוכן תבנית בפועל, אז אתה תוכל להחזיר אותו).
    3. אנא שלח לנו את התוכן המדויק של התבניות שלך עבור אלה העורכים אשר נעלם.

  3. #3
    חבר בכיר
    תאריך
    נובמבר 2009
    הודעות
    168

    Default

    3.8.5. מחזיר את התבנית לא עשו כלום (למרות שאתה חושב שזה). אולי תוסף אחר הוא הגורם הזה, למרות שזה לא צריך ו במקרה הגרוע ביותר שאנחנו יכולים קשיח קוד לעקיפת הבעיה.

    הפונקציה בעייתית היא vbet_editor_toolbar_end, לידיעתך.

    קוד התבנית שלי עבור editor_toolbar_on היא:

    HTML Code:
    $vBeditTemplate[clientscript]
    <table cellpadding="0" cellspacing="0" border="0">
    <tr>
    	<td id="$editorid" class="vBulletin_editor" width="100%">
    		<div id="{$editorid}_controls" class="controlbar">
    			<table cellpadding="0" cellspacing="0" border="0">
    			<tr>
    				<td><div class="imagebutton" id="{$editorid}_cmd_removeformat"><img src="$stylevar[imgdir_editor]/removeformat.gif" width="21" height="20" alt="$vbphrase[remove_text_formatting]" /></div></td>
    			<if condition="$show['font_bbcode'] OR $show['size_bbcode']">
    				<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    			</if>
    			<if condition="$show['font_bbcode']">
    				<td><div class="imagebutton" id="{$editorid}_popup_fontname" title="$vbphrase[fonts]">
    					<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td class="popup_feedback"><div id="{$editorid}_font_out" style="width:91px">&nbsp;</div></td>
    						<td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
    					</tr>
    					</table>
    				</div></td>
    			</if>
    			<if condition="$show['size_bbcode']">
    				<td><div class="imagebutton" id="{$editorid}_popup_fontsize" title="$vbphrase[sizes]">
    					<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td class="popup_feedback"><div id="{$editorid}_size_out" style="width:25px">&nbsp;</div></td>
    						<td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
    					</tr>
    					</table>
    				</div></td>
    			</if>
    			<if condition="$show['color_bbcode']">
    				<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    				<td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
    					<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.gif" width="21" height="16" alt="" /><br /><img src="$vboptions[cleargifurl]" id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td>
    						<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
    					</tr>
    					</table>
    				</div></td>
    			</if>
    			<if condition="$show['wysiwygsmilies']">
    				<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    				<td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]">
    					<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td><img src="$stylevar[imgdir_editor]/smilie.gif" alt="" width="21" height="20" /></td>
    						<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
    					</tr>
    					</table>
    				</div></td>
    			</if>
    			<if condition="$show['attach']">
    				<td><div class="imagebutton" id="{$editorid}_popup_attach" title="$vbphrase[attachments]">
    					<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td><img src="$stylevar[imgdir_editor]/attach.gif" alt="" width="21" height="20" /></td>
    						<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
    					</tr>
    					</table>
    				</div></td>
    			</if>
    				<!--
    				<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_cut"><img src="$stylevar[imgdir_editor]/cut.gif" width="21" height="20" alt="$vbphrase[cut]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_copy"><img src="$stylevar[imgdir_editor]/copy.gif" width="21" height="20" alt="$vbphrase[copy]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_paste"><img src="$stylevar[imgdir_editor]/paste.gif" width="21" height="20" alt="$vbphrase[paste]" /></div></td>
    				-->
    	
    				<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.gif" width="21" height="20" alt="$vbphrase[undo]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td>
    
    			<td width="100%">&nbsp;</td>
    			<if condition="is_browser('ie') AND !is_browser('mac')">
    				<td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td>
    			</if>
    				<td>
    					<div class="imagebutton" id="{$editorid}_cmd_resize_0_100"><img src="$stylevar[imgdir_editor]/resize_0.gif" width="21" height="9" alt="$vbphrase[decrease_size]" /></div>
    					<div class="imagebutton" id="{$editorid}_cmd_resize_1_100"><img src="$stylevar[imgdir_editor]/resize_1.gif" width="21" height="9" alt="$vbphrase[increase_size]" /></div>
    				</td>
    			<if condition="$show['wysiwyg_compatible']">
    				<td><div class="imagebutton" id="{$editorid}_cmd_switchmode"><img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]" /></div></td>
    			</if>
    			</tr>
    			</table>
    
    			<if condition="!$show['basicbbcodeonly']">
    			<table cellpadding="0" cellspacing="0" border="0">
    			<tr>
    			<if condition="$show['basic_bbcode']">
    				<td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase[bold]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_italic"><img src="$stylevar[imgdir_editor]/italic.gif" width="21" height="20" alt="$vbphrase[italic]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_underline"><img src="$stylevar[imgdir_editor]/underline.gif" width="21" height="20" alt="$vbphrase[underline]" /></div></td>
    			</if>
    			<if condition="$show['align_bbcode']">
    				<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    				<if condition="$stylevar['textdirection'] == 'ltr'">
    				<td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
    				<else />
    				<td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
    				</if>
    			</if>
    			<if condition="$show['align_bbcode'] OR $show['list_bbcode']">
    				<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    			</if>
    			<if condition="$show['list_bbcode']">
    				<td><div class="imagebutton" id="{$editorid}_cmd_insertorderedlist"><img src="$stylevar[imgdir_editor]/insertorderedlist.gif" width="21" height="20" alt="$vbphrase[ordered_list]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_insertunorderedlist"><img src="$stylevar[imgdir_editor]/insertunorderedlist.gif" width="21" height="20" alt="$vbphrase[unordered_list]" /></div></td>
    			</if>
    			<if condition="$show['align_bbcode'] OR $show['list_bbcode']">
    				<if condition="$stylevar['textdirection'] == 'ltr'">
    				<td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td>
    				<else />
    				<td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td>
    				<td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td>
    				</if>
    			</if>
    
    			....truncated
    נערך לאחרונה על ידי moman; 14-04-10 ב 06:07.

  4. #4
    מיכאל Podbielski (vBET סגל) vBET's Avatar
    תאריך
    אוקטובר 2009
    הודעות
    3,037

    Default

    מצאתי פסול בתבנית אשר נתת.

    בבקשה פרטים PM גישה Admin CP ו-FTP - אנו לבדוק ולתקן אותו על המקום.

    עריכה:
    כמו כן אני פשוט עדכנה בפורום vB3.8.5 - עדיין לא מצליח למצוא את הבעיה כאן. תן לנו קישורים לדפים המדויק בפורום שלנו כאן על שלך בנושא קיים. אנו לבדוק איזה תבניות בדיוק הם השתמשו כדי ליצור אותם עורכי ואולי זה יעזור לתקן בעיה ללא גישה לפורום שלך.
    נערך לאחרונה על ידי vBET; 15-04-10 ב 02:11.

  5. #5
    חבר בכיר
    תאריך
    נובמבר 2009
    הודעות
    168

    Default

    OK-

    בבקשה התחבר כמו testuser, הסיסמה היא מבחן. שפת ברירת מחדל עבור המשתמש כי הוא דנית.

    לאחר מכן, עבור אל דף זה: PentaxForums.com - Se Profil: testuser
    או: PentaxForums.com

    שים לב שאי אפשר לשלוח הודעה או לכתוב VM

  6. #6
    מיכאל Podbielski (vBET סגל) vBET's Avatar
    תאריך
    אוקטובר 2009
    הודעות
    3,037

    Default

    אישור. בדף חבר משמש תבנית: showthread_quickreply עורך: PM על חדש: editor_toolbar_on.

    אתה שמוצגות editor_toolbar_on ואני מצאתי שום בעיה שם ...

    כפי שאני מבין אתה לא יכול לשלוח VM או PM כי העורכים לא נוצרים. אתה כבר אישר כי היפוך שלך editor_toolbar_on אחד המקוריים נותן לך שום תוצאות. אנא בדוק אותו עשה עבור showthread_quickreply ו PM לי גישה פרטים בכל מקרה - אני אצטרך ללכת לשם ולמצוא למה זה נשבר איך לתקן את זה.
    אם אתה חושד הסכסוך עם mod אחרת - נא לבטל את mod זמנית ולבדוק זה עוזר. אם אין לך מושג אז פשוט להשבית plugins אחרים editor_toolbar_end וו. אם זה יעזור - לקבוע איזה תוסף בדיוק גורם הסכסוך ליידע אותי.

    אם לא יהיה להתמודד עם זה - תן לי שם.

תגיות עבור נושא זה

הרשאות

  • אתה אולי לא לפרסם נושאים חדשים
  • אתה אולי לא לפרסם תגובות
  • אתה אולי לא לצרף קבצים
  • אתה אולי לא לערוך את ההודעות שלך
  •