vbulletin Acilir Menüler Açılmıyor?

Son güncelleme: 27.01.2009 03:15
  • evet tema yükledim ßölümler acildi
#27.01.2009 03:06 0 0 0
  • Sorun düzeLdiyse


    İfadeLeri aLta aLma ;


    ( başLamadan önCe editor_toolbar_on şablonunun yedeğini aLın... )


    editor_toolbar_on şabLonunda bunu buLun;

    <tr valign="top">
    <td class="controlbar"><textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]">$newpost[message]</textarea></td>
    <if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if>
    </tr>

    bununLa değiştirin ;

    <tr valign="top">
    <td class="controlbar"><textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]">$newpost[message]</textarea></td>
    </tr>
    <if condition="$smiliebox">
    <tr>
    <td class="controlbar">$smiliebox</td></td>
    </tr>
    </if>

    Tamamdır...
#27.01.2009 03:15 0 0 0