Profil alanı bazı temalarda sola dayalı oluyor bunu ortalamak için bu editlemeyi yapabilirsiniz ama yaparken lütfen yedek alınız.

RC2 ve RC4 için şunları yapınız

Display.template.php

BUL
                        <div class="poster">
                            <h4>';
Değiştir
                        <div class="poster" align="center">
                            <h4>';

RC3 için şunları yapınız

BUL
// Show information about the poster of this message.
      echo '
            <div class="floatleft poster" >
               <h4>', $message['member']['link'], '</h4>
                  <ul class="smalltext" id="msg_', $message['id'], '_extra_info">';
Değiştir
// Show information about the poster of this message.
      echo '
            <div class="floatleft poster" align="center" >
               <h4>', $message['member']['link'], '</h4>
                  <ul class="smalltext" id="msg_', $message['id'], '_extra_info">';
Lütfen yedek alınız.